Expand description
AgentEvent and LlmStreamEvent — observable events in the agentic loop.
Enums§
- Agent
Event - An observable event emitted by the agentic loop.
- LlmStream
Event - A single event produced by a streaming LLM response.
Constants§
- AGENT_
EVENT_ CHANNEL_ CAPACITY - [
tokio::sync::mpsc] channel capacity for streamingAgentEvents produced by a singlecrate::ports::AgentLoopPort::runcall.