CH
Back to projects
2026
Governance DesignObservabilityFull-Stack Development

Agent Governance Console

One place to see what the agents did, what they decided, and whether the practice behind these builds is healthy

One surfaceaudit trail, decisions, and health scoring for the agent practice behind the builds on this site
Dashboard Walkthrough

Two-minute walkthrough of the console

Product Screenshots
AGC Cost & Performance view: API usage, subscriptions, per-session cost, daily spend by provider, cost by agent role

Cost & Performance — real spend on my own account, tracked per session and per agent role

AGC RAG Analytics: drift events tracked, pending review, closed, and audit duration

RAG Analytics — index drift detection across the ecosystem's knowledge bases

AGC Intelligence view: pipeline success rate, approved and shipped proposals, conversion rate, stale-proposal count, and proposal-pipeline chart

The Intelligence view — proposal throughput, conversion, and the stale-proposal count the pipeline is judged on

Problem

Running a multi-agent stack across several projects produced governance data of every kind: audit logs, impact classifications, hook events. All of it sat in flat files scattered across different repositories, with no single place to ask whether the ecosystem was healthy or what the agents had actually done that day.

Discovery

Surveyed several production observability and evaluation tools (LangSmith, Braintrust, Arize Phoenix, and others) to understand what they did well and where they were over-built for a personal use case.

Solution

A Next.js dashboard backed by PostgreSQL, ingesting governance data from every project spoke and wrapped in an Electron menubar shell. An append-only audit log, decision tracking with reasoning capture, and multi-factor health scoring. It runs and records today; active development stopped once it had taught me what I built it to learn.

Outcomes
  • An append-only audit trail, decision tracking with reasoning capture, and multi-factor health scoring across every project
  • Health scoring that hard-caps any section lacking independent evidence, so the number cannot drift upward on assertion
  • Scoped to a few views backed by real data, each one answering a question I actually asked during a session
Built with
Next.jsTypeScriptPostgreSQLElectron