Skip to content

Documentation / @agentick/shared / SpawnEndEvent

Type Alias: SpawnEndEvent

SpawnEndEvent = object & StreamEventBase

Defined in: streaming.ts:763

Type Declaration

childExecutionId

childExecutionId: string

Child execution ID

isError?

optional isError: boolean

Whether the spawn errored

output

output: unknown

Output from the spawned execution

parentExecutionId

parentExecutionId: string

Parent execution that initiated the spawn

spawnId

spawnId: string

Unique identifier for this spawn operation

type

type: "spawn_end"

usage?

optional usage: UsageStats

Token usage from the spawned execution

Released under the ISC License.