quqxui/dsh-memgas1

dsh-memgas

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

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

完整字段见设计文档