🤯 你家 AI 智能体是不是也这样?每次关掉会话就失忆,昨天讨论的架构方案今天又要重新说?
我写了个开源项目——Memory Sidecar,给 Hermes/Claude Code/Cursor 等 AI 智能体装上"长期记忆"。
🧠 它能干啥?
- 自动归档会话 → 可检索长期存储
- 三层记忆召回(热/温/冷 + 知识笔记)
- gbrain + Hindsight 双引擎驱动
- 健康检查 + 告警 webhook + Dashboard 可视化
🔗 https://github.com/mage0535/hermes-memory-installer
配套知识采集插件(40+工具,网页/视频/文档全采集): https://github.com/mage0535/Knowledge-and-Memory-Management
安装只需一行:
git clone && ./install.sh,MIT 开源,随便用。