Build with ACGP

Ready to implement ACGP in your agent systems? This section provides everything you need to build standard-profile alpha governed agents.


Choose Your Implementation Path

The Build section is centered on the active Standard alpha implementation path.

Regulated Controls is additive; full claim semantics live in ACGP-6 Conformance.

  • Standard Profile


    Perfect for: Production apps, customer-facing systems

    Time to implement: 1-2 days

    What you get: - ARS risk scoring and CTQ evaluation - Five primary intervention levels plus orthogonal flag - Basic tripwire support - Framework integrations

    Get Started

Regulated Controls Badge

The Regulated Controls Badge is additive to the active Standard claim. See ACGP-6 Conformance.

Compare conformance profiles


  • Python is the canonical alpha runtime evaluator.
  • TypeScript currently provides protocol models, validation surfaces, and client integration value.
  • Non-Python applications should call a supported evaluator service.

Use this model when you need cross-language deployment: your application emits traces and evidence, the evaluator service forwards them to the Python runtime, and the runtime returns the intervention decision plus audit-ready evidence.


Implementation Guides

Step-by-step guides for implementing ACGP:

Quick Start

Conformance

Advanced Topics


Framework Integrations

ACGP integrates with popular agent frameworks:

Supported Frameworks

  • LangChain


    Add governance to LangChain agents with native integration.

    LangChain Guide

  • LangGraph


    Govern multi-agent LangGraph workflows.

    LangGraph Guide

Community Integrations

Protocol Integrations

View all integrations


Development Workflow

Typical ACGP implementation workflow:

graph LR
    A[Assess Agent Risk] --> B[Assign Governance Tier]
    B --> C[Select Conformance Level]
    C --> D[Implement Governance]
    D --> E[Configure Blueprints]
    E --> F[Test & Validate]
    F --> G[Deploy]
    G --> H[Monitor & Tune]
    H -.feedback loop.-> E
  1. Assess - Evaluate your agent's risk profile
  2. Choose - Select appropriate Governance Tier and conformance level
  3. Implement - Follow implementation guide for your tier
  4. Configure - Set up governance policies and blueprints
  5. Test - Validate governance behavior
  6. Deploy - Roll out to production
  7. Monitor - Track interventions and tune policies

  • Code Examples


    See working implementations for each conformance level.

    View Implementation Guide

  • API Reference


    Complete API documentation and schemas.

    API Docs

  • Get Help


    Join our community for support and discussions.

    Community


Next Steps

  1. Choose your conformance level based on your requirements
  2. Follow the implementation guide for your chosen tier
  3. Integrate with your framework using our integration guides
  4. Test thoroughly before deploying to production
  5. Monitor and tune based on real-world behavior

Need help deciding? Check out ACGP-6 Conformance or ask in Discord.