dsh-greet-plugin:给 DeepSeek Harness 加一个最小 greet 工具的插件

dsh-greet-plugin 是 luxiu666 维护的 DeepSeek Harness(dsh)最小插件示例(MIT 许可),功能是为 agent 添加一个 greet 工具:调用时传入 name,返回“问候语, name!”,默认问候语 Hello 存放在 cordis.patch.yml,可通过 profile patch 层覆盖而无需改代码。仓库自带预构建产物,安装免构建脚本,命令为 `dsh plugin --profile web add github:<you>/dsh-greet-plugin#v0.1.0`(<you> 为占位符)。要求 Node.js ^22.19

阅读全文