Build with ACGP¶
Ready to implement ACGP in your agent systems? This section provides everything you need to build production-ready governed agents.
Choose Your Implementation Level¶
ACGP offers three conformance tiers to match your needs:
-
Minimal Conformance
Perfect for: Development, testing, batch jobs
Time to implement: 2-4 hours
What you get: - Basic OK/BLOCK interventions - YAML policy configuration - Essential governance features
-
Standard Conformance
Perfect for: Production apps, customer-facing systems
Time to implement: 1-2 days
What you get: - Full 5-level intervention system - Governance contracts with SLAs - Audit logging and compliance - Framework integrations
-
Complete Conformance
Perfect for: Mission-critical systems, regulated industries
Time to implement: 1-2 weeks
What you get: - Cryptographic proofs - Distributed consensus - HSM integration - Advanced security features
Compare all conformance levels
Implementation Guides¶
Step-by-step guides for implementing ACGP:
Quick Start¶
- Zero-Config with @guard - Get started in minutes with decorator-based governance
Conformance Levels¶
- Minimal Conformance - Core governance features
- Standard Conformance - Production-ready implementation
- Complete Conformance - Mission-critical systems
Advanced Topics¶
- Governance Contracts - Implement ACGP 1.1 governance contracts
- Security Hardening - Secure your governance implementation
- Performance Tuning - Optimize for your latency requirements
- Troubleshooting - Common issues and solutions
Framework Integrations¶
ACGP integrates with popular agent frameworks:
Supported Frameworks¶
-
LangChain
Add governance to LangChain agents with native integration.
-
LangGraph
Govern multi-agent LangGraph workflows.
-
AGNO
Integrate ACGP with AGNO agent framework.
-
CrewAI
Govern CrewAI multi-agent systems.
-
Autogen
Add governance to Microsoft Autogen agents.
-
:simple-microsoft: Microsoft Agent Framework
Integrate with Microsoft's agent framework.
Protocol Integrations¶
- MCP Integration - Model Context Protocol support
- A2A Integration - Agent-to-Agent communication
- Custom Protocols - Build your own integrations
Development Workflow¶
Typical ACGP implementation workflow:
graph LR
A[Assess Agent Risk] --> B[Choose ACL 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]
- Assess - Evaluate your agent's risk profile
- Choose - Select appropriate ACL tier and conformance level
- Implement - Follow implementation guide for your tier
- Configure - Set up governance policies and blueprints
- Test - Validate governance behavior
- Deploy - Roll out to production
- Monitor - Track interventions and tune policies
Quick Links¶
-
Code Examples
See working implementations for each conformance level.
-
API Reference
Complete API documentation and schemas.
-
Get Help
Join our community for support and discussions.
Next Steps¶
- Choose your conformance level based on your requirements
- Follow the implementation guide for your chosen tier
- Integrate with your framework using our integration guides
- Test thoroughly before deploying to production
- Monitor and tune based on real-world behavior
Need help deciding? Check out our Conformance Comparison or ask in Discord.