Multi-agent orchestration with scheduling, budgeting, and compound review.
This crate provides the core orchestration engine for managing fleets of AI agents with features for resource scheduling, cost tracking, and coordinated review workflows.
Core Components
- AgentOrchestrator: Main orchestrator running the "dark factory" pattern
- DualModeOrchestrator: Real-time and batch processing modes with fairness scheduling
- CompoundReviewWorkflow: Multi-agent review swarm with persona-based specialization
- Scheduler: Time-based and event-driven task scheduling
- HandoffBuffer: Inter-agent state transfer with TTL management
- CostTracker: Budget enforcement and spending monitoring
- NightwatchMonitor: Drift detection and rate limiting
Example
use ;
# async