返回目錄

dsh-handbook

維護狀態: 活躍

electricitysheep/dsh-handbook

DeepSeek Harness (dsh) 從 0 到 1 深度手冊:安裝/外掛開發/效能調優/實測案例/同模型多 Agent 實測對比(中文 + 英文 PDF)

前往 GitHub專案首頁
$ npx -y @deepseek-ai/dsh web

761

星數

42

Fork

HTML

語言

2026-08-13

建立於

2026-09-07

最近推送

內容 CC BY-NC-SA 4.0、範例程式碼 MIT——15 章中文優先的 DeepSeek Harness(dsh)從 0 到 1 手冊,可線上閱讀或下載 PDF;它講解 dsh 而非安裝進 dsh(生態層)。

DSH 整合

生態系相關

作者聲明

安全稽核

未稽核

最後核實

2026-08-21

授權條款

作者未說明

01它能幫你完成什麼?

  • Go from zero to productive with DeepSeek Harness: install, daily use, plugin development and performance tuning

    A 15-chapter handbook with copy-paste commands verified locally, a 3-day learning path with daily goals and acceptance criteria, a one-page cheatsheet, and a cloneable plugin template with a full config reference

    Developers and newcomers to DeepSeek Harness (dsh) who need a structured Chinese-first path that the official architecture docs don't provide

  • Compare DeepSeek Harness with mainstream agents and shortlist with real benchmarks

    A capability matrix vs 5 mainstream agents (Claude Code, OpenAI Codex, OpenCode, Gemini CLI, Kimi CLI) plus same-model benchmarks on deepseek-v4-flash: omp 70s / dsh 130s / opencode 172s, 45/45 tasks correct

    Teams evaluating which agent harness to adopt

  • Read the dsh ecosystem: pain points, capability gaps and the plugin landscape

    Chapter 15 ecosystem report cross-validating an inventory of 1804 plugin repos with 780 discussion threads: 5 key conclusions and 6 capability gaps

    Plugin developers and ecosystem participants deciding what to build or adopt on dsh

02如何將外掛接入 DeepSeek Harness?

先決條件

  • Node.js ≥ 22 (required to run dsh itself, which the handbook's chapters teach)

安裝步驟

  1. 01

    Read the handbook online at https://electricitysheep.github.io/dsh-handbook/ or download the Chinese / English PDF from GitHub Releases

  2. 02

    To follow the chapters, install and start the dsh Web UI: `npx -y @deepseek-ai/dsh web`, then open http://127.0.0.1:3080

    $ npx -y @deepseek-ai/dsh web

  3. 03

    For one-shot tasks (scripts/CI), run `dsh --profile headless "task"`

    $ dsh --profile headless "task"

驗證整合成功

  • Open http://127.0.0.1:3080 in the browser and start a conversation (dsh Web UI)

03DSH 整合程度與能力邊界

DSH 整合生態系相關

Chinese-first DeepSeek Harness (dsh) handbook / whitepaper — a 15-chapter documentation project (tutorials, benchmarks, ecosystem observation) that teaches dsh; it is read online or as PDF, not installed into dsh

  • 15-chapter zero-to-one handbook

    a new DeepSeek Harness userinstall, quickstart, profiles & plugin system, plugin development, real cases, performance tuning, MCP / subagents / workflows, security & sandbox, cache & cost — every chapter with runnable commands

  • Cloneable plugin template & config reference

    a developer writing their first dsh plugina cloneable template (pure functions + waterfall + tests) and a settings.yaml / cordis.patch.yml config reference — mounting a plugin takes 2 edits (add dependency + add insert line)

    following the template edits package.json and cordis.patch.yml inside the dsh profile and runs pnpm install
  • Benchmarks & agent comparison

    a buyer or selector comparing agent harnessescapability matrix vs 5 mainstream agents and same-model benchmark data (5 tasks × 3 rounds, median): omp 70s / dsh 130s / opencode 172s, 45/45 correct

  • Ecosystem observation center

    1804 plugin repos + 780 discussion threadsChapter 15 panorama report: 5 conclusions (Windows as top pain point, community filling official gaps, sandbox tooling scarcity, serialization bug family, cost transparency) and 6 capability gaps

04適合誰?何時不該用?

適合

  • Developers and newcomers to DeepSeek Harness (dsh) who need a structured Chinese-first path that the official architecture docs don't provide
  • Teams evaluating which agent harness to adopt
  • Plugin developers and ecosystem participants deciding what to build or adopt on dsh

不適合

  • The handbook targets dsh 0.1.0-rc.6 (pre-release); the README warns production use needs careful evaluation, and chapter commands can go stale as rc versions iterate with breaking changes.
  • The handbook documents Windows as dsh's #1 pain point (Chinese paths — 15+ threads with the same root cause — koffi, ports, child processes); its own sample environment is Windows 11 + Node 24 with a documented Node-version red line.

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

  • The handbook targets dsh 0.1.0-rc.6 (pre-release); the README warns production use needs careful evaluation, and chapter commands can go stale as rc versions iterate with breaking changes.
  • The handbook documents Windows as dsh's #1 pain point (Chinese paths — 15+ threads with the same root cause — koffi, ports, child processes); its own sample environment is Windows 11 + Node 24 with a documented Node-version red line.
  • Handbook content is CC BY-NC-SA 4.0 — attribution, non-commercial, share-alike — so reuse in commercial products is not permitted; only the example code is MIT.
2026-08-132026-08-18v1.8.0

CC BY-NC-SA 4.0 (content) / MIT (examples) · actively maintained (v1.8.0 released 2026-08-17)

06常見問題

dsh-handbook 是裝進 DeepSeek Harness 的外掛嗎?

不是——它是文件:一本 15 章的手冊,可在 electricitysheep.github.io/dsh-handbook 線上閱讀,或從 GitHub Releases 下載中英文 PDF。它教你使用 dsh,本身不安裝進 dsh。

這本手冊涵蓋哪個 dsh 版本?

dsh 0.1.0-rc.6(預發布階段),模型為 DeepSeek-V4-Flash-0731。README 提醒正式環境請謹慎評估,且 rc 版本迭代快,章節命令可能失效。

手冊裡的命令真的能直接執行嗎?

能——每章都提供作者在本機實測驗證過的可複製命令,例如 `npx -y @deepseek-ai/dsh web`(需 Node.js ≥ 22)啟動 Web UI 於 http://127.0.0.1:3080,`dsh --profile headless "任務"` 適合腳本/CI 的一次性任務。

只有中文版嗎?

不是——中文優先、英文同步:除了中文 15 章完整版 PDF,也提供英文 README(README.en.md)和 83 頁英文 PDF(約 16 萬字元)。

內容可以二次使用嗎?

手冊內容採 CC BY-NC-SA 4.0(姓名標示、非商業性、相同方式分享),僅範例程式碼採 MIT。

08資料與來源

  • 作者聲明github.com6dafa5293583…

    **DeepSeek Harness 中文手册 × 生态观察中心**——从 0 到 1 玩转 dsh,跟着 780 帖讨论区看懂生态 · 中文 · [English](./README.en.md)

  • 作者聲明github.com6dafa5293583…

    但官方文档以架构说明为主,**缺少一条从零上手的路径**。**这本白皮书补上这条路**:从"什么是 Agent 运行时"讲起,到安装、使用、开发插件、性能调优——每一章都有可复制、可运行的命令,全部在本机实测验证。

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

🏆

最佳 DeepSeek Harness 外掛

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

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

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