Expand description
Agent loop runner implementation.
This module provides the core agent execution loop that orchestrates LLM interactions, tool execution, and event streaming for conversational AI agents.
Modules§
- image_
fallback - Image fallback and attachment resolution helpers for the agent loop runner.
Structs§
- Prompt
Snapshot - Structured snapshot of the effective system prompt and its major sections.
Functions§
- read_
prompt_ snapshot - refresh_
prompt_ snapshot - run_
agent_ loop - run_
agent_ loop_ with_ config - Runs the agent loop with a custom configuration.
Type Aliases§
- Result
- Result type for agent loop operations.