Module events

Module events 

Source
Expand description

AgentEvent and LlmStreamEvent — observable events in the agentic loop.

Enums§

AgentEvent
An observable event emitted by the agentic loop.
LlmStreamEvent
A single event produced by a streaming LLM response.

Constants§

AGENT_EVENT_CHANNEL_CAPACITY
[tokio::sync::mpsc] channel capacity for streaming AgentEvents produced by a single crate::ports::AgentLoopPort::run call.