Guides¶
In-depth guides that show how to combine Acteon's features to solve real-world problems.
AI Agent Swarm Coordination¶
Use Acteon as a safety and orchestration layer for multi-agent AI swarms. Covers the autoresearch-style eval harness, adversarial challenge-recovery loop with cross-engine critique, code-writing recovery agents, program.md constraints, identity, permissions, rate limiting, and approval workflows.
AWS Event-Driven Pipeline¶
Build an IoT telemetry pipeline with Acteon routing sensor data to AWS services (SNS, Lambda, EventBridge, SQS, S3). Covers chain orchestration, circuit breaker fallbacks, event grouping, and a full LocalStack development setup.
Incident Response Pipeline¶
Route monitoring alerts through Acteon for triage, dedup, throttle, and multi-step escalation. Covers chain orchestration with war-room sub-chains, event lifecycle management, circuit breaker fallbacks, and recurring health checks.
E-Commerce Order Pipeline¶
Process e-commerce orders through Acteon with fraud screening, business-hours scheduling, approval gates, and multi-step fulfillment chains. Covers time-based conditions, SSE streaming, order lifecycle tracking, and payment field redaction.
Healthcare Notification Pipeline¶
Build a HIPAA-compliant notification gateway that detects and blocks PHI over insecure channels, reroutes sensitive data to a patient portal, and maintains a tamper-evident hash-chained audit trail. Covers compliance mode, approval workflows, and PHI redaction.