Skip to content

Documentation / @agentick/shared / ForkEndEvent

Type Alias: ForkEndEvent ​

ForkEndEvent = object & StreamEventBase

Defined in: streaming.ts:725

Type Declaration ​

forkId ​

forkId: string

Unique identifier for this fork operation

parentExecutionId ​

parentExecutionId: string

Parent execution that initiated the fork

results ​

results: Record<string, unknown>

Aggregated results from all branches

selectedBranch? ​

optional selectedBranch: string

The winning/selected branch (for race/vote strategies)

type ​

type: "fork_end"

usage? ​

optional usage: UsageStats

Token usage aggregated across all branches

Released under the ISC License.