返回目錄

dsh-deepseek-flow

編輯精選維護狀態: 活躍

kanghelyu/dsh-deepseek-flow

DeepSeek Harness 的視覺化工作流編輯外掛,支援流程圖編排與暗色模式。

前往 GitHub專案首頁
$ dsh plugin --profile web add "github:kanghelyu/dsh-deepseek-flow#main"

59

星數

4

Fork

JavaScript

語言

MIT

授權條款

2026-08-14

建立於

2026-08-19

最近推送

一款原生 DeepSeek Harness Web 外掛程式,把 Markdown 工作流程當成同步的可視化畫布來編輯與校驗,內建八種布林邏輯閘與 flow_* Agent Skill。

DSH 整合

原生執行環境

作者聲明

安全稽核

未稽核

最後核實

2026-08-30

授權條款

MIT

01它能幫你完成什麼?

  • 在 DeepSeek Harness Web UI 中以視覺化方式設計、檢查並改進工作流程

    與 WORKFLOW.md 及各步驟 STEP.md 同步的可編輯節點-箭頭畫布,外加一個內建 Agent Skill,提供 flow_create / flow_put / flow_evaluate 工具

    使用 DeepSeek Harness(dsh)Web 端、希望以可攜式 Markdown 編寫工作流程、且只審查真實畫布改動的使用者

  • 在執行前校驗確定性的邏輯閘

    根據上游步驟結果求出的邏輯閘狀態與激活目標,且不執行 Agent 步驟

    需要在 Session 中執行工作流程前先驗證布林契約的 Session Agent 與審查者

02如何將外掛接入 DeepSeek Harness?

安裝步驟

  1. 01

    從 GitHub 安裝到 dsh 的 Web 設定檔:`dsh plugin --profile web add "github:kanghelyu/dsh-deepseek-flow#main"`。

    $ dsh plugin --profile web add "github:kanghelyu/dsh-deepseek-flow#main"

  2. 02

    重新啟動 `dsh web`,開啟一個 Session,並選取 DeepSeek Flow 分頁即可開始編輯。

    $ dsh web

驗證整合成功

  • 用 `dsh web --dump-config | grep deepseek-flow` 確認外掛程式已掛載。

復原

  • 用 `dsh plugin --profile web remove deepseek-flow` 移除外掛程式。

03DSH 整合程度與能力邊界

DSH 整合原生執行環境

以原生 Web 外掛程式安裝到 dsh 的 Web 設定檔,並向目前的 Session 提供 flow_* 工具與內建的 Agent Skill。

  • 視覺化 Markdown 工作流程編輯器

    WORKFLOW.md 主文件與各步驟的 STEP.md 檔案同步寫回 Markdown 檔案的可編輯節點-箭頭畫布

    在畫布上的修改會寫回工作流程的 Markdown 檔案(雙向同步)
  • 確定性布林邏輯閘求值

    上游步驟結果與邏輯閘定義(IF/ELSE、AND、OR、NOT、NAND、NOR、XOR、XNOR)在不執行 Agent 步驟的情況下求出的邏輯閘狀態與激活目標

  • 內建 Agent Skill(flow_* 工具)

    Session 中要求構建或匯入工作流程的請求引導 Agent 呼叫 flow_create / flow_put,並透過工具維護工作流程

04適合誰?何時不該用?

適合

  • 使用 DeepSeek Harness(dsh)Web 端、希望以可攜式 Markdown 編寫工作流程、且只審查真實畫布改動的使用者
  • 需要在 Session 中執行工作流程前先驗證布林契約的 Session Agent 與審查者

不適合

  • DeepSeek Flow 只能安裝並執行在 DeepSeek Harness 的 `dsh web` Web 設定檔內——它沒有獨立的執行環境,也不會執行工作流程;執行仍留在目前的 Session。

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

  • DeepSeek Flow 只能安裝並執行在 DeepSeek Harness 的 `dsh web` Web 設定檔內——它沒有獨立的執行環境,也不會執行工作流程;執行仍留在目前的 Session。
  • Host 升級後若新增了遠端方法,必須完整重新啟動 `dsh web` 程序(先結束再啟動),而不能只硬重新整理瀏覽器——路由表是在啟動時快照的。
2026-08-142026-08-19v0.4.2

MIT · 活躍維護中(最新版本 v0.4.2,2026-08-19)

06常見問題

怎麼把 DeepSeek Flow 安裝到 DeepSeek Harness?

用 `dsh plugin --profile web add "github:kanghelyu/dsh-deepseek-flow#main"` 從 GitHub 安裝到 dsh 的 Web 設定檔,重新啟動 `dsh web`,然後開啟一個 Session 並選取 DeepSeek Flow 分頁。

DeepSeek Flow 會執行我的工作流程嗎?

不會。它刻意只做編輯器、不做執行環境。你在畫布上以視覺化方式設計、檢查、改進工作流程,執行仍留在目前的 Session。

怎麼確認外掛程式已掛載?

執行 `dsh web --dump-config | grep deepseek-flow`。若外掛程式已掛載,匯出的設定中就會出現 deepseek-flow。

它能在不執行步驟的情況下求值邏輯閘嗎?

可以。`flow_evaluate` 工具會根據上游結果確定性地求出邏輯閘狀態與激活目標,且不執行 Agent 步驟、不產生工作流程副作用。

08資料與來源

  • 作者聲明github.com87a4e8d43102…

    DeepSeek Flow turns a `WORKFLOW.md` and its step-level `STEP.md` files into an editable diagram inside DeepSeek Harness.

  • 作者聲明github.com87a4e8d43102…

    A visual, Markdown-first workflow editor built for the DeepSeek Harness Web UI.

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

🏆

最佳 DeepSeek Harness 外掛

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

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

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