Skip to content

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

PropertyModifierTypeDescriptionDefined in
inputFilter?readonlyHandoffFilterOptional input filter applied to the parent's history.packages/core/src/types/handoff.ts:32
reason?readonlystringOptional human-readable reason rendered in the audit log.packages/core/src/types/handoff.ts:34
targetAgentIdreadonlystringID of the target agent (looked up via AgentRegistry).packages/core/src/types/handoff.ts:28
targetAgentName?readonlystringOptional human-readable name, surfaced in the virtual tool name.packages/core/src/types/handoff.ts:30