dsh-plugin-sodamem
基于 SodaMem 守护进程的双时间轴记忆:每轮组装提示词时注入检索结果,回合结束后自动写回,读路径不经工具调用也不额外调用模型;每条召回的事实都标注来源回合并带有效期,失效的事实不再被检索到。
Bi-temporal memory backed by a SodaMem daemon: recall is contributed to the prompt while each turn is assembled and every closed turn is ingested, with no tool call and no model call on the read path; each recalled fact cites the turn it came from and carries validity dates, so superseded facts stop being retrieved.
怎么安装
dsh plugin add dsh-plugin-sodamem 简介
dsh-plugin-sodamem Long-term memory for DeepSeek Harness, backed by SodaMem. **Recall** — while a turn is being assembled, the plugin retrieves an evidence block for that turn's question and contributes it to the prompt. BM25 + vector + entity fusion, no model call. **Retain** — when the turn closes, its messages are ingested back into the store. Neither is a tool call, so the model can't skip either one and neither costs tool-schema space. SodaMem is a separate open-source memory engine that runs as a local daemon. This repo is only the dsh plugin; you need the daemon running for it to do any…
推荐参考
信息
- 协议
- Apache-2.0
- 语言
- TypeScript
- GitHub 星标
- 0
- 月下载
- –
- 最近更新
- 2026-08-18
- 创建于
- 2026-08-16
基础安全检查
- 检查结果
- 无
- 收录来源
- curated:awesome-dsh-plugin.com, curated:awesome-dsh-plugin/awesome-dsh-plugin
- 主题标签
- cordis, deepseek-harness, dsh-plugin, memory
同类推荐
hindsight
vectorize-io/hindsight/tree/main/hindsight-integrations/coding-agents
Hindsight:会学习的 Agent 长期记忆系统,自动召回/保存、知识页、深度反思与按仓库隔离的记忆银行。
markdownify-mcp
zcaceres/markdownify-mcp
用于将几乎任何内容转换为Markdown的Model Context Protocol服务器。
mcp-google-map
cablate/mcp-google-map
一个强大的 Model Context Protocol (MCP) 服务器,提供全面的 Google Maps API 集成和 LLM 处理能力。