Skip to content

v0.1.1

Choose a tag to compare

@shibing624 shibing624 released this 19 Jun 12:57
· 22 commits to main since this release

dual-mem v0.1.1

面向 LLM 应用与 Agent 的双系统分层记忆 SDK

Highlights

  • Attentional Gate:LLM 主路径,失败时降级启发式
  • 依赖拆分[api] / [cli] / [mcp] extras 按需安装
  • 默认 hybrid 读路径:无 LLM、有 embedding;5 路 anchor + fusion 召回
  • 演化链:显式 supersedes 指针,读侧自动展开历史
  • 五种接入:SDK / REST / MCP / CLI / Skill

Install

pip install dual-mem
pip install "dual-mem[all]"   # REST + CLI + MCP

Links