Skip to main content

Module executor

Module executor 

Source
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§

SwarmExecutor
The swarm executor runs subtasks in parallel
SwarmExecutorBuilder
Builder for swarm execution