Skip to content

AIDK API Reference / aidk-shared / DTExecutionStartEvent

Interface: DTExecutionStartEvent ​

Defined in: packages/shared/src/devtools.ts:70

Base fields present on all DevTools events

Extends ​

Properties ​

PropertyTypeDescriptionOverridesInherited fromDefined in
agentNamestringComponent/agent name--packages/shared/src/devtools.ts:73
engineId?stringEngine instance ID (constant across executions)-ExecutionContextFields.engineIdpackages/shared/src/devtools.ts:61
executionIdstringUUID of the execution context-DevToolsEventBase.executionIdpackages/shared/src/devtools.ts:32
executionType?"root" | "spawn" | "fork"Type of execution--packages/shared/src/devtools.ts:77
parentExecutionId?stringParent execution ID for nested executions (fork, spawn, component_tool)-DevToolsEventBase.parentExecutionIdpackages/shared/src/devtools.ts:43
procedureId?stringCurrent procedure ID-DevToolsEventBase.procedureIdpackages/shared/src/devtools.ts:45
requestId?stringRequest ID for this execution context-DevToolsEventBase.requestIdpackages/shared/src/devtools.ts:41
rootExecutionId?stringRoot of the execution tree-ExecutionContextFields.rootExecutionIdpackages/shared/src/devtools.ts:59
sessionId?stringUser session ID if available--packages/shared/src/devtools.ts:75
tenantId?stringTenant ID from context (for multi-tenant dashboards)-DevToolsEventBase.tenantIdpackages/shared/src/devtools.ts:49
timestampnumberUnix timestamp in milliseconds-DevToolsEventBase.timestamppackages/shared/src/devtools.ts:34
traceId?stringTrace ID for distributed tracing correlation-DevToolsEventBase.traceIdpackages/shared/src/devtools.ts:39
type"execution_start"Discriminator for event typeDevToolsEventBase.type-packages/shared/src/devtools.ts:71
userId?stringUser ID from context (for attribution and multi-tenant filtering)-DevToolsEventBase.userIdpackages/shared/src/devtools.ts:47

Released under the MIT License.