Skip to main content
Monitor your AI agent governance pipeline with Agent Governance Toolkit and OpenLIT. Surface policy evaluations, trust score changes, capability violations, and audit integrity alongside your existing AI observability metrics.

Overview

Agent Governance Toolkit emits OpenTelemetry signals for every governance decision in your AI agent system:

Get Started

1

Install packages

2

Initialize OpenLIT and the governance tracer

Add both initializations at your application entry point:
3

Instrument governance decisions

The toolkit automatically traces policy evaluations. You can also emit custom governance spans:
4

View in OpenLIT

Governance signals appear in OpenLIT alongside your LLM traces:
  • Traces → Filter by governance.* span names to see policy decisions
  • Metricsgovernance.policy.eval_count, governance.policy.violation_count
  • Dashboards → Create custom panels for governance health (see below)

Custom Dashboard: Governance Health

Create a governance-specific dashboard in OpenLIT to monitor:
  1. Policy evaluation rate — How many governance checks per minute
  2. Violation trend — Spikes in policy violations over time
  3. Evaluation latency — Are governance checks meeting the <5ms SLA
  4. Trust score distribution — Current trust scores across your agent fleet
Use the Dashboard Builder with these metric names:

Prometheus Metrics

If you use Prometheus + Grafana instead of (or alongside) OpenLIT, the toolkit also exposes a Prometheus endpoint:

OpenLIT Dashboard

A pre-built Governance Health dashboard is available for import into OpenLIT. It provides:
  • Total Policy Evaluations — count with trend
  • Total Violations — count with severity breakdown
  • Violations Over Time — time-series chart
  • Policy Eval Latency — p50/p99 latency
  • Violations by Agent — which agents trigger the most violations
  • Recent Violations — audit table with agent, tool, policy, verdict
Import via OpenLIT → Dashboards → Import using the JSON below:

Resources

Agent Governance Toolkit

Policy enforcement, trust verification, audit trails, and capability governance for AI agents

OpenLIT Dashboards

Build custom dashboards for governance health metrics