dsh-memory-plugin
Persistent memory for DeepSeek Harness with curated facts, automatic turn retention, and graph- and vector-ranked recall.
为 DeepSeek Harness 提供人工记忆、自动对话保留以及图谱和向量排序召回的持久记忆插件。
How to install
dsh plugin add @yushenghai/dsh-memory-plugin About
@yushenghai/dsh-memory-plugin 面向 DeepSeek Harness 的持久记忆插件。它支持项目事实与用户偏好的人工维护、已完成对话的自动保留、收件箱异步预取、当前问题召回、可选语义向量,以及本地实体共现图。 架构图 mermaid flowchart LR 用户消息 --> 收件箱事件[agent/inbox/inserted] 收件箱事件 --> 预取[预取查询] 用户消息 --> 预执行事件[agent/pre-step] 预执行事件 --> 召回[召回当前问题] 召回 --> 提供者注册表[记忆提供者注册表] 提供者注册表 --> 本地提供者[本地记忆提供者] 提供者注册表 -. 可选 .-> 外部提供者[外部记忆提供者] 本地提供者 --> 存储域[storage-domain:事实、关系边、人工记忆] 本地提供者 -. 可选 .-> 嵌入器[MemoryEmbedder 向量嵌入器] 召回 --> 参考上下文[召回结果参考上下文] 参考上下文 --> 模型请求[Harness 模型请求] 模型请求 --> 停止事件[agent/turn-stopping] 停止事件 --> 自动保留[保留已完成的用户与助手对话] 自动保留 --> 提供者注册表 记忆工具[memory 工具:添加、替换、删除、召回] --> 提供者注册表 记忆工具 --> …
Recommendation signals
Meta
- License
- MIT
- Language
- TypeScript
- GitHub stars
- 0
- mo. downloads
- 0
- Last push
- 2026-09-03
- Created
- 2026-09-02
Basic safety check
- Findings
- None
- Sources
- curated:awesome-dsh-plugin.com, curated:awesome-dsh-plugin/awesome-dsh-plugin
- Topics
- dsh-plugin
Related plugins
get-shit-done
gsd-build/get-shit-done
A light-weight and powerful meta-prompting, context engineering and spec-driven development system for Claude Code by TÂCHES.
hindsight
vectorize-io/hindsight/tree/main/hindsight-integrations/coding-agents
Hindsight, agent memory that learns: long-term project memory with auto recall and retain, knowledge pages, deep reflection, and per-repo memory banks.
OpenViking
volcengine/OpenViking/tree/main/examples/dsh-memory-plugin
OpenViking memory and context bundle for DeepSeek Harness: pre-step auto-recall and profile injection, session capture, `viking://` URI guarding, and recall/write memory tools backed by an OpenViking server.