Production-ready demos showcasing Agent OS governance in real industry contexts.
# Quickstart (instant)
python examples/quickstart/my_first_agent.py
# Full demo
cd examples/demo-app && python agent.py| Example | Description | Complexity |
|---|---|---|
| quickstart | β START HERE - Single-file example | β Beginner |
| hello-world | Minimal example - 15 lines | β Beginner |
| chat-agent | Interactive chatbot with memory | ββ Intermediate |
| tool-using-agent | Agent with safe tools | ββ Intermediate |
| demo-app | Full demo application with UI | ββ Intermediate |
| Example | Industry | Governance Features | Compliance |
|---|---|---|---|
| healthcare-hipaa | Healthcare | PHI protection, consent, audit trails | HIPAA |
| finance-soc2 | Finance | Approval workflows, rate limiting, sanctions | SOC2 |
| legal-review | Legal | Attorney-client privilege, PII redaction | ABA Rules |
| hr-recruiting | HR | Bias prevention, protected field blocking | EEOC, GDPR |
| ecommerce-support | E-commerce | PCI-DSS card masking, fraud detection | PCI-DSS |
| iot-smart-home | IoT | Safety constraints, privacy, emergency overrides | UL 2900 |
| customer-service | Support | Escalation rules, sentiment analysis | - |
| devops-safe | DevOps | Safe deployments, rollback policies | - |
| Example | Description | Stack |
|---|---|---|
| carbon-auditor | Carbon credit fraud detection | CMVK + Prometheus + Grafana |
| defi-sentinel | DeFi attack detection (<50ms) | AMB + Jaeger + Prometheus |
| grid-balancing | 100-agent energy trading | IATP + Prometheus + Grafana |
| pharma-compliance | FDA document analysis | CMVK + Prometheus |
| Example | Framework | Description |
|---|---|---|
| crewai-safe-mode | CrewAI | Governed multi-agent crew |
| self-evaluating | Research | Self-improving agents |
Each production demo includes full observability:
cd examples/carbon-auditor && docker-compose up| Demo | UI | Grafana | Jaeger |
|---|---|---|---|
| carbon-auditor | :8080 | :3000 | :16686 |
| defi-sentinel | :8081 | :3001 | :16687 |
| grid-balancing | :8082 | :3002 | :16688 |
| pharma-compliance | :8083 | :3003 | :16689 |
Grafana login: admin / admin
All examples use the Agent OS kernel stack:
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β Your Application β
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ€
β Agent OS Kernel β
β βββββββββββββββ¬ββββββββββββββ¬ββββββββββββββββββββββ β
β β Signals β VFS β Policy Engine β β
β β SIGKILL/STOPβ /mem /audit β Deterministic β β
β βββββββββββββββ΄ββββββββββββββ΄ββββββββββββββββββββββ β
β βββββββββββββββ¬ββββββββββββββ¬ββββββββββββββββββββββ β
β β IATP β AMB β CMVK β β
β β Agent Trust β Message Bus β Multi-Model Verify β β
β βββββββββββββββ΄ββββββββββββββ΄ββββββββββββββββββββββ β
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ€
β Observability β
β Prometheus β Grafana β Jaeger β OpenTelemetry β
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
MIT