Skip to main content

Module runner

Module runner 

Source
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.