Documentation / @agentick/shared / ExecutionEvent
Type Alias: ExecutionEvent
ExecutionEvent =
object&StreamEventBase
Defined in: streaming.ts:451
Type Declaration
completedAt
completedAt:
string
executionId
executionId:
string
metadata?
optionalmetadata:Record<string,unknown>
User-provided metadata (includes threadId, userId, etc.)
output
output:
unknown
parentExecutionId?
optionalparentExecutionId:string
rootExecutionId?
optionalrootExecutionId:string
sessionId?
optionalsessionId:string
startedAt
startedAt:
string
stopReason
stopReason:
StopReason
ticks
ticks:
number
type
type:
"execution"
usage
usage:
UsageStats