-
Notifications
You must be signed in to change notification settings - Fork 0
Dashboard
BRYAN DAVID WHITE edited this page Feb 23, 2026
·
5 revisions
React dashboard with FastAPI backend for visualizing decision episodes, drift events, coherence scores, and IRIS queries.
Source: dashboard/api_server.py (API), dashboard/src/ (React UI)
pip install fastapi uvicorn
python dashboard/api_server.py
# → http://localhost:8000| View | Shortcut | Content |
|---|---|---|
| Episodes | 1 |
Timeline of sealed decision episodes with status, freshness, outcome |
| Drifts | 2 |
Drift events by severity, type, and fingerprint |
| Agents | 3 |
Per-agent metrics — success rate, latency, timeout rate |
| IRIS | 4 |
Natural language query interface (WHY / STATUS / WHAT_DRIFTED / etc.) |
| Trust Scorecard | 5 |
Coherence score breakdown by dimension |
| Method | Path | Description |
|---|---|---|
GET |
/api/health |
Liveness check with data counts |
GET |
/api/episodes |
All episodes in dashboard format |
GET |
/api/drifts |
All drift events |
GET |
/api/agents |
Per-agent metric aggregates |
GET |
/api/coherence |
Full DLR/RS/DS/MG pipeline → scored report |
POST |
/api/iris |
IRIS query endpoint |
GET |
/api/stream |
SSE stream for real-time updates |
POST |
/api/webhooks/sharepoint |
SharePoint webhook receiver |
POST |
/api/webhooks/power-automate |
Power Automate webhook receiver |
The Exhaust Inbox renders at #/inbox as a three-lane layout:
-
Left —
EpisodeStream: scrollable episode cards with filters -
Center —
EpisodeDetail: event timeline (prompt / tool / response chips) -
Right —
BucketPanel: tabbed TRUTH / REASONING / MEMORY with accept/reject/edit
See Exhaust Inbox for full details.
Zustand store (dashboard/src/store/) with slices for episodes, drifts, agents, IRIS responses, and SSE connection state.
- Exhaust Inbox — Exhaust ingestion and refinement
- IRIS — Query engine details
- SLOs & Metrics — Metric definitions
Full documentation: docs/24-dashboard-api.md
Σ OVERWATCH — Coherence Ops Platform • Current release: v2.1.0 • DeepSigma
- Start
- Core
- Schemas
- FEEDS + Exhaust
- Integrations
- Reference Layer
- Ops
- Excel-First
- EDGE + ABP
- Domain Modes
- Governance
- Meta