Most AI agent frameworks treat governance as an afterthought. Prompts, role-based access, and observability dashboards are layered on top of capability. This works until it doesn't. Lancelot takes the opposite approach: governance is the foundation, and capability is built on top of it.
AI agent governance is the set of architectural constraints that determine what an autonomous AI agent can and cannot do in production. It is distinct from AI safety (which focuses on model alignment and output filtering) and from observability (which watches what happened after the fact). Governance is about prevention and enforcement at the system level, before an action is executed.
Most frameworks today rely on policy-based governance: system prompts that instruct the model to behave, RBAC that gates access at the API layer, and dashboards that show what went wrong after the fact. This scales inversely to the complexity of the system. The more capable the agent, the more likely it is to reason its way around advisory constraints. Policy-based governance only works if the model cooperates.
Architectural governance takes a fundamentally different approach. Instead of instructing the model to behave, it constrains the system so that the model cannot misbehave. A constitutional document (the Soul) defines hard behavioral boundaries. A risk classification pipeline applies proportional controls to every action. An immutable receipt system records every decision. The model is treated as untrusted logic inside a governed, observable, reversible system. This is what a Governed Autonomous System (GAS) looks like.
System prompts instruct the model to follow rules. RBAC gates access at the API layer. Observability dashboards show what happened after the fact. Governance scales inversely to system complexity. Only works if the model cooperates. A sufficiently capable model can reason its way around any advisory constraint.
Constitutional documents define hard behavioral boundaries enforced at the system level. Risk classification applies proportional controls before execution. Immutable receipts record every action, check, and outcome. The model cannot bypass governance regardless of what it reasons. Constraints are enforced by architecture, not by cooperation.
A versioned, immutable document that defines what the agent cannot do. Enforced at pre-execution, runtime, and post-execution stages. Cannot be modified without owner approval. Immune to prompt injection.
Every action is classified into four risk tiers with proportional controls. T0 (harmless) executes at near-zero overhead. T3 (critical) requires full evaluation and owner approval. 80% of actions pass through at minimal cost.
Agents earn autonomy through demonstrated competence. 50 consecutive successes triggers a graduation proposal. A single failure triggers instant revocation. Trust is earned slowly and lost immediately.
Every action produces a structured receipt recording the governance chain: action, risk tier, Soul check, verification result, and rollback reference. If there is no receipt, it didn't happen. Both success and failure paths are recorded.
One command. Thirteen pre-flight checks. Constitutional governance. Your PII stays local.
Install in One Command