Documentation Index
Fetch the complete documentation index at: https://docs.praison.ai/llms.txt
Use this file to discover all available pages before exploring further.
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
