Skip to main content

Module loop

Module loop 

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

AgentLoop
Agent loop orchestrator.
LoopResult
Result of a complete agent loop execution.

Enums§

AgentPhase
Agent phase in the execution loop.