OpenViking#examples/dsh-memory-plugin
volcengine/OpenViking#examples/dsh-memory-plugin
面向 DeepSeek Harness 的 OpenViking 记忆与上下文插件:pre-step 自动召回与画像注入、会话捕获、`viking://` URI 防护,以及对接 OpenViking 服务端的 recall/write 记忆工具。
DeepSeek Harness 插件
基于 SodaMem 守护进程的双时间轴记忆:每轮组装提示词时注入检索结果,回合结束后自动写回,读路径不经工具调用也不额外调用模型;每条召回的事实都标注来源回合并带有效期,失效的事实不再被检索到。
跳到安装方式把 GitHub 链接发给 DSH、Codex 或其他 Agent,请它先说明用途、权限、安装和卸载方法。确认后再复制命令;Agent 打不开链接时,可以粘贴 README 内容。
dsh plugin --profile web add dsh-plugin-sodamem此命令由社区插件清单提供。运行前请打开仓库,确认安装说明和会执行的脚本。
下面保留社区清单中的原始字段,方便和 GitHub 仓库核对。
registry-record.json使用前请到 GitHub 核对{
"name": "dsh-plugin-sodamem",
"owner": "SodaMem",
"category": "memory",
"description": "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.",
"descriptionZh": "基于 SodaMem 守护进程的双时间轴记忆:每轮组装提示词时注入检索结果,回合结束后自动写回,读路径不经工具调用也不额外调用模型;每条召回的事实都标注来源回合并带有效期,失效的事实不再被检索到。",
"install": "dsh plugin --profile web add dsh-plugin-sodamem",
"npm": "dsh-plugin-sodamem",
"stars": 0,
"added": "2026-08-18",
"source": "registry"
}看它会改哪些文件、访问哪些网站或 API key、运行哪些安装脚本,以及是否提供许可证和卸载方法。GitHub stars 只表示关注度。