Skip to content

Releases: 33moren33/dsh-memory-pyramid

v0.1.1 — 注入开关 / Injection switch

Choose a tag to compare

@33moren33 33moren33 released this 17 Aug 01:23
  • 新开关 liveView(默认 false:记忆视图只在会话开局注入一次。改配置热生效,会在用户发送消息的上面注入更新的记忆上下文。

  • New liveView switch (default false): the memory view is injected once at session start. Config changes take effect hot — the refreshed memory context is injected above the user's next message.

npm: https://www.npmjs.com/package/dsh-memory-pyramid

v0.1.0 — DSH 金字塔记忆首发 / Initial release

Choose a tag to compare

@33moren33 33moren33 released this 16 Aug 08:26

给 DeepSeek Harness (dsh) 补上带时间轴的无限记忆。

亮点

  • 只追加事实日志 + agent 自维护的摘要金字塔:一万条记忆,开局仍只读 96 行(≈7.3k token)
  • 一步安装dsh plugin --profile web add dsh-memory-pyramid——包自带 dsh.bundle 声明,装完即激活,零配置
  • 缓存安全注入:走官方动态上下文通道,真实 API 实测整场命中率 91–97%
  • 会话区间锚点:每条记忆记下它蒸馏自哪段对话,为将来的记忆看板准备
  • 零依赖、纯 ESM,Windows / Linux / macOS / ARM64

Highlights

  • Append-only fact log + agent-maintained summary pyramid: 10,000 memories wake as 96 lines
  • One-command install via dsh.bundle auto-activation — zero config
  • Cache-safe injection through the official runtime-context channel (91–97% measured hit rates)
  • Session-range anchors on every fact, paving the way for the memory dashboard
  • Zero dependencies, pure ESM, cross-platform

npm: https://www.npmjs.com/package/dsh-memory-pyramid