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::SwarmMessage;

Structs§

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

Enums§

AgentLoopExit

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