← 返回列表
D

dsh-goodmemory

v0.1.0 · 2 天前发布

Automatic cross-session GoodMemory recall and writeback for DeepSeek Harness

deepseek-harnessdsh-plugingoodmemorymemoryagent

README

dsh-goodmemory

English

DeepSeek Harness 提供由 GoodMemory 支撑的自动、持久、跨会话记忆。

插件会在 DSH 模型步骤前召回相关记忆,并在成功完成一个 turn 后写回用户与助手的最终对话。召回内容会成为带明确来源身份的 DSH user/message,因此模型看到的内容可以从 session log 完整重建。

text
完成的 DSH turn -> GoodMemory remember -> 后续 DSH pre-step
-> GoodMemory recall -> 持久 user/message -> 模型

兼容性

| 包/运行时 | 支持版本 |
| --- | --- |
| @deepseek-ai/dsh | 0.1.0-rc.6 |
| goodmemory | 0.7.4 |
| Node.js | ^22.19.0>=24.0.0 |
| Bun,仅 managed 模式 | >=1.3.14 |

DSH 仍处于 RC。本包故意精确锁定 DSH peer;新的 RC 必须重新通过集成测试后才算支持。

安装

从 npm 安装:

sh
dsh plugin --profile web add dsh-goodmemory@0.1.0
dsh --profile web --dump-config
dsh --profile web

本地仓库验证:

`

查看完整 README →

版本兼容矩阵

DSH 版本状态说明
dsh@0.1.0-rc.6 ✅ 兼容 cordis patch ✅
dsh@0.1.0 ✅ 兼容 标准 patch ✅
dsh@0.2.0 ⚠️ 待验证 待实测(API 可能在变)
dsh@0.3.0+ ❓ 未知 尚未发布

💡 兼容矩阵每周末自动跑实测,欢迎 PR 修正

元数据

License
MIT
npm
dsh-goodmemory
Repo
git+https://github.com/hjqcan/dsh-goodmemory.git
Engines
{"node":"^22.19.0 || >=24.0.0"}
Weekly DL
0
Monthly DL
0
dsh.bundle
{"bundle":{"patch":"./cordis.patch.yml"}}