DSH Market
D

Deepseek Harness Tutorial

by ht426 · ht426/deepseek-harness-tutorial

Not checkedunknownfresh

deepseek harness中文详细学习教程

Install Deepseek Harness Tutorial

No package.json found — installability could not be checked.

Not checked — and that is not the same as fine

We could not find a package.json for this repository, so none of the publish spec rules could be applied. We do not know whether dsh plugin add activates anything here.

Best-effort git install — unverified, may activate nothing

# 1. add the bundle to a profile — --profile my-profile points at $DSH_HOME/profiles/my-profile
dsh plugin --profile my-profile add github:ht426/deepseek-harness-tutorial

# 2. verify: the bundle should show up as a layer in the resolved config
dsh --profile my-profile --dump-config

# 3. boot the profile
dsh --profile my-profile

Step 2 is the one that matters here: if --dump-config shows no new layer after the install, this repository is not a bundle and there is nothing to activate.

Before you run it

  • A plugin runs with your permissions once loaded: it can read your files, use your credentials and reach the network. Tool approvals do not sandbox it.
  • Installing from git resolves a moving branch. Pin a commit — github:ht426/deepseek-harness-tutorial#<commit-sha> — so the code you reviewed is the code you install.

Prerequisites

API key
Not required.
Network access
Not required at runtime.

Install check

Every field the verdict was derived from, so you can re-derive it yourself

Field checkedResultWeightWhat the spec says about it
package.jsonmissingfatalno package.json found in the repository
Verdict reason
cannot audit without a package.json
Rules applied from
docs/user/develop/basic/publish.md
Checked at
2026-08-15

From the README

Excerpt as published by the author, plain text, unedited

带你从「 dsh 是什么」一路走到「如何在 dsh 上写出自己的插件」 本仓库是一份系统性的 **DeepSeek Harness(`dsh`)教程**,用中文编写、按「教学顺序」组织。每一章都对应官方仓库里的一组真实包(`packages/ / /`),并标注关键源码与类型定义的位置,方便你随时回到源码核对。 > 教程用中文编写;代码标识符、类型名、事件名、`ctx` 键等保持英文原文,首次出现时给出中文说明。 如果你对「agent / 智能体 / 大模型」这些词还不熟,**先读 [零基础导读](00-basics.md)** —— 它用大白话讲清「agent 是什么、大脑和手怎么配合、dsh 为什么一切皆插件」,几分钟读完,后面 14 章就都能跟上了。 - 想读懂 `dsh` 源码、理清其模块边界的开发者。 - 想给 `dsh` 加工具、加能力、加模型适配器、加 Web UI 节点的插件作者。 - 想用 `dsh` 组装自己的 agent 应用(CLI / Web / ACP / JSON-RPC)的集成者。 - 会写现代 JavaScript / TypeScript(本教程不重讲语法)。 - 装了 Node.js(要求 `^22.19 || >=24`)与 pnpm。 - 对「大语言模型调用 + 工具调用」的基本流程有概念即可(没有也不怕,[零基础导读](00-basics.md)会补齐)。 按顺序读即可——每一章都建立在前一章的概念之上。第 3 章是 Cordis 框架速览,是理解后续所有章节的地基。 | 章节 | 内容 | 对应的仓库模块 | |---|---|---| | [零基础导读](00-basics.md) | 用大白话讲清 agent、大脑/手、插件、接缝——第一次接触必读 | —

Related entries

Nearest entries by similarity — this one landed in no themed cluster