π‘ Production Examples
Battle-tested demos showcasing Agent OS in real-world scenarios
Each example includes full source code, Docker deployment, and performance benchmarks. Battle-tested in production environments with impressive metrics.
Why These Examples?
Each demo solves a real problem in a regulated industryβwith metrics that matter.
Production-Grade
Not toy demos. These handle real data volumes, real latency requirements, and real compliance needs.
Benchmarked
Every example includes performance metrics: latency, throughput, accuracy, and resource usage.
One-Command Deploy
Full Docker Compose setups. Clone, configure, run. Production-ready in minutes.
Featured Examples
Carbon Auditor
CMVK Drift Detection for ESG Reporting
Multi-model verification catches carbon accounting errors before they become regulatory violations. Three LLMs cross-verify emissions calculations in real-time.
Grid Balancing
100 Agents Coordinating in 100ms
Distributed energy grid management with 100 autonomous agents. Real-time load balancing, demand prediction, and fault isolationβall governed.
DeFi Sentinel
Stop Hacks in 142ms
Real-time blockchain transaction monitoring. Detect and block malicious transactions before they execute. Flash loan attacks, rug pulls, and exploitsβcaught instantly.
Pharma Compliance
100K Pages Regulatory Analysis
FDA submission review at scale. Analyze 100,000+ pages of clinical trial data, flag compliance issues, and generate audit trailsβwith complete traceability.
Running Examples
Every example runs with Docker. No complex setup required.
Clone the Repository
git clone https://github.com/imran-siddique/agent-os.git
cd agent-os/examples
Configure Environment
# Copy example env file
cp .env.example .env
# Add your API keys
echo "OPENAI_API_KEY=sk-..." >> .env
echo "ANTHROPIC_API_KEY=sk-ant-..." >> .env
Run with Docker Compose
# Run Carbon Auditor example
cd carbon-auditor
docker-compose up -d
# View logs
docker-compose logs -f agent
# Run tests
docker-compose exec agent pytest tests/
Access the Dashboard
# Most examples include a monitoring dashboard
open http://localhost:8080
# Grafana metrics (if included)
open http://localhost:3000
Resource Requirements
Most examples require 4GB RAM and 2 CPU cores minimum. Grid Balancing (100 agents) needs 8GB RAM and 4 cores for full performance.
Source Code
All examples are MIT licensed. Fork, modify, and deploy.
carbon-auditor/
CMVK multi-model verification for ESG reporting
grid-balancing/
100-agent distributed energy management
defi-sentinel/
Real-time blockchain security monitoring
pharma-compliance/
FDA submission review with audit trails
examples/
βββ carbon-auditor/
β βββ docker-compose.yml
β βββ src/
β β βββ agent.py # Main agent logic
β β βββ cmvk_config.py # CMVK verification setup
β β βββ policies/ # Governance policies
β βββ tests/
β βββ README.md
βββ grid-balancing/
β βββ docker-compose.yml
β βββ k8s/ # Kubernetes manifests
β βββ src/
β βββ README.md
βββ defi-sentinel/
β βββ ...
βββ pharma-compliance/
βββ ...
Contributing Examples
Have a production use case? Share it with the community.
π Example Requirements
- β Solves a real-world problem
- β Includes Docker Compose setup
- β Has comprehensive tests
- β Documents performance metrics
- β Follows Agent OS best practices
π Submission Process
- Fork the repository
- Create your example in
examples/ - Add tests and documentation
- Open a pull request
- Pass code review
Featured Contributors
Outstanding examples get featured on the Agent OS homepage and documentation. Contributors receive attribution and a spot in our Hall of Fame.