Architecture Layers
Layer 1: Policy Authoring
Governance teams author policies in YAML/JSON, define FREEZE rules, configure NHI scopes, and set cost ceilings:Layer 2: Bundle Distribution
Governance teams sign bundles with Ed25519 and publish to an internal registry:
Integrity guarantee: Applications verify bundle signature on every load. Tampered bundles are rejected.
Layer 3: Runtime Enforcement
TealEngine v1.3 runs inside the application process. Every agent action passes through the governance pipeline before execution:Enforcement Points
Deployment Options
Layer 4: Evidence & Audit
Every decision produces evidence through multiple channels:
Non-repudiation: TealProof receipts + RFC 3161 timestamps prove governance was enforced at a specific time. Third parties can verify independently using the Verification SDK.
Layer 5: Platform Integration
Native adapters for cloud agent platforms:
Each adapter maps platform-specific events to TealEngine
evaluate() calls.
Separation of Duties
The architecture enforces clear boundaries:Anti-Tamper Controls
The architecture includes multiple tamper-resistance mechanisms:Compliance Mapping
Related Documentation
Governance at Scale
Enterprise operating model in detail
Evaluation Flow
3-stage pipeline with SVG diagram
Platform Adapters
AWS and Azure native integration
Anti-Tamper Controls
Technical tamper prevention details

