Graphorin API reference v0.15.1
Graphorin API reference / @graphorin/agent / run-state / SerializedPendingSubRun
Interface: SerializedPendingSubRun
Defined in: packages/agent/src/run-state/index.ts:99
Stable
Serialized twin of core's PendingSubRun: the parked child state travels as its own versioned SerializedRunState.
Properties
| Property | Modifier | Type | Defined in |
|---|---|---|---|
state | readonly | SerializedRunState | packages/agent/src/run-state/index.ts:103 |
targetAgentName | readonly | string | packages/agent/src/run-state/index.ts:102 |
toolCallId | readonly | string | packages/agent/src/run-state/index.ts:100 |
toolName | readonly | string | packages/agent/src/run-state/index.ts:101 |