Skip to main content

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

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