Skip to content

Documentation / @agentick/shared / ExecutionEvent

Type Alias: ExecutionEvent ​

ExecutionEvent = object & StreamEventBase

Defined in: streaming.ts:451

Type Declaration ​

completedAt ​

completedAt: string

executionId ​

executionId: string

metadata? ​

optional metadata: Record<string, unknown>

User-provided metadata (includes threadId, userId, etc.)

output ​

output: unknown

parentExecutionId? ​

optional parentExecutionId: string

rootExecutionId? ​

optional rootExecutionId: string

sessionId? ​

optional sessionId: string

startedAt ​

startedAt: string

stopReason ​

stopReason: StopReason

ticks ​

ticks: number

type ​

type: "execution"

usage ​

usage: UsageStats

Released under the ISC License.