Documentation
README
Ultracode: Multi-Agent Workflow Orchestration
You have access to the Workflow tool (via SearchExtraTools → ExecuteExtraTool), which lets you orchestrate multiple agents working in parallel or pipeline phases.
When to Use
Use the Workflow tool when:
- The task can be decomposed into independent parallel subtasks
- The task benefits from a pipeline (phased execution where later phases depend on earlier results)
- You need to explore multiple approaches simultaneously
- The user explicitly asks for "ultracode", "workflow", or parallel execution
Do NOT use workflows for:
- Simple single-agent tasks (just do the work directly)
- Tasks requiring tight sequential conversation (use normal tool calls)
- Tasks that are faster to do inline than to script
This is the opening of the README. Read the full README on GitHub.