Debugging
Enable Verbose Output
RUST_LOG=debug naos run researcher
Check Audit Log
naos audit --agent researcher --days 1
Inspect Agent State
naos inspect researcher --state
Check Database
sqlite3 data/nexus.db ".tables"
sqlite3 data/nexus.db "SELECT * FROM agents"
Dashboard Debugging
naos dashboard --port 4200
curl http://127.0.0.1:4200/api/agents | jq