Skip to content

Documentation / @agentick/shared / DevToolsEventBase

Interface: DevToolsEventBase ​

Defined in: devtools.ts:28

Base fields present on all DevTools events

Extended by ​

Properties ​

executionId ​

executionId: string

Defined in: devtools.ts:32

UUID of the execution context


parentExecutionId? ​

optional parentExecutionId: string

Defined in: devtools.ts:45

Parent execution ID for nested executions (fork, spawn, component_tool)


procedureId? ​

optional procedureId: string

Defined in: devtools.ts:47

Current procedure ID


requestId? ​

optional requestId: string

Defined in: devtools.ts:43

Request ID for this execution context


sequence ​

sequence: number

Defined in: devtools.ts:34

Monotonically increasing sequence number from the source session


tenantId? ​

optional tenantId: string

Defined in: devtools.ts:51

Tenant ID from context (for multi-tenant dashboards)


timestamp ​

timestamp: number

Defined in: devtools.ts:36

Unix timestamp in milliseconds


traceId? ​

optional traceId: string

Defined in: devtools.ts:41

Trace ID for distributed tracing correlation


type ​

type: string

Defined in: devtools.ts:30

Discriminator for event type


userId? ​

optional userId: string

Defined in: devtools.ts:49

User ID from context (for attribution and multi-tenant filtering)

Released under the ISC License.