Parallel
Defined in the workflows module.Rust AI Agent SDK Parallel pattern - concurrent execution
Fields
| Name | Type | Description |
|---|---|---|
agents | Vec<Arc<Agent>> | Agents to run in parallel |
Source
View on GitHub
praisonai/src/workflows/mod.rs at line 342
