Expand description
Agent loop orchestrator - Deterministic 6-phase execution.
This module implements the core agent loop that sequences all phases: Observe -> Constrain -> Plan -> Mutate -> Verify -> Commit
Each phase receives the output of the previous phase, and failures trigger rollback with audit trail entries.
Structs§
- Agent
Loop - Agent loop orchestrator.
- Loop
Result - Result of a complete agent loop execution.
Enums§
- Agent
Phase - Agent phase in the execution loop.