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
Enums§
Functions§
- run_
agent_ loop - Run the agentic loop for a sub-agent with tool execution Run an agentic loop with tools - reusable for Ralph and swarm sub-agents