Skip to main content

Module events

Module events 

Source
Expand description

Event recording utilities for the agent runner.

Structs§

ActiveCommandHandle
ActiveToolHandle
ExecEventRecorder
Helper responsible for recording execution events and relaying them to optional sinks.
SharedLifecycleEmitter
Shared lifecycle state for assistant text, reasoning, and model-emitted tool calls.
ToolOutputPayload

Functions§

error_item_completed_event
tool_invocation_completed_event
tool_output_completed_event
tool_output_item_id
tool_output_payload_from_value
tool_output_started_event
tool_output_updated_event
tool_started_event

Type Aliases§

EventSink
Callback type alias for streaming structured events.