deepseek-harness-anatomy
DeepSeek Harness (dsh) 的渐进式源码研究教程:17 章,从最小 agent 循环到多智能体委托、压缩、权限和跨进程 RPC,附带可运行的教学代码。中文/英文。
A progressive source-study tutorial of DeepSeek Harness (dsh): 17 chapters from a minimal agent-loop to multi-agent delegation, compaction, permissions and cross-process RPC, with runnable teaching code. Zh/En.
怎么安装
dsh plugin add github:ChenYu1991ppak/deepseek-harness-anatomy git clone https://github.com/ChenYu1991ppak/deepseek-harness-anatomy ~/.claude/skills/deepseek-harness-anatomy 简介
DeepSeek Harness (dsh) Source-Study Tutorial Language: 中文 | English **17 chapters. One mechanism at a time. Every chapter runnable.** Deconstruct the DeepSeek Harness engineering skeleton — from the minimal agent loop "one message in, one reply out" all the way to multi-agent delegation, context compaction, human collaboration, and cross-process RPC. A progressive set of source-study documents: across 17 chapters, dsh is built up from the minimal closed loop of "how one message becomes one reply", chapter by chapter, into the complete end-to-end form of "multi-agent delegation + context compac…
推荐参考
信息
- 协议
- MIT
- 语言
- HTML
- GitHub 星标
- 2
- 月下载
- –
- 最近更新
- 2026-09-14
- 创建于
- 2026-08-22
基础安全检查
- 检查结果
- curated 收录但无 npm 包/安装命令
- 收录来源
- curated:0xsline/awesome-deepseek-harness
- 主题标签
- agent-architecture, agent-framework, agent-loop, ai-agent, claude-code, coding-agent, deepseek, deepseek-harness, dsh, llm-agent, source-code-analysis, tutorial
同类推荐
awesome-dsh-plugin
awesome-dsh-plugin/awesome-dsh-plugin
DeepSeek Harness (dsh) 插件精选列表
claude-howto
luongnv89/claude-howto
一本可视化、示例驱动的 Claude Code 指南——从基本概念到高级代理,带有立即可用的复制粘贴模板。