Graphorin API reference v0.1.0
Graphorin API reference / @graphorin/core / / Handoff
Interface: Handoff
Defined in: packages/core/src/types/handoff.ts:26
Declarative handoff target. The value carries a reference to the target agent (agentId — looked up at runtime via the AgentRegistry) plus optional metadata used by the runtime when constructing the transfer_to_<agentName> virtual tool.
Stable
Properties
| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
inputFilter? | readonly | HandoffFilter | Optional input filter applied to the parent's history. | packages/core/src/types/handoff.ts:32 |
reason? | readonly | string | Optional human-readable reason rendered in the audit log. | packages/core/src/types/handoff.ts:34 |
targetAgentId | readonly | string | ID of the target agent (looked up via AgentRegistry). | packages/core/src/types/handoff.ts:28 |
targetAgentName? | readonly | string | Optional human-readable name, surfaced in the virtual tool name. | packages/core/src/types/handoff.ts:30 |