Skip to content

Documentation / @agentick/shared / TickStartEvent

Type Alias: TickStartEvent

TickStartEvent = object & StreamEventBase

Defined in: streaming.ts:470

Tick lifecycle events

Type Declaration

executionId?

optional executionId: string

tick

tick: number

type

type: "tick_start"

Released under the ISC License.