Skip to main content

Parallel

Defined in the workflows module.
Rust AI Agent SDK Parallel pattern - concurrent execution

Fields

NameTypeDescription
agentsVec<Arc<Agent>>Agents to run in parallel

Source

View on GitHub

praisonai/src/workflows/mod.rs at line 342

Rust Parallel Execution

Rust Process