Loop
agh loop
Manage Loop definitions and runs
- Audience
- Operators running durable agent work
- Focus
- Loop guidance shaped for scanability, day-two clarity, and operator context.
agh loop
Manage Loop definitions and runs
agh loop [flags]Options
-h, --help help for loopOptions inherited from parent commands
--json Emit JSON output
-o, --output string Output format: human, json, jsonl, or toon (default "human")Output Formats
Every AGH command supports -o, --output:
humanfor interactive terminal usejsonfor scripts and other machine-readable consumersjsonlfor wait or streaming commands that emit one JSON record per linetoonfor compact agent-readable summaries
Example:
agh loop -o jsonSubcommands
| Command | Description |
|---|---|
| agh loop approve | Apply one Loop human-gate decision |
| agh loop configure | Write per-loop runtime config overrides |
| agh loop create | Create, fork, or publish one Loop definition |
| agh loop delete | Delete one user-authored Loop definition |
| agh loop edit | Edit and publish one Loop definition with $EDITOR |
| agh loop inspect | Inspect one Loop definition |
| agh loop list | List Loop definitions |
| agh loop pause | Pause one Loop run |
| agh loop resume | Resume one Loop run |
| agh loop run | Start or dry-run one Loop |
| agh loop runs | List workspace Loop runs |
| agh loop status | Inspect one Loop run |
| agh loop stop | Stop one Loop run |
| agh loop turns | List one Loop run's Goal turn audit |
| agh loop validate | Validate one Loop definition without saving |