Skip to main content

Interface: HandoffResult

Defined in: packages/agentos/src/core/agency/IAgentCommunicationBus.ts:165

Result of a handoff operation.

Properties

accepted

accepted: boolean

Defined in: packages/agentos/src/core/agency/IAgentCommunicationBus.ts:167

Whether handoff was accepted


acknowledgment?

optional acknowledgment: string

Defined in: packages/agentos/src/core/agency/IAgentCommunicationBus.ts:175

Acknowledgment message


handoffAt

handoffAt: Date

Defined in: packages/agentos/src/core/agency/IAgentCommunicationBus.ts:177

Timestamp


newOwnerId?

optional newOwnerId: string

Defined in: packages/agentos/src/core/agency/IAgentCommunicationBus.ts:169

New owner agent ID


newOwnerRoleId?

optional newOwnerRoleId: string

Defined in: packages/agentos/src/core/agency/IAgentCommunicationBus.ts:171

New owner role


rejectionReason?

optional rejectionReason: string

Defined in: packages/agentos/src/core/agency/IAgentCommunicationBus.ts:173

Rejection reason if not accepted