quqxui/dsh-memgas1

dsh-memgas

DSH 长期记忆插件:支持多通道检索、自动从对话中收割记忆以及后台自动整理的演进式记忆库。

AI 分析

核心用途是提供免配置、免 API 密钥的本地长期记忆。适合希望 AI 自动沉淀对话知识、在后续轮次中自动召回相关背景的用户。

套件
dsh-memgas
版本
0.2.0
授權
MIT
最近更新
2026年9月5日

安裝

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:quqxui/dsh-memgas

配置

在 profile 的 cordis.patch.yml 里按 id 覆盖,全部字段可选:

- id: memgas
  config:
    mode: hybrid             # lite(只跑基线两条通道)| hybrid | memgas(增强通道权重更高)
    k: 8                     # 每次检索返回的记忆条数
    harvest: true            # 自动从对话里收割记忆
    recall: true             # 轮次开始前主动注入相关记忆
    evolve: true             # 运行后台整理过程
    confirmWrites: false     # true 时自动收割的记忆先进 /memory review 队列
    localModel: null         # 见下方「向量模型」

完整字段见设计文档