brianwang2007xjtu/dsh-memory-evolve1

dsh-memory-evolve

Evolving long-term memory for the DeepSeek Harness: durable, decay-reinforced memories with recall, consolidation, and pruning.

包名
dsh-memory-evolve
版本
0.1.0
许可证
MIT
最近更新
2026年8月19日

安装

此插件尚未提供可验证的 bundle,或兼容性检查未通过。请先阅读仓库说明。 阅读完整 README ↗

Configuration

- id: memory-evolve
  name: dsh-memory-evolve
  config:
    namespace: global      # fallback namespace
    maxMemories: 1000      # per-namespace cap (oldest pruned first)
    decayHalfLifeDays: 30  # effectiveImportance = importance * 0.5^(age/halfLife)
    pruneBelow: 0.05       # prune memories whose effective importance drops below this
    mergeThreshold: 0.8    # Jaccard similarity above which memories merge
    recallLimit: 10        # default recall limit