← 返回列表
D

dsh-memory-bundle

v0.1.0 · 2 天前发布

Local AI memory for DeepSeek Harness: remember, search, and context tools over a built-in SQLite store

dshdsh-plugindeepseek-harnessmemoryai-agentscordis

README

dsh-memory-bundle

Local AI memory for DeepSeek Harness: a self-contained plugin that provides
ctx.memory over a built-in SQLite store (node:sqlite, no native deps) and
registers three model-facing tools:

  • memory_search — case-insensitive substring search over keys and values,

  • with an optional namespace filter and result cap.
  • memory_remember — create or update one entry

  • (namespace.entity.attribute = value, with type, source, and
    confidence metadata).
  • memory_context — list every entry under a namespace or key prefix, as

  • inline natural language plus a key-value list.

    Install

    sh
    dsh plugin --profile <name> add dsh-memory-bundle

    The package declares dsh.bundle, so dsh plugin appends it to the profile's
    dsh.profile.bundles automatically and t

    版本兼容矩阵

    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
    MIT
    npm
    dsh-memory-bundle
    Repo
    Engines
    {}
    Weekly DL
    0
    Monthly DL
    0
    dsh.bundle
    {"bundle":{"patch":"./cordis.patch.yml"}}