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.
Functions§
- 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.