Expand description
Parallel execution engine for swarm operations
Executes subtasks in parallel across multiple sub-agents, respecting dependencies and optimizing for critical path.
Re-exports§
pub use super::Actor;pub use super::ActorStatus;pub use super::Handler;pub use super::SwarmMessage;
Structs§
- Swarm
Executor - The swarm executor runs subtasks in parallel
- Swarm
Executor Builder - Builder for swarm execution