Graphorin API reference v0.7.0
Graphorin API reference / @graphorin/agent / run-state / SerializedPendingSubRun
Interface: SerializedPendingSubRun
Defined in: packages/agent/src/run-state/index.ts:95
Serialized twin of core's PendingSubRun (W-001): the parked child state travels as its own versioned SerializedRunState.
Stable
Properties
| Property | Modifier | Type | Defined in |
|---|---|---|---|
state | readonly | SerializedRunState | packages/agent/src/run-state/index.ts:99 |
targetAgentName | readonly | string | packages/agent/src/run-state/index.ts:98 |
toolCallId | readonly | string | packages/agent/src/run-state/index.ts:96 |
toolName | readonly | string | packages/agent/src/run-state/index.ts:97 |