← 返回列表
D

dsh-plugin-sodamem

v0.1.1 · 0 天前发布

SodaMem memory layer for the DeepSeek Harness (Cordis): unconditional per-turn recall and per-turn-close retain.

sodamemmemorydshdeepseekcordisdsh-plugin

README

dsh-plugin-sodamem

Long-term memory for DeepSeek Harness, backed by SodaMem.

  • Recall — while a turn is being assembled, the plugin retrieves an evidence block for that turn's question and contributes it to the prompt. BM25 + vector + entity fusion, no model call.

  • Retain — when the turn closes, its messages are ingested back into the store.
  • Neither is a tool call, so the model can't skip either one and neither costs tool-schema space.

    SodaMem is a separate open-source memory engine that runs as a local daemon. This repo is only the dsh plugin; you need the daemon running for it to do anything.

    What you get that a notes file doesn't

    **Every recalled fact names the turn it came fro

    查看完整 README →

    版本兼容矩阵

    DSH 版本状态说明
    dsh@0.1.0-rc.6 ✅ 兼容 cordis patch ✅
    dsh@0.1.0 ✅ 兼容 标准 patch ✅
    dsh@0.2.0 ⚠️ 待验证 待实测(API 可能在变)
    dsh@0.3.0+ ❓ 未知 尚未发布

    💡 兼容矩阵每周末自动跑实测,欢迎 PR 修正

    元数据

    License
    Apache-2.0
    npm
    dsh-plugin-sodamem
    Repo
    git+https://github.com/SodaMem/dsh-plugin-sodamem.git
    Engines
    {"node":">=22"}
    Weekly DL
    0
    Monthly DL
    0
    dsh.bundle
    {"bundle":{"patch":"./cordis.patch.yml"}}