SponsorLobeHubLobeHubLearn more
dshfind
Back to plugins

dsh-agent-teamsS85

@NanmiCoder
View Repo

Ports Claude Code's AgentTeams into DSH: one sentence spins up a multi-agent team, the captain splits the work, members message each other directly, and a live activity panel sits in the top-right of the Web GUI.

Star
288+47
7-day growth
Contributors
4
Language
TypeScript
Updated
2026-08-14
Install
Derived from package metadata
dsh plugin --profile web add @nanmicoder/dsh-agent-teams

The name after --profile is a profile name you choose yourself — swap in whichever one you use.

Editor's notes

Once installed, saying something like "use AgentTeams to research X" in any session drives a full multi-agent team. The semantics are ported from Claude Code's AgentTeams as a four-step loop: create the team (the captain is the current session's agent), recruit members (resumable subagents), split tasks and declare dependencies between them, then let members exchange messages directly. That last step is the key design choice — messages go straight to a member's mailbox and wake them, with no relay through the captain, so the captain never becomes the bottleneck. Live team activity lives in a panel pinned to the top-right of the Web GUI, so you can see who is doing what.

  • Four-step loop: form the team, recruit members, split tasks with declared dependencies, then direct member-to-member messaging
  • Messages use direct mailbox delivery plus wake, never relayed through the captain
  • A persistent team activity panel in the Web GUI; the author documents version pinning, npx-without-install and GitHub-latest install paths too
Score breakdown
Scored 2026-08-14
Activity
24.5
Star heat
25.1
Engineering
20
Maintainer
16

移植 Claude Code AgentTeams 语义的多智能体协作插件,作者是 6 万星 MediaCrawler 维护者

Share card

Drop it into your README — it links back to this page.

Badge (inline)
Badge (inline)
[![dshfind](https://dshfind.com/api/badge/NanmiCoder/dsh-agent-teams)](https://dshfind.com/en/plugins/NanmiCoder/dsh-agent-teams?ref=badge)
Card (440×200)
Card (440×200)
[![dshfind](https://dshfind.com/api/card/NanmiCoder/dsh-agent-teams)](https://dshfind.com/en/plugins/NanmiCoder/dsh-agent-teams?ref=badge)