返回目录

agent-team

编辑精选维护状态: 活跃

limuyang2/agent-team

多智能体团队协作插件,支持独立模型、技能、MCP 工具、上下文与共享工作区。

前往 GitHub
$ npx @deepseek-ai/dsh plugin --profile web add @limuyang2/dsh-agent-team

35

星标

4

Fork

TypeScript

语言

MIT

许可证

2026-08-17

创建于

2026-08-26

最近推送

MIT 协议的 DeepSeek Harness 插件:运行一支由独立 root agent 组成的团队,每个成员拥有自己的模型、上下文与工具,共享同一个 Workspace,由 Leader 指派任务并验证结果。

DSH 适配

原生运行时

作者声明

安全审计

未审计

最后核验

2026-09-06

许可证

MIT

01它能帮你完成什么?

  • Assemble a multi-agent team where each member is an independent root agent with its own model, provider, context, and tools, all sharing one Workspace.

    A team of isolated agent sessions that plan, implement, test, review, and document on the same shared Workspace files.

    DeepSeek Harness users who want to split complex work across specialized agents instead of overloading a single agent.

  • Create reusable assistants for planning, coding, testing, review, or documentation roles.

    Configured assistants (provider, model, preset, default permission, reasoning mode, Skills, MCP Servers, role instructions) reusable across teams.

    Teams building a library of role-based assistants under Settings → Agent Team.

  • Coordinate work through a Leader that creates and assigns tasks, tracks progress, and verifies results.

    An explicit task/result/status flow where the Leader assigns work and members report progress, without sharing one expanding conversation.

    Users who want a coordinating Leader and isolated member contexts rather than a single shared conversation.

02如何接入 DeepSeek Harness?

前置条件

  • Node.js 22.19.0+ or 24.0.0+
  • DeepSeek Harness 0.1.1-rc.2
  • pnpm available on PATH (Harness uses it to manage Profile plugins)

安装步骤

  1. 01

    $ npx @deepseek-ai/dsh plugin --profile web add @limuyang2/dsh-agent-team

  2. 02

    $ npx @deepseek-ai/dsh web

  3. 03

    Open the URL printed by Harness (normally http://127.0.0.1:3080/).

验证接入成功

  • Open the URL printed by Harness, normally <http://127.0.0.1:3080/>.

回滚

  • Stop Harness with Ctrl+C, then run: npx @deepseek-ai/dsh plugin --profile web remove @limuyang2/dsh-agent-team

03DSH 适配与能力边界

DSH 适配原生运行时

Installed as a DeepSeek Harness Profile plugin via the official dsh plugin CLI; each member runs as an independent Harness session sharing one Workspace.

  • Independent root agents

    A role description, or a manually configured assistantAn independent root agent with its own model, session, context, permissions, reasoning mode, and tool activity

  • Leader task orchestration

    A team goal sent to the LeaderTasks created and assigned to members; progress and results collected and verified

  • Shared Workspace and Git preview

    A team Workspace (Git repository or normal folder)Shared files accessible to all members; Git changes and diffs previewable

  • Reusable assistant library

    Settings → Agent Team assistant definitionsReusable assistants with provider, model, preset, default permission, reasoning mode, Skills, MCP Servers, and role instructions

    Agent Team reads the model catalog from the active Profile and never stores provider API keys

04适合谁?何时不该用?

适合

  • DeepSeek Harness users who want to split complex work across specialized agents instead of overloading a single agent.
  • Teams building a library of role-based assistants under Settings → Agent Team.
  • Users who want a coordinating Leader and isolated member contexts rather than a single shared conversation.

不适合

  • Requires DeepSeek Harness 0.1.1-rc.2 or later; the plugin is a Harness Profile plugin and depends on the Harness runtime.

05兼容性、维护与安全提示

  • Requires DeepSeek Harness 0.1.1-rc.2 or later; the plugin is a Harness Profile plugin and depends on the Harness runtime.
  • Requires Node.js 22.19.0+ or 24.0.0+ to run the Harness.
  • Requires pnpm available on PATH; Harness uses it to manage Profile plugins.
  • An assistant's permission setting is only the member's initial default; it can be changed at runtime per session.
  • The Changes view requires a Git Workspace; normal folders still support file browsing but will not show Git changes.
2026-08-172026-08-26作者未说明

MIT · current release 0.1.4 per README; repo latest_release tag absent

06常见问题

如何把 Agent Team 安装到 DeepSeek Harness?

运行 `npx @deepseek-ai/dsh plugin --profile web add @limuyang2/dsh-agent-team`,再用 `npx @deepseek-ai/dsh web` 启动 Harness,打开它打印的地址(通常是 http://127.0.0.1:3080/)。安装或替换插件后请重启 Harness。

Agent Team 会把成员变成某个父智能体的子智能体吗?

不会。Agent Team 不会把成员变成子智能体——每个成员都是独立的 root agent,拥有自己的模型、会话、上下文、权限、推理模式与工具活动。

成员可以使用不同的模型与供应商吗?

可以。你可以在一个团队里混用不同的供应商与模型,例如用 Codex 当 Leader、GLM 当编码成员,并只给每个角色它所需的 Skills 与 MCP Servers。

团队成员会共享对话历史吗?

成员共享同一个 Workspace,但不共享对话历史。这样既能让他们操作同一批文件,又能让各自角色与模型上下文保持隔离。

运行 Agent Team 有什么前置要求?

需要 Node.js 22.19.0+ 或 24.0.0+、DeepSeek Harness 0.1.1-rc.2,以及 PATH 上可用的 pnpm(Harness 用它来管理 Profile 插件)。

08数据与来源

  • 作者声明github.com3dfc9c29ea36…

    Build teams of independent AI agents inside DeepSeek Harness. Mix models and providers, assign one Leader, and let every…

  • 作者声明github.com3dfc9c29ea36…

    Agent Team does **not** turn members into subagents. Every member is an independent root agent with its own model, sessi…

页面基于项目公开文档、仓库元数据和 DSH Plugins 的结构化解析生成;最后核验于 2026-09-06。发现错误?提交更正。

🏆

最佳 DeepSeek Harness 插件

从全目录挑出的 12 个值得优先安装的插件,覆盖各个分类。

DSH Plugins 是独立的 DeepSeek Harness 插件市场,与 DeepSeek 官方无关,也不代表官方背书。第三方插件未经安全审计,安装前请审查源码。

每周获取最新的 DeepSeek Harness 插件,绝不滥发。