Metrics & Output
Metric Issues
Section titled “Metric Issues”Metric Not Found
Section titled “Metric Not Found”Error: “Unknown metric: foo”
Solution: List available metrics:
arxo metrics listUse correct IDs (e.g. agent_architecture, openclaw_architecture) in your config.
Metric Returns Zero
Section titled “Metric Returns Zero”Symptoms: Metric always returns 0 or empty.
Causes:
- No agent sites detected — Agent Architecture needs detected agent call sites. See Scoring and Keys.
- Inspect results:
arxo analyze --format json | jq '.results[] | select(.id=="agent_architecture")'
Output Issues
Section titled “Output Issues”Cannot Parse JSON Output
Section titled “Cannot Parse JSON Output”Error: “Unexpected token in JSON”
Solution: Use --quiet or write to file:
arxo analyze --format json --quiet# orarxo analyze --format json --output report.jsonHTML Report Not Opening
Section titled “HTML Report Not Opening”Solutions:
- Open in browser:
open report.html(macOS),xdg-open report.html(Linux),start report.html(Windows). - Check file size:
ls -lh report.html(should be > 1KB). - Validate:
head -n 20 report.htmlshould start with<!DOCTYPE html>.
Next steps
Section titled “Next steps”- Troubleshooting — Overview
- Output Formats — Report formats