BaseExecutionEvent
Defined in: core/execution-events.ts:23
Base properties shared by all execution events. Every event carries full tree context.
Extended by
Section titled “Extended by”TreeCompactionEventGadgetCallEventGadgetCompleteEventGadgetErrorEventTreeGadgetSkippedEventGadgetStartEventHumanInputRequiredEventLLMCallCompleteEventLLMCallErrorEventLLMCallStartEventLLMCallStreamEventStreamCompleteEventTextEvent
Properties
Section titled “Properties”depth:
number
Defined in: core/execution-events.ts:33
Nesting depth (0 = root, 1 = child, etc.)
eventId
Section titled “eventId”eventId:
number
Defined in: core/execution-events.ts:25
Monotonically increasing event ID
nodeId
Section titled “nodeId”nodeId:
string
Defined in: core/execution-events.ts:29
Node that emitted this event
parentId
Section titled “parentId”parentId:
string|null
Defined in: core/execution-events.ts:31
Parent node ID (null for root events)
path:
string[]
Defined in: core/execution-events.ts:35
Full path from root to this node
timestamp
Section titled “timestamp”timestamp:
number
Defined in: core/execution-events.ts:27
Event timestamp