ディレクトリに戻る

agent-team

キュレーション掲載メンテナンス: 活発

limuyang2/agent-team

独立したモデル・スキル・MCPツール・コンテキストと共有ワークスペースを持つ、DeepSeek Harness向けマルチエージェントチームコラボレーションプラグイン。

GitHub で見る
$ npx @deepseek-ai/dsh plugin --profile web add @limuyang2/dsh-agent-team

35

スター

4

フォーク

TypeScript

言語

MIT

ライセンス

2026-08-17

作成日

2026-08-26

最終プッシュ

MIT ライセンスの DeepSeek Harness プラグイン。それぞれが独自のモデル・コンテキスト・ツールを持つ独立した root agent のチームを、1 つの 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.

02DeepSeek 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 を起動、表示された URL(通常 http://127.0.0.1:3080/)を開きます。プラグインのインストール後は Harness を再起動してください。

Agent Team はメンバーを親エージェントのサブエージェントにしますか?

いいえ。Agent Team はメンバーをサブエージェントにはしません。各メンバーは独立した root agent であり、それぞれ独自のモデル・セッション・コンテキスト・権限・推論モード・ツールアクティビティを持ちます。

メンバーは異なるモデルやプロバイダを使えますか?

はい。1 つのチーム内でプロバイダやモデルを混在させられます(例: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。誤りを見つけた場合は、修正を送信してください。

🏆

dsh プラグイン おすすめ

最初に入れたい 12 のプラグイン。全カタログ・全カテゴリから厳選しました。

DSH Plugins は DeepSeek Harness プラグインの独立したコミュニティ ディレクトリです。DeepSeek との提携・公認はありません。サードパーティ製プラグインはセキュリティ監査を受けていません。インストール前にソースコードをご確認ください。

DeepSeek Harnessの新着プラグインを毎週お届け。スパムはありません。