dsh-memory-plugin
为 DeepSeek Harness 提供人工记忆、自动对话保留以及图谱和向量排序召回的持久记忆插件。
Persistent memory for DeepSeek Harness with curated facts, automatic turn retention, and graph- and vector-ranked recall.
怎么安装
dsh plugin add @yushenghai/dsh-memory-plugin 简介
@yushenghai/dsh-memory-plugin 面向 DeepSeek Harness 的持久记忆插件。它支持项目事实与用户偏好的人工维护、已完成对话的自动保留、收件箱异步预取、当前问题召回、可选语义向量,以及本地实体共现图。 架构图 mermaid flowchart LR 用户消息 --> 收件箱事件[agent/inbox/inserted] 收件箱事件 --> 预取[预取查询] 用户消息 --> 预执行事件[agent/pre-step] 预执行事件 --> 召回[召回当前问题] 召回 --> 提供者注册表[记忆提供者注册表] 提供者注册表 --> 本地提供者[本地记忆提供者] 提供者注册表 -. 可选 .-> 外部提供者[外部记忆提供者] 本地提供者 --> 存储域[storage-domain:事实、关系边、人工记忆] 本地提供者 -. 可选 .-> 嵌入器[MemoryEmbedder 向量嵌入器] 召回 --> 参考上下文[召回结果参考上下文] 参考上下文 --> 模型请求[Harness 模型请求] 模型请求 --> 停止事件[agent/turn-stopping] 停止事件 --> 自动保留[保留已完成的用户与助手对话] 自动保留 --> 提供者注册表 记忆工具[memory 工具:添加、替换、删除、召回] --> 提供者注册表 记忆工具 --> …
推荐参考
信息
- 协议
- MIT
- 语言
- TypeScript
- GitHub 星标
- 0
- 月下载
- 0
- 最近更新
- 2026-09-03
- 创建于
- 2026-09-02
基础安全检查
- 检查结果
- 无
- 收录来源
- curated:awesome-dsh-plugin.com, curated:awesome-dsh-plugin/awesome-dsh-plugin
- 主题标签
- dsh-plugin
同类推荐
get-shit-done
gsd-build/get-shit-done
由 TÂCHES 开发的轻量且强大的元提示、上下文工程和规格驱动开发系统,适用于 Claude Code。
hindsight
vectorize-io/hindsight/tree/main/hindsight-integrations/coding-agents
Hindsight:会学习的 Agent 长期记忆系统,自动召回/保存、知识页、深度反思与按仓库隔离的记忆银行。
OpenViking
volcengine/OpenViking/tree/main/examples/dsh-memory-plugin
面向 DeepSeek Harness 的 OpenViking 记忆与上下文插件:pre-step 自动召回与画像注入、会话捕获、`viking://` URI 防护,以及对接 OpenViking 服务端的 recall/write 记忆工具。