Documentation
README
Al Analytics Command
Display aggregate analytics and metrics from agent loop execution history.
Instructions
When invoked, analyze agent loop data and present metrics:
-
Scan Loop History
- Load all loop records from
.aiwg/ralph/ - Load reflections from
.aiwg/ralph/reflections/ - Load debug memory from
.aiwg/ralph/debug-memory/
- Load all loop records from
-
Calculate Metrics
- Success rate: % of loops that completed successfully
- Average iterations: Mean iterations to completion
- Reflection reuse rate: % of reflections applied in subsequent loops
- Stuck loop rate: % of loops that hit stuck detection
- Escalation rate: % requiring human intervention
This is the opening of the README. Read the full README on GitHub.