Back to browse
GitHub Repository

Agent teams for OpenCode. Run multiple agents in parallel with messaging, shared tasks, and coordinated execution.

139 starsTypeScript

OpenCode Ensemble – parallel agent teams for OpenCode (plugin)

by huey77·Mar 17, 2026·2 points·0 comments

AI Analysis

●●SolidShip ItNiche Gem

Parallel agent teams with task dependencies—OpenCode's SDK made this possible before official support.

Strengths
  • Task dependencies auto-unblock downstream work when upstream agents complete their assignments.
  • Inter-agent messaging lets teammates coordinate directly without routing through the lead.
  • Session switching via TUI lets you inspect any teammate's full chat log in real-time.
Weaknesses
  • Only works with OpenCode, which is niche compared to Cursor, Continue, or GitHub Copilot.
  • Agent team orchestration becoming common—Cursor and others moving toward multi-agent workflows.
Target Audience

OpenCode users, developers using AI coding assistants

Similar To

Cursor · Continue · Multi-agent coding tools

Post Description

OpenCode doesn't have agent teams yet. There are PRs open for it but I needed this now, so I built it as a plugin.

You get a lead agent that can spawn teammates, each with their own session and context window. They share a task board, can message each other, and the lead keeps you updated. Tasks can depend on other tasks so things unblock automatically.

Similar Projects