返回目錄

dsh-agency-agents

編輯精選維護狀態: 活躍

michengai/dsh-agency-agents

DSH Agency Agents — 為 DeepSeek Harness 提供 271 名可召喚的專業智慧體 · 271 summonable domain experts for DeepSeek Harness

前往 GitHub專案首頁
$ dsh plugin --profile web add @michengai/dsh-agency-agents@latest --registry=https://registry.npmjs.org/

35

星數

5

Fork

TypeScript

語言

Apache-2.0

授權條款

2026-08-15

建立於

2026-09-04

最近推送

社群維護的 Apache-2.0 DSH Web 外掛,提供 321 個領域專家子代理:在 Settings → Experts 中啟用、依名或工具召喚,使用 `dsh plugin add` 安裝。

DSH 整合

原生執行環境

作者聲明

安全稽核

未稽核

最後核實

2026-09-05

授權條款

Apache-2.0

01它能幫你完成什麼?

  • 在 DeepSeek Harness Web 中召喚領域專家子代理

    321 個內建專家角色,在 Settings → Experts 中啟用後,可從編輯器依本地化名直接召喚

    希望在 DSH Web 內取得專家觀點、又不想離開 harness 的使用者

  • 以程式方式發掘並委派專家工作

    透過 `list_experts` / `summon_expert` 工具啟動的一次性專家子代理,父階段保留任務上下文

    想把聚焦的專家任務委派出去、同時保留最終答案與判斷的父階段

02如何將外掛接入 DeepSeek Harness?

先決條件

  • 可用的 DeepSeek Harness Web 安裝,且 PowerShell 中能呼叫 `dsh`
  • 僅原始碼建置或二次開發時才需要 Node.js 22+ 與 pnpm

安裝步驟

  1. 01

    在任意 PowerShell 目錄執行 `dsh plugin --profile web add @michengai/dsh-agency-agents@latest --registry=https://registry.npmjs.org/`(若 `dsh` 不在 PATH,用 `npx --yes @deepseek-ai/dsh` 替代)

    $ dsh plugin --profile web add @michengai/dsh-agency-agents@latest --registry=https://registry.npmjs.org/

  2. 02

    執行 `dsh --profile web --dump-config` 確認外掛已掛載,然後重啟 DSH Web 並強制重新整理瀏覽器

    $ dsh --profile web --dump-config

驗證整合成功

  • 執行 `dsh --profile web --dump-config`,確認設定輸出包含 `agency-agents` 與 `agency-agents-remote`

03DSH 整合程度與能力邊界

DSH 整合原生執行環境

透過 `dsh plugin add` 安裝的原生 DeepSeek Harness Web 外掛,在 DSH Web 內提供 321 個可召喚的專家子代理

  • Settings → Experts 專家名冊

    分類篩選或搜尋關鍵字在 DSH Web 中啟用或停用的內建專家

  • list_experts / summon_expert 工具

    division? 篩選或專家名加任務提供專家觀點的一次性專家子代理

    專家子代理不能再召喚更多專家
  • 外部專家目錄(AGENCY_AGENTS_ROOT)

    透過 AGENCY_AGENTS_ROOT 設定的外部專家目錄路徑該目錄下的角色文本被注入為子代理的系統提示

    僅可從可信來源載入角色

04適合誰?何時不該用?

適合

  • 希望在 DSH Web 內取得專家觀點、又不想離開 harness 的使用者
  • 想把聚焦的專家任務委派出去、同時保留最終答案與判斷的父階段

不適合

  • 外部 AGENCY_AGENTS_ROOT 目錄下的角色文本會被注入為子代理的系統提示,因此只能從可信來源載入。

05相容性、維護與安全提醒

  • 外部 AGENCY_AGENTS_ROOT 目錄下的角色文本會被注入為子代理的系統提示,因此只能從可信來源載入。
  • 需要可用的 DeepSeek Harness Web 安裝且 PowerShell 中能呼叫 `dsh`;僅在原始碼建置或開發時才需要 Node.js 22+ 與 pnpm。
  • 專家子代理只提供專家觀點,不能再召喚更多專家,因此委派深度受父階段約束。
2026-08-152026-09-04v0.1.31

Apache-2.0 · 社群維護(最新版本 v0.1.31,2026-09-04)

06常見問題

怎麼把 DSH Agency Agents 安裝進 DeepSeek Harness Web?

在 PowerShell 執行 `dsh plugin --profile web add @michengai/dsh-agency-agents@latest --registry=https://registry.npmjs.org/`(若 `dsh` 不在 PATH 則用 `npx --yes @deepseek-ai/dsh`),隨後用 `dsh --profile web --dump-config` 確認並重啟 DSH Web。

怎麼啟用並召喚一個專家?

開啟 Settings → Experts,依分類篩選或搜尋並啟用所需專家;然後用 `@` 或編輯器的 Experts 選擇器選取,或直接呼叫 `summon_expert(expert, task)`。

專家子代理還能再召喚其他專家嗎?

不能。專家子代理只提供專家觀點,不能再召喚更多專家,因此委派深度受父階段約束。

怎麼確認外掛已正確掛載?

執行 `dsh --profile web --dump-config`,設定輸出應包含 `agency-agents` 與 `agency-agents-remote`,之後重啟 DSH Web 並強制重新整理瀏覽器。

可以使用自己的專家目錄嗎?

可以。設定 `AGENCY_AGENTS_ROOT` 指向外部專家目錄,其角色文本會被注入為子代理的系統提示,因此只能從可信來源載入。

08資料與來源

  • 作者聲明github.comce64a3419403…

    > DSH Agency Agents is a community-maintained DeepSeek Harness (DSH) plugin, not an official DeepSeek AI product.

  • 作者聲明github.comce64a3419403…

    Use `list_experts` to discover experts and `summon_expert` to start a one-shot specialist subagent.

此頁面根據專案公開文件、儲存庫中繼資料與 DSH Plugins 的結構化解析所產生;最後核實於 2026-09-05。發現錯誤?提交更正。

🏆

最佳 DeepSeek Harness 外掛

從全目錄挑出的 12 個值得優先安裝的外掛,涵蓋各個分類。

DSH Plugins 是獨立的 DeepSeek Harness 外掛市集,與 DeepSeek 官方無關,也不代表官方背書。第三方外掛未經安全稽核,安裝前請審查原始碼。

每週取得最新的 DeepSeek Harness 外掛,絕不濫發。