Module lifecycle

Module lifecycle 

Source

Structs§

PendingToolCall
External pending tool-call projection emitted to event streams.
SuspendedCall
SuspendedCallState
Per-tool-call suspended state stored at __tool_call_scope.<call_id>.suspended_call.
SuspendedCallStateRef
Typed state reference for reading and writing state.
ToolCallResume
Resume input payload attached to a suspended tool call.
ToolCallState
Durable per-tool-call runtime state.
ToolCallStateRef
Typed state reference for reading and writing state.

Enums§

ResumeDecisionAction
Action to apply for a suspended tool call.
SuspendedCallAction
Action type for SuspendedCallState reducer.
ToolCallResumeMode
A tool call that has been suspended, awaiting external resolution.
ToolCallStateAction
Action type for ToolCallState reducer.
ToolCallStatus
Tool call lifecycle status for suspend/resume capable execution.

Functions§

suspended_calls_from_state
Parse suspended tool calls from a rebuilt state snapshot.
tool_call_states_from_state
Parse persisted tool call runtime states from a rebuilt state snapshot.