Governance Dashboard

The Nomotic governance dashboard provides real-time visibility into agent behavior, trust trajectories, drift alerts, and compliance status.

Starting the Dashboard

nomotic serve --ui

Open http://localhost:8420/uiarrow-up-right in your browser.

Options

# Dashboard with governance playground
nomotic serve --ui --playground

# Dashboard with fleet simulation mode
nomotic serve --ui --sim-mode

# Custom host and port
nomotic serve --ui --host 0.0.0.0 --port 9000

# Enable Prometheus metrics
nomotic serve --ui --metrics

Dashboard Panels

Panel
Description
Docs

Live agent status with trust scores and archetype filtering

F-10

Bidirectional drift detection for agents and reviewers

F-11

Filterable, exportable, chain-verified evaluation history

F-12

Escalated actions pending human review

F-05

Interactive governance evaluation sandbox

F-17

Visual nomotic.yaml configuration editor

F-14

Real-Time Updates

The dashboard uses Server-Sent Events (SSE) via GET /v1/ui/events for real-time updates. Governance evaluations, trust score changes, and drift alerts appear instantly without polling.

Snapshot Export

Export the current dashboard state as a self-contained HTML file or JSON snapshot:

Last updated