Constitutional Governance Engine
This is the interactive reference for the AgentOS Constitutional Framework — a governance system that makes AI agent behavior auditable, bounded, and constitutionally enforced. Unlike policy documents that describe aspirational principles, this framework is implemented in code: every axiom has enforcement layers, every state transition is deterministic, and the constitutional hash makes tampering detectable.
Who is this for
Executives evaluating AI governance frameworks, compliance officers conducting due diligence, consultants delivering governance assessments, and engineers reviewing architectural guarantees.
What it proves
That governance is structural, not aspirational. The 8 axioms are enforced by code, not by hope. The boot sequence verifies constitutional integrity before any agent can act. Sealed axioms cannot be overridden by configuration.
Source of truth
All data on this site is derived from the @agentos/constitution package — 76 passing tests, SHA-256 sealed, version 1.0.0. The constitution is read-only; this site is a window into it.
Constitution Test Suite
The constitutional framework is backed by 76 automated tests across three test files: boot state machine transitions (38 tests), seal verification and hash determinism (16 tests), and manifold contract compliance (22 tests). These tests verify that every axiom enforcement mechanism works as specified and that the constitutional hash has not been tampered with.
On Vercel, cached results from the last verified run are shown. Run locally with npm run dev for live test execution against the constitution package.
How This Fits Together
The AgentOS Constitutional Framework is the governance layer of a larger system — an operating system for enterprise AI agents. The constitution defines what agents are allowed to do; the rest of the system (clusters, optimization engines, trust ledgers) implements those constraints.
This site surfaces the constitution as a standalone product for three audiences:
- Prospective clients evaluating whether AgentOS governance meets their compliance requirements (start with Axioms, then Policy Parser)
- Consultants delivering governance assessments and technical due diligence (use Policy Parser to validate, then Export to generate deliverables)
- Engineers reviewing the architectural guarantees before integration (start with Boot State Machine, then run the Test Suite)