<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>DeepSeek Harness 应用开发实践 · 更新</title><description>基于 DeepSeek Harness 的智能体应用开发实战手册</description><link>https://guotao0628.github.io/</link><language>zh-CN</language><item><title>本书内容简介</title><link>https://guotao0628.github.io/shutongbuddy/brief/</link><guid isPermaLink="true">https://guotao0628.github.io/shutongbuddy/brief/</guid><description>DeepSeek Harness（命令行简称 dsh）是 DeepSeek 官方开源的智能体基座，其核心设计哲学只有一句话——万物皆插件：模型适配、工具调用、会话管理，乃至驱动智能体运转的 Agent 循环本身，都是可以……</description><pubDate>Tue, 15 Sep 2026 12:21:13 GMT</pubDate></item><item><title>作者简介</title><link>https://guotao0628.github.io/shutongbuddy/author/</link><guid isPermaLink="true">https://guotao0628.github.io/shutongbuddy/author/</guid><description>郭涛，资深技术实践者、畅销书作者；李勇永，地图学与地理信息系统博士，长期在高校从事 Python 编程、面向对象程序设计与 GIS 应用教学。</description><pubDate>Tue, 15 Sep 2026 12:21:13 GMT</pubDate></item><item><title>自序</title><link>https://guotao0628.github.io/shutongbuddy/preface/</link><guid isPermaLink="true">https://guotao0628.github.io/shutongbuddy/preface/</guid><description>设想一位刚入学的大学生，面对一门全新的专业课：教材、课堂笔记、历年试卷与错题散落在不同的文件夹里，复习时既不知从何下手，也难以判断自己真正薄弱的知识点在哪里。这恰恰是无数学习者备考时的真实困境。智能体技术的出现，为这一困……</description><pubDate>Tue, 15 Sep 2026 12:21:13 GMT</pubDate></item><item><title>第 1 章 快速上手：十分钟跑通 DeepSeek Harness</title><link>https://guotao0628.github.io/shutongbuddy/part1/ch1/</link><guid isPermaLink="true">https://guotao0628.github.io/shutongbuddy/part1/ch1/</guid><description>本章目标只有一个：让你在最短时间内把 DeepSeek Harness 跑起来，并完成第一个智能体任务。跑通之后，我们再在第 2 章回过头解释背后发生了什么。</description><pubDate>Tue, 15 Sep 2026 12:21:13 GMT</pubDate></item><item><title>第 2 章 架构解析：万物皆插件意味着什么</title><link>https://guotao0628.github.io/shutongbuddy/part1/ch2/</link><guid isPermaLink="true">https://guotao0628.github.io/shutongbuddy/part1/ch2/</guid><description>第 1 章你已经把 Harness 跑了起来。这一章回答一个问题：你启动的那个进程，内部到底长什么样？理解这一章，后面的安装、接模型、写插件都会变成&quot;顺理成章&quot;的事。</description><pubDate>Tue, 15 Sep 2026 12:21:13 GMT</pubDate></item><item><title>第 3 章 安装部署与 Web UI</title><link>https://guotao0628.github.io/shutongbuddy/part2/ch3/</link><guid isPermaLink="true">https://guotao0628.github.io/shutongbuddy/part2/ch3/</guid><description>第 1 章用的是最省事的路径。本章把安装部署这件事讲完整：两种安装方式、五种运行 Profile、命令行语法，以及必须认真对待的安全基线。</description><pubDate>Tue, 15 Sep 2026 12:21:13 GMT</pubDate></item><item><title>第 4 章 多模型 API 接入：DeepSeek V4 Pro/Flash、Kimi 与任意兼容端点</title><link>https://guotao0628.github.io/shutongbuddy/part2/ch4/</link><guid isPermaLink="true">https://guotao0628.github.io/shutongbuddy/part2/ch4/</guid><description>Harness 的模型接入层是&quot;万物皆插件&quot;最好的广告牌：添加一个模型提供商，只是注册一个适配器；切换一个模型，不需要重启服务。本章把 DeepSeek V4 Pro/Flash、Kimi（Moonshot AI）以及任……</description><pubDate>Tue, 15 Sep 2026 12:21:13 GMT</pubDate></item><item><title>第 5 章 插件开发实战：ShuTongBuddy 备考助手插件</title><link>https://guotao0628.github.io/shutongbuddy/part3/ch5/</link><guid isPermaLink="true">https://guotao0628.github.io/shutongbuddy/part3/ch5/</guid><description>本章以一个贯穿始终的真实项目学习插件开发：为大学生备考助手 ShuTongBuddy 开发一组 DeepSeek Harness 插件。这个插件包将在第 8 章被 ShuTongBuddy Studio（Web 备考助手……</description><pubDate>Tue, 15 Sep 2026 12:21:13 GMT</pubDate></item><item><title>第 6 章 智能体构建原理：Turn、装配、上下文与委托</title><link>https://guotao0628.github.io/shutongbuddy/part3/ch6/</link><guid isPermaLink="true">https://guotao0628.github.io/shutongbuddy/part3/ch6/</guid><description>第 2 章看了架构全景，第 5 章学会了自己动手。本章聚焦一个问题：一个&quot;智能体&quot;在 Harness 里究竟由哪些可替换的部件构成？ 读完你会得到一张&quot;能力地图&quot;——想实现任何智能体行为，先查地图找机制，而不是改循环。</description><pubDate>Tue, 15 Sep 2026 12:21:13 GMT</pubDate></item><item><title>第 7 章 实例一：备考资料库体检智能体</title><link>https://guotao0628.github.io/shutongbuddy/part4/ch7/</link><guid isPermaLink="true">https://guotao0628.github.io/shutongbuddy/part4/ch7/</guid><description>第一个实例不急着写插件——先用 Harness 开箱即用的能力，完成一个真实任务：对大学生的备考资料库做一次&quot;体检&quot;，产出一份结构化报告。你会发现，仅靠内置工具与一个好模型，事情已经能做成八成；剩下两成，再用一个自定义工……</description><pubDate>Tue, 15 Sep 2026 12:21:13 GMT</pubDate></item><item><title>第 8 章 实例二：ShuTongBuddy Studio（Web 备考助手）</title><link>https://guotao0628.github.io/shutongbuddy/part4/ch8/</link><guid isPermaLink="true">https://guotao0628.github.io/shutongbuddy/part4/ch8/</guid><description>终章实例把前七章攒成一件完整作品：一个 Web 端的大学生备考助手 ShuTongBuddy Studio。前端跑在浏览器里，界面布局参考 Codex 风格；后端用 FastAPI 编排，智能体引擎就是 DeepSeek……</description><pubDate>Tue, 15 Sep 2026 12:21:13 GMT</pubDate></item><item><title>结束语：智能体工程及其未来发展方向</title><link>https://guotao0628.github.io/shutongbuddy/epilogue/</link><guid isPermaLink="true">https://guotao0628.github.io/shutongbuddy/epilogue/</guid><description>如今，智能体技术正以前所未有的速度演进，诸多颇具前景的工程模式既来自开源社区，也源于前沿模型开发者，共同塑造着未来智能体系统的设计范式。本书所依托的 DeepSeek Harness，正是这一浪潮中的一个典型样本。</description><pubDate>Tue, 15 Sep 2026 12:21:13 GMT</pubDate></item><item><title>附录</title><link>https://guotao0628.github.io/shutongbuddy/appendix/</link><guid isPermaLink="true">https://guotao0628.github.io/shutongbuddy/appendix/</guid><description>MISSINGCREDENTIAL → 存 Key 或补环境变量；UNKNOWNMODEL → 选已配置模型或补录；发现模型 401 → 查 Key 或手写模型；网关全拒 → compat.supportsDevelop……</description><pubDate>Tue, 15 Sep 2026 12:21:13 GMT</pubDate></item><item><title>术语表</title><link>https://guotao0628.github.io/shutongbuddy/glossary/</link><guid isPermaLink="true">https://guotao0628.github.io/shutongbuddy/glossary/</guid><description>《DeepSeek Harness 应用开发实践》核心术语速查：插件、上下文、会话、Turn/Step、Profile、能力接缝、PTC、压缩、子智能体等。</description><pubDate>Tue, 15 Sep 2026 12:21:13 GMT</pubDate></item><item><title>下载与版本</title><link>https://guotao0628.github.io/shutongbuddy/downloads/</link><guid isPermaLink="true">https://guotao0628.github.io/shutongbuddy/downloads/</guid><description>下载《DeepSeek Harness 应用开发实践》的 PDF、EPUB、Markdown，并查看当前站点版本与更新记录。</description><pubDate>Tue, 15 Sep 2026 12:21:13 GMT</pubDate></item><item><title>勘误与更新</title><link>https://guotao0628.github.io/shutongbuddy/errata/</link><guid isPermaLink="true">https://guotao0628.github.io/shutongbuddy/errata/</guid><description>《DeepSeek Harness 应用开发实践》在线书勘误提交方式、更新日志与出版进度。</description><pubDate>Tue, 15 Sep 2026 12:21:13 GMT</pubDate></item></channel></rss>