dsh-harness-tutorial

作者 yanhua1010

DeepSeek Harness Agent 的原理与实现:从零到一实现一个 AI Agent —— 一切皆插件的中文教程(VitePress 站点 + 8 个 Demo + mini-harness 教学项目)

58
Stars
5
Forks
TypeScript
语言
2026/8/24
添加时间

⚠️ 第三方软件声明

本 Skill 为第三方开源软件,独立托管于 GitHub。SkillTip 仅为信息目录,不控制或维护底层仓库。所显示的安全检查为自动化且范围有限,安装前请自行审查源码。

阅读服务条款

安装

添加到你的 Claude Code skills 目录:

# Add to your Claude Code skills
git clone https://github.com/yanhua1010/dsh-harness-tutorial

快速入门

使用 dsh-harness-tutorial 等 Skills 的指南。

安全报告

已验证

上次扫描:—

{
  "status": "PASSED",
  "issues": []
}

README.md

DeepSeek Harness Agent 的原理与实现:从零到一实现一个 AI Agent

一个完整可运行的 VitePress 中文教学站点,把 DeepSeek Harness(「一切皆插件」的 Agent 框架)拆解成一套适合计算机本科毕业生的渐进式教程:先懂原理,再用 8 个真实可运行的 Demo 掌握机制,最后亲手实现一个教学版目标项目(React 前端 + Node.js TypeScript 后端)。

仓库结构

dsh-harness-tutorial/
├── docs/                 # VitePress 教程站点(中文)
│   ├── guide/            #   原理篇(8 章)
│   ├── source/           #   源码拆解篇(6 章)
│   ├── demos/            #   实战 Demo 篇(8 个 Demo 教程页)
│   ├── project/          #   教学版项目篇(8 章)
│   └── appendix/         #   术语表 / 常见错误 / 参考资料
├── demos/                # 渐进式 Demo 代码(基于真实 dsh 包,已验证)
│   ├── 01-first-plugin/ … 08-profile/
└── final-project/        # 教学版目标项目 mini-harness
    ├── packages/mini-harness/   # 核心库(约 900 行 TS,零运行时依赖)
    ├── apps/server/             # Node 后端(Express + SSE)
    └── apps/web/                # React 前端(聊天 + 实时事件面板)

快速开始

# ① 教程站点
npm install
npm run docs:dev          # http://localhost:5173/dsh-harness-tutorial/

# ② 渐进式 Demo(在 demos/ 下)
cd demos && npm install
npm run demo:1            # Demo 1–4
# Demo 5–8 见 demos/README.md(dsh headless overlay,无需 API Key)

# ③ 教学版项目(在 final-project/ 下)
cd final-project && npm install
npm run demo              # 核心库冒烟测试
npm run dev:server        # 终端 A:后端 http://127.0.0.1:4317
npm run dev:web           # 终端 B:前端 http://localhost:5174

在线阅读

站点已通过 GitHub Actions 部署到 GitHub Pages:

https://yanhua1010.github.io/dsh-harness-tutorial/

版本锁定

  • DeepSeek Harness(开发者预览):0.1.0-rc.6
  • Cordis:4.0.1
  • Node.js:≥ 20.19(推荐 22+)

所有 Demo 均在该版本上实际运行验证。项目处于快速迭代期,架构思想稳定,API 细节请以官方文档最新版为准。

许可证

教程内容与代码均为教学用途,遵循 MIT 协议精神。DeepSeek Harness 本身以 MIT 开源。

常见问题

What is dsh-harness-tutorial?

dsh-harness-tutorial is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by yanhua1010. DeepSeek Harness Agent 的原理与实现:从零到一实现一个 AI Agent —— 一切皆插件的中文教程(VitePress 站点 + 8 个 Demo + mini-harness 教学项目). It has 58 GitHub stars.

Is dsh-harness-tutorial safe to use?

dsh-harness-tutorial returned warnings in SkillsLLM's automated security scan. It has no critical vulnerabilities, but review the flagged issues in the Security Report section before adding it to your workflow.

How do I install dsh-harness-tutorial?

Clone the repository with "git clone https://github.com/yanhua1010/dsh-harness-tutorial" and add it to your Claude Code skills directory (see the Installation section above).

What programming language is dsh-harness-tutorial written in?

dsh-harness-tutorial is primarily written in TypeScript. It is open-source under yanhua1010 on GitHub, so you can review or fork the full source.

Are there alternatives to dsh-harness-tutorial?

Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh dsh-harness-tutorial against similar tools.

评论 (0)

暂无评论,成为第一个分享想法的人!

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI 智能体claude-codeai-tools
查看详情

claude-code

by anthropics

Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.

120,03119,897Shell
AI 智能体
查看详情

开发者还喜欢

基于喜欢此 Skill 的开发者投票和收藏

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

n8n

by n8n-io

12

Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

201,88160,308TypeScript
MCP 服务器apisai-tools
查看详情

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI 智能体claude-codeai-tools
查看详情