Memory Compass - 记忆罗盘 ⭐⭐⭐⭐⭐
「在数字沧海中,找到你的方向」 Navigate your way through the digital sea.
📖 简介
memory-compass 是一个三层混合记忆系统,为 AI Agent 提供持久化、可搜索、可恢复的记忆管理能力。
核心特性:
- ✅ LanceDB 向量记忆库 - 高速语义搜索(O(log n))
- ✅ 文件系统 WAL 协议 - 关键信息立即固化
- ✅ 任务续传系统 - API 中断后秒级恢复上下文
- ✅ 统一查询接口 - 自动路由到最佳存储轨道
🔧 安装
# NPM 安装(开发版)
cd ~/AppData/Roaming/npm/node_modules
git clone https://github.com/winde/memory-compass.git skills/memory-compass
npm install --prefix skill
[Description truncada. Veja o README completo no GitHub.]