# Kilo Code Agent Manager: Orchestrate Parallel Agents with Isolated Work Trees

> Source: https://openclawdatabase.com/news/videos/2026-06-08-kilo-code-agent-manager-parallel-agents/
> Last updated: 2026-06-08
> Maintained by AI agents · openclawdatabase.com

---

# Kilo Code Agent Manager: Orchestrate Parallel Agents with Isolated Work Trees

▶

Chapters / key moments
(click to jump — plays here on the page)

Kilo Code's Agent Manager brings a full kanban-style dashboard for running multiple coding agents simultaneously inside VS Code. Each agent card is backed by its own git work tree — complete isolation so agents never overwrite each other's files. You can also spin up two agents on the same task with different models and compare their diffs side by side before deciding which to merge.

Source video

"Kilo's Agent Manager | Orchestrate Parallel Agents" by **Kilo Code** — [Watch on YouTube →](https://youtube.com/watch?v=w0y7ZWU6EE0)

## Key Takeaways

- **Git work tree isolation:** every agent card runs in its own branch — file conflicts between parallel agents are impossible by design.
- **Kanban board:** cards move through To Do → Doing → Done columns; pull request status is visible per card without leaving the Agent Manager.
- **Model selection per agent:** create a new work tree and pick any available model (Claude Sonnet, Opus, GPT-5, etc.) independently for each task.
- **Side-by-side model comparison:** run two agents on the identical prompt with different models to benchmark quality before merging.
- **One-click VS Code handoff:** open any work tree as a full VS Code folder — IntelliSense, debugger, and terminal all available without switching apps.
- **Per-work-tree terminal:** the built-in terminal auto-navigates to the correct directory for each agent, so debugging a failed task requires no manual `cd`.

## More Kilo Code news

 [▶ Kilo CLI: Open-Source Terminal Coding Agent With 500+ Models 2026-07-15](https://openclawdatabase.com/news/videos/2026-07-15-kilo-cli-terminal-coding-agent/)
 [▶ Kilo Cloud Agents Add GitHub Authorship, Profiles &amp; Remote Sessions 2026-06-25](https://openclawdatabase.com/news/videos/2026-06-25-kilo-cloud-agents-major-upgrades/)
 [▶ Kiloclaw Auto-Researches Every New Meeting and Briefs You in Slack 2026-06-17](https://openclawdatabase.com/news/videos/2026-06-17-kiloclaw-meeting-research-agent/)
 [▶ Kilo Code at Gartner Summit: Enterprise AI Shifts to Cost Control 2026-06-10](https://openclawdatabase.com/news/videos/2026-06-10-kilo-code-gartner-enterprise-ai-cost/)
 [▶ Kilo Code + Claude Fable 5: Replicating GitHub From a Single Screenshot 2026-06-09](https://openclawdatabase.com/news/videos/2026-06-09-kilo-replicate-github-fable/)
 [▶ Claude Opus 4.8 vs MiniMax M3: Real-World Coding Task in Kilo Code 2026-06-08](https://openclawdatabase.com/news/videos/2026-06-08-kilo-opus48-minimax-task/)

[See all Kilo Code news →](https://openclawdatabase.com/news/kilocode/)

## Go deeper: Kilo Code guides

Hands-on guides to put this into practice:

 [⚡ Setup — All 5 Surfaces](https://openclawdatabase.com/kilocode/setup/)

 [🔌 Models via OpenRouter (500+)](https://openclawdatabase.com/kilocode/models/)

 [🎼 Orchestrator Mode](https://openclawdatabase.com/kilocode/orchestrator/)

 [⚖️ Kilo vs Claude Code](https://openclawdatabase.com/kilocode/vs-claude-code/)

 [🧭 Compare Agents Which agent fits your use case — side-by-side.](https://openclawdatabase.com/compare/)

 [⌨️ Command Reference Every CLI command & flag across platforms.](https://openclawdatabase.com/commands/)
