Tag: 架构
All the articles with the tag "架构".
一切皆插件:读 DeepSeek Harness 的架构
DeepSeek 开源了一个 Agent Harness,代号 dsh。装起来一行命令:npx @deepseek-ai/dsh web,默认在 127.0.0.1:3080 起一个 Web UI。(约 6 分钟)
Capability Seam:让 shell、文件系统和沙箱都可替换
读 dsh 源码最大的一个疑问:为什么 packages/shell/ 这一个「能力域」下面有九个包,一个跑 bash 的活儿至于拆这么细吗?看到 docs/glossary.md 里的一个词才反应过来:seam(接缝)。(约 6 分钟)