Skip to content

Graphorin API reference v0.13.8


Graphorin API reference / @graphorin/core / / WireSubagentEvent

Interface: WireSubagentEvent

Defined in: packages/core/src/types/agent-event-wire.ts:81

Stable

Wire twin of SubagentEvent: the wrapped child event projects recursively - a forwarded child agent.end carries a full RunState of its own.

Extends

Properties

PropertyModifierTypeDescriptionInherited fromDefined in
agentNamereadonlystringThe child agent's configured name.SubagentEvent.agentNamepackages/core/src/types/agent-event.ts:86
eventreadonlyWireAgentEvent<unknown>--packages/core/src/types/agent-event-wire.ts:82
toolCallIdreadonlystringThe PARENT-side toolCallId of the handoff / sub-agent call.SubagentEvent.toolCallIdpackages/core/src/types/agent-event.ts:84
typereadonly"subagent.event"-SubagentEvent.typepackages/core/src/types/agent-event.ts:82