quqxui/dsh-memgas1

dsh-memgas

Long-term memory for DeepSeek Harness: multi-channel retrieval and an evolving memory store.

包名
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         # 见下方「向量模型」

完整字段见设计文档