Run agents in parallel for faster results on independent tasks.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.
Quick Start
When to Use Parallel
| Task Type | Use Parallel? |
|---|---|
| Research 3 topics | ✅ Yes |
| Translate to 5 languages | ✅ Yes |
| Write then edit | ❌ No |
| Research then summarize | ❌ No |
Best Practices
Only parallelize independent tasks
Only parallelize independent tasks
If task B needs task A’s output, use sequential.
Watch API rate limits
Watch API rate limits
Parallel calls may hit rate limits faster.
Related
Agent Teams
Team processes
Loops
Repeated execution

