Interface: GraphExpansionContext
Defined in: packages/agentos/src/orchestration/runtime/GraphRuntime.ts:76
Properties
checkpointIdBefore?
optionalcheckpointIdBefore:string
Defined in: packages/agentos/src/orchestration/runtime/GraphRuntime.ts:82
completedNodes
completedNodes:
string[]
Defined in: packages/agentos/src/orchestration/runtime/GraphRuntime.ts:83
graph
graph:
CompiledExecutionGraph
Defined in: packages/agentos/src/orchestration/runtime/GraphRuntime.ts:77
nodeId
nodeId:
string
Defined in: packages/agentos/src/orchestration/runtime/GraphRuntime.ts:79
nodeResults
nodeResults:
Record<string, {durationMs:number;effectClass:EffectClass;output:unknown; }>
Defined in: packages/agentos/src/orchestration/runtime/GraphRuntime.ts:85
request
request:
GraphExpansionRequest
Defined in: packages/agentos/src/orchestration/runtime/GraphRuntime.ts:81
runId
runId:
string
Defined in: packages/agentos/src/orchestration/runtime/GraphRuntime.ts:78
skippedNodes
skippedNodes:
string[]
Defined in: packages/agentos/src/orchestration/runtime/GraphRuntime.ts:84
state
state:
GraphState
Defined in: packages/agentos/src/orchestration/runtime/GraphRuntime.ts:80