Expand description
Agentic loop engine — the Perceive→Think→Act→Record cycle.
This module implements the core execution loop for LLM agents. Each agent runs through: perceive substrate → think via LLM → act on tool calls → record experiences.
The loop is driven by run_agentic_loop, called from HiveMind::deploy().
Structs§
- Loop
Context - Runtime context for the agentic loop, grouping shared resources.
Constants§
- DEFAULT_
MAX_ ITERATIONS - Default maximum iterations for the agentic loop.
Functions§
- run_
agentic_ loop - Run the agentic loop for a single LLM agent.