Releases: shibing624/dual-mem
Releases · shibing624/dual-mem
v0.1.2
v0.1.1
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