Common Issues
Agent Won't Start
Symptoms: naos run shows error or agent stays in "stopped" state.
Possible causes:
- Budget exceeded — check with
naos cost status - Trust tier too low — check with
naos axis verify <agent> - Missing WASM file — check agent source path
- Configuration error — validate
nexus.config.yaml
Supervisor Not Restarting Agent
Symptoms: Agent crashed but supervisor didn't restart it.
Possible causes:
- Max restarts reached — check with
naos supervisor status <name> - Agent has
budget_exceededstatus - Supervisor itself crashed — check parent supervisor
High Costs
Symptoms: Spending more than expected.
Solutions:
- Set budgets:
naos cost set-budget <agent> --daily 1000 - Use the broker:
naos broker statsto check routing - Switch to cheaper models
- Check for infinite loops in agent logic
Dashboard Won't Start
Symptoms: naos dashboard shows error.
Possible causes:
- Port already in use — try
--port 4201 - No data directory — run
naos initfirst - Database locked — stop other naos processes