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
Omit<SubagentEvent,"event">
Properties
| Property | Modifier | Type | Description | Inherited from | Defined in |
|---|---|---|---|---|---|
agentName | readonly | string | The child agent's configured name. | SubagentEvent.agentName | packages/core/src/types/agent-event.ts:86 |
event | readonly | WireAgentEvent<unknown> | - | - | packages/core/src/types/agent-event-wire.ts:82 |
toolCallId | readonly | string | The PARENT-side toolCallId of the handoff / sub-agent call. | SubagentEvent.toolCallId | packages/core/src/types/agent-event.ts:84 |
type | readonly | "subagent.event" | - | SubagentEvent.type | packages/core/src/types/agent-event.ts:82 |