Parallel Tool Orchestrator
When to Use
- User says parallel tools or task matches this capability
- User says run concurrently or task matches this capability
- User says batch requests or task matches this capability
- User says parallelize or task matches this capability
Workflow
- Identify independent tool calls in plan.
- Batch parallel execution (max 5 concurrent).
- Collect results; handle partial failures.
- Continue sequential steps that depend on results.
Integrations
performance-optimizerbottleneck-resolvermulti-agent-orchestrator
Error Handling
| Failure | Response |
|---|---|
| Rate limited | Backoff exponentially; reduce concurrency. |
Gotchas
- Never parallelize dependent or destructive operations.
Example
Input: User request matching triggers above. Output: Structured result per workflow with integrations invoked as needed.