Skip to main content

Module loop_runner

Module loop_runner 

Source
Expand description

Agent loop — the core execution engine. Processes incoming messages, calls LLM, executes tools, sends responses. Supports progress callbacks, lifecycle hooks, and trajectory recording.

The loop itself is owned by the rx4 (rotary) harness; apollo owns everything around it — system prompt, skill injection, conversation history, memory recall, tool set, persistence, and lifecycle hooks.

Structs§

AgentRunner