Amengclass/dsh-memory

插件 ⭐ 0 MIT memory

为DeepSeek Harness提供持久化、模型可编辑的记忆/笔记存储。通过ctx.storageDomain支持memory_set/get/delete/search工具,使事实能够在会话间保留(dsh-plugin)。

catalog 简介:Persistent, model-editable memory/notes store for DeepSeek Harness. Adds memory_set/get/delete/search tools backed by ctx.storageDomain so facts survive across sessions (dsh-plugin).

安装

user:  From now on, don't touch public/ in this project.
model: memory_set key="project/convention" value="Do not modify public/" tags=["project","rule"]
      → [memory] saved "project/convention" (2 tags)

(next session)
user:  Continue on that project.
model: memory_get key="project/convention"  → "Do not modify public/" → works accordingly

Amengclass/dsh-memory 加入你的 DSH 配置(web profile)即可启用。

README

展开完整 README 收起

README 内容为空。