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?
optionalacknowledgment: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?
optionalnewOwnerId:string
Defined in: packages/agentos/src/core/agency/IAgentCommunicationBus.ts:169
New owner agent ID
newOwnerRoleId?
optionalnewOwnerRoleId:string
Defined in: packages/agentos/src/core/agency/IAgentCommunicationBus.ts:171
New owner role
rejectionReason?
optionalrejectionReason:string
Defined in: packages/agentos/src/core/agency/IAgentCommunicationBus.ts:173
Rejection reason if not accepted