Documentation / @agentick/shared / DTCompiledEvent
Interface: DTCompiledEvent
Defined in: devtools.ts:121
Base fields present on all DevTools events
Extends
Properties
executionId
executionId:
string
Defined in: devtools.ts:32
UUID of the execution context
Inherited from
formattedInput?
optionalformattedInput:object
Defined in: devtools.ts:139
Formatted COMInput (after rendering) - Markdown/XML applied
ephemeral
ephemeral:
unknown[]
metadata?
optionalmetadata:Record<string,unknown>
sections
sections:
Record<string,unknown>
system
system:
unknown[]
timeline
timeline:
unknown[]
tools
tools:
unknown[]
messages
messages:
Message[]
Defined in: devtools.ts:125
Full conversation history (rendered timeline)
parentExecutionId?
optionalparentExecutionId:string
Defined in: devtools.ts:45
Parent execution ID for nested executions (fork, spawn, component_tool)
Inherited from
DevToolsEventBase.parentExecutionId
procedureId?
optionalprocedureId:string
Defined in: devtools.ts:47
Current procedure ID
Inherited from
rawCompiled?
optionalrawCompiled:object
Defined in: devtools.ts:131
Raw compiled structure (before rendering) - JSX to semantic blocks
ephemeral
ephemeral:
unknown[]
sections
sections:
Record<string,unknown>
system
system:
unknown[]
timelineEntries
timelineEntries:
unknown[]
tools
tools:
unknown[]
requestId?
optionalrequestId:string
Defined in: devtools.ts:43
Request ID for this execution context
Inherited from
sequence
sequence:
number
Defined in: devtools.ts:34
Monotonically increasing sequence number from the source session
Inherited from
system?
optionalsystem:string
Defined in: devtools.ts:129
System prompt
tenantId?
optionaltenantId:string
Defined in: devtools.ts:51
Tenant ID from context (for multi-tenant dashboards)
Inherited from
tick
tick:
number
Defined in: devtools.ts:123
timestamp
timestamp:
number
Defined in: devtools.ts:36
Unix timestamp in milliseconds
Inherited from
tools
tools:
ToolDefinition[]
Defined in: devtools.ts:127
Available tools
traceId?
optionaltraceId:string
Defined in: devtools.ts:41
Trace ID for distributed tracing correlation
Inherited from
type
type:
"compiled"
Defined in: devtools.ts:122
Discriminator for event type
Overrides
userId?
optionaluserId:string
Defined in: devtools.ts:49
User ID from context (for attribution and multi-tenant filtering)