← 返回列表
D

dsh-plugin-meta-memory

v0.1.1 · 4 天前发布

Structured long-term memory system for DeepSeek Harness -- unit-based brief/full pairs with auto-injection

dsh-plugindeepseek-harnessmemorymeta-memorylong-term-memory

README

dsh-plugin-meta-memory

Structured long-term memory system for DeepSeek Harness.

What it does

Teaches the agent how to organize memories using a structured system:

  • Units: Work categories named verb-modifier-noun.unit

  • Records: Each memory has a brief (quick scan) and full (detailed) version

  • Index: Self-maintained global storyline

  • Auto-injection: Relevant briefs are injected into context automatically
  • Install

    sh
    dsh plugin --profile your-profile add dsh-plugin-meta-memory

    How it works

    Memory structure

    ```
    .meta-memory/
    ├── index.md
    └── units/
    ├── debug-auth-module.unit/
    │ ├── 0.token-refresh-fail.brief.md
    │ └── 0.token-refresh-fail.full.md
    └── read-deeplearning-paper.unit/
    ├── 0.transformer-attention.brief.md

    查看完整 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
    MIT
    npm
    dsh-plugin-meta-memory
    Repo
    git+https://github.com/YYTbit/dsh-plugin-meta-memory.git
    Engines
    {}
    Weekly DL
    0
    Monthly DL
    0
    dsh.bundle
    {"bundle":{"patch":"./cordis.patch.yml"}}