Dashboard
Dashboard documentation coming with v0.7.
What the dashboard provides
The Hoziron web dashboard is a browser-based interface for managing your deployment. When the daemon is running, access it at http://127.0.0.1:4200/.
Planned features:
- Agent overview — View all agents, their states, and activity metrics
- Competency management — Install, activate, configure competencies visually
- Health monitoring — Real-time subsystem health, circuit breaker status
- Workflow visualization — View workflow runs, step progress, and outputs
- Audit trail viewer — Browse and search audit events
- Settings — Configure providers, security, and platform settings through the UI
Current status
The v0.6 daemon serves health and metrics endpoints. The full dashboard UI is planned for v0.7.
In the meantime, all functionality is available through:
- The CLI (
hozironcommands) — see CLI reference - The REST API — see API reference
Related: