dsh-hindsight-memory
Hindsight long-term memory for DeepSeek Harness: injects relevant memories before each turn and retains finished turns to a Hindsight bank.
接入 Hindsight 长期记忆:每轮开始前自动注入相关记忆,回合结束后自动沉淀对话。
How to install
dsh plugin add github:jackyytche/dsh-hindsight-memory About
dsh-hindsight-memory 把 Hindsight 变成 DeepSeek Harness 的 **管线级长期记忆**:不暴露任何 agent 工具,模型调用前后自动完成记忆的注入与留存 (即 Hermes Agent 的 pre_llm_call / post_llm_call 钩子模式)。 工作原理 | 钩子 | DSH 事件 | 行为 | |---|---|---| | Auto-Recall | agent/pre-step(waterfall) | **每轮一次**(对齐 Hermes 的 prologue 语义):仅在 turn 的第一个 LLM 调用(step 1)前,取最新用户消息(≤800 字符)作 query 调 Hindsight recall,把相关记忆作为一条**插件来源的 user 消息**追加进步骤批次。后续 step 不再召回——turn 级 WeakMap 认领(防重放),工具循环内复用 step 1 已持久化的那一块。**琐碎输入跳过**(对齐 Hermes is_trivial_prompt):“好的/嗯/ok/谢谢/继续”等寒暄确认及 / 斜杠命令不发起召回。 | | Auto-Retain | session/event(observer) | 轮次结束(turn/end)后,从会话日志组装该轮 User/Assistant …
Recommendation signals
Meta
- License
- MIT
- Language
- JavaScript
- GitHub stars
- 0
- mo. downloads
- –
- Last push
- 2026-09-02
- Created
- 2026-09-01
Links
Basic safety check
- Findings
- curated 收录但无 npm 包/安装命令
- Sources
- curated:awesome-dsh-plugin.com, curated:awesome-dsh-plugin/awesome-dsh-plugin
- Topics
- deepseek-harness, dsh, dsh-plugin, hindsight, memory
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.