Skip to content

Releases: shibing624/dual-mem

v0.1.2

19 Jun 16:54

Choose a tag to compare

MemoryOperations 统一 REST/MCP;SyncMemoryClient;CLI messages;post-extract embed 合并;storage_dir 自动创建;MCP 文档与启动提示。

v0.1.1

19 Jun 12:57

Choose a tag to compare

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