Skip to content

Documentation / @agentick/shared / ExecutionContextFields

Interface: ExecutionContextFields ​

Defined in: devtools.ts:57

Execution context fields for events in an execution tree

Extended by ​

Properties ​

engineId? ​

optional engineId: string

Defined in: devtools.ts:63

Engine instance ID (constant across executions)


parentExecutionId? ​

optional parentExecutionId: string

Defined in: devtools.ts:59

Parent execution ID (for fork/spawn)


rootExecutionId? ​

optional rootExecutionId: string

Defined in: devtools.ts:61

Root of the execution tree


traceId? ​

optional traceId: string

Defined in: devtools.ts:65

OpenTelemetry trace ID if available

Released under the ISC License.