Fleet Dashboard
Loading fleet status...
About This Dashboard
Section titled “About This Dashboard”This dashboard displays real-time status information for all sprites in the fleet. Data is refreshed automatically every 60 seconds.
Status Indicators
Section titled “Status Indicators”- Healthy (green): Sprite is warm/running and responsive
- Unhealthy (red): Sprite is cold, not found, or has errors
API Status
Section titled “API Status”| Status | Meaning |
|---|---|
warm | Sprite is running and ready |
running | Sprite is actively executing |
cold | Sprite is suspended, needs wake |
not_found | Sprite doesn’t exist |
error | API returned an error |
Each sprite shows availability of:
- claude: Claude Code CLI for AI assistance
- codex: OpenAI Codex CLI
Data Source
Section titled “Data Source”Fleet status is generated by the Fleet Manager running on N100 hardware. The JSON file is updated every 5 minutes via cron job:
# On N100 serverfleet report -o /path/to/public/fleet-status.jsonTeam Definitions
Section titled “Team Definitions”| Team | Purpose |
|---|---|
| agents | Automated code review (hammer, anvil, forge) |
| dev | General purpose workspaces |
| infra | Infrastructure and provisioning |
| mobile | Distributed task execution |