brianwang2007xjtu/dsh-memory-evolve ↗★ 1
dsh-memory-evolve
Evolving long-term memory for the DeepSeek Harness: durable, decay-reinforced memories with recall, consolidation, and pruning.
安装
此插件尚未提供可验证的 bundle,或兼容性检查未通过。请先阅读仓库说明。 阅读完整 README ↗
说明文档
阅读完整 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