StreamCompleteEvent
Defined in: core/execution-events.ts:221
Emitted when the execution stream completes.
Extends
Section titled “Extends”Properties
Section titled “Properties”depth:
number
Defined in: core/execution-events.ts:33
Nesting depth (0 = root, 1 = child, etc.)
Inherited from
Section titled “Inherited from”didExecuteGadgets
Section titled “didExecuteGadgets”didExecuteGadgets:
boolean
Defined in: core/execution-events.ts:224
Whether any gadgets were executed
eventId
Section titled “eventId”eventId:
number
Defined in: core/execution-events.ts:25
Monotonically increasing event ID
Inherited from
Section titled “Inherited from”iterationCost?
Section titled “iterationCost?”
optionaliterationCost:number
Defined in: core/execution-events.ts:228
Total cost for this iteration
nodeId
Section titled “nodeId”nodeId:
string
Defined in: core/execution-events.ts:29
Node that emitted this event
Inherited from
Section titled “Inherited from”parentId
Section titled “parentId”parentId:
string|null
Defined in: core/execution-events.ts:31
Parent node ID (null for root events)
Inherited from
Section titled “Inherited from”path:
string[]
Defined in: core/execution-events.ts:35
Full path from root to this node
Inherited from
Section titled “Inherited from”shouldBreakLoop
Section titled “shouldBreakLoop”shouldBreakLoop:
boolean
Defined in: core/execution-events.ts:226
Whether the agent loop should break
timestamp
Section titled “timestamp”timestamp:
number
Defined in: core/execution-events.ts:27
Event timestamp
Inherited from
Section titled “Inherited from”type:
"stream_complete"
Defined in: core/execution-events.ts:222