Open-source AI Governance Platform

The control plane for enterprise AI systems.

The platform governs the AI agents, workflows, and decisions your teams operate across frameworks and model providers. Doesn't replace your AI stack. It makes AI change versioned, governed, explainable, auditable and replayable.

Keep your AI runtime. Add governance.

Your AI runtimestays in your stack

01

AI Agents & Applications

HR Agent · Support Copilot

02

Workflows & Frameworks

Orchestration Runtime

03

Models & Providers

Your chosen model stack

AI GOVERNANCE

governance control plane

VersionEvaluateGovernAuditReplay

Governance evidence connects to every stage; execution remains yours.

Make every AI action
legible before it lands.

The control plane turns AI execution activity into governed, explainable records as the system operates.

AI Governance / Decision horizon● live

Execution Record

A flight deck for every execution.

Every execution becomes a live decision surface where signals, policies, evidence and outcomes remain connected.

Hover a layer to bring its decision stream forward.

LIVE INPUTagent.executetrace / 8f6c-71a● context attached● tool requestPOLICY ENVELOPEprod-ai-policy / v1DECISIONRESOLUTION COREGOVERNED OUTCOMEAPPROVEDpolicy controls passedevidence bundle sealedIMMUTABLE LEDGERdecision / 991 / committedSIGNAL → CONTEXT → DECISION → EVIDENCEUTC 14:29:34.113
Explore the Policy Engine explainable by design

01 / Replay

Replay the evidence, not the incident.

The control plane turns a past execution into a governed reproduction. The original remains intact; the replay becomes new evidence with explicit lineage.

replay executionimmutable source
01Historical executionfrozen source
02Replay queuedurable work
03Job workerreconstruct
04Evaluationscore again
05Decision driftcompare change
06Governancereview evidence
REPLAYED / source preserved · evidence extended

02 / Ontology

Lineage stays alive.

Governed assets are not isolated records. Their versions, evidence, policies, and decisions remain connected in a graph you can inspect at any time.

lineage graphhover a node
Prompt v7DatasetEvaluationPolicy v3Decision

Nodes glow. Edges light. Evidence stays connected.

03 / Evaluation

Measure what the system is becoming.

Live evaluation turns model behavior into metrics you can compare, review, and attach to governance decisions before a regression becomes production reality.

live scorecardeval-981
CONFIDENCEGROUNDSAFETY
Confidence92%
Groundedness88%
Safety97%
HALLUCINATION0.04 · within policy threshold

Architecture

Process Flow

One control plane keeps governance, evaluation, replay, durable work, and lineage behind explicit boundaries.

Observe. Evaluate. Govern. Replay.

STUDIORESTMCPSDKCLIAICONTROL PLANEGovernanceEvaluationReplayJobsIntelligenceOntology

Hover a plane to trace its live exchange. White orbit: one complete execution.

Principles

Engineering Principles

AI Governance Platform is built to be operated in production. These constraints shape every interface.

01

Control Plane Ownership

AI Governance Platform owns governance state and decisions. It tracks assets, results, comparisons, rankings and recommendations — but never the live AI runtime or deployment system.

02

Explicit Contracts

Every boundary is visible in code. Repository interfaces, provider interfaces and framework-neutral APIs are all explicit contracts. Hidden cross-system contracts are avoided.

03

Immutable Artifacts

Governed records are immutable where possible. Mutable control flows create new records or versions instead of mutating historical facts.

04

Version Everything

Prompts, models, datasets and experiment-facing artifacts are versioned. Versioning is required for reproducibility, comparison, auditability and replay.

05

Replayability

If a governance decision cannot be reconstructed later, it is weak evidence. Replayability affects storage, versioning, immutability and API design.

06

Storage Independence

The platform does not depend on SQLite as a core architectural choice. Repository contracts preserve the ability to add PostgreSQL, Snowflake or other stores.

07

Provider Independence

Evaluation logic remains behind provider interfaces. TruLens is the current implementation, but the architecture should not require provider-specific knowledge.

08

Failure Isolation

Failures stop at the narrowest useful boundary. A provider failure should not silently mutate registry state. A transport adapter should not rerun ranking logic.

Interfaces

Evaluate Governance Decisions

The same governance operation is available over REST and as an auditable MCP tool. Every call is correlated and recorded.

POST /api/v1/decisions/evaluate

{
  "subject_type": "agent_execution",
  "subject_id": "execution-2048",
  "policy_id": "production-ai-policy",
  "evidence_ids": [
    "eval-result-981",
    "audit-event-477"
  ]
}

// 200 OK
{
  "decision_id": "decision-991",
  "outcome": "APPROVED",
  "policy_version": "v1",
  "reason": "All mandatory controls satisfied"
}

Releases

Shipping Governance, Incrementally

Govern the system before the system governs production.