Skip to main content

Module autonomous

Module autonomous 

Source
Expand description

Autonomous coding mode.

24/7 workspace-driven loop: reads TODO.md (or any task ledger), runs the agent on pending items, validates changes with tests, and optionally commits/pushes only on success.

Port from hermes-rs autonomous.rs.

pontytail: single-workspace, sequential. Parallel workspace support per Hermes-RS pattern can be added when multi-repo management is needed.

Structs§

AutonomousConfig
Configuration for autonomous mode.
AutonomousLoop
The autonomous loop controller.
AutonomousStatus
Status persisted to disk across restarts.

Enums§

AutonomousState
State of the autonomous loop.