TrueMemory
活跃·★ 91·AGPL-3.0·更新于 2026-05-27
★ 时下流行★ RAG / 知识库★ 记忆与上下文
一个为AI智能体设计的持久记忆系统,能在普通硬件上实现长期回忆。
TrueMemory 是一个受神经科学启发的AI智能体持久记忆系统。它在LoCoMo、LongMemEval和BEAM基准测试中取得最先进成绩,同时完全离线运行在单个SQLite文件上。六层检索管道配合编码门控机制,过滤噪音并仅存储有意义的信息。
#智能体记忆#人工智能#AI 智能体#AI 记忆#Anthropic#Claude#Claude Code#向量嵌入
01
功能特性
01跨会话记住一切——事实、偏好、决策、修正。
02最先进的基准测试成绩:LoCoMo 93.0%,LongMemEval 92.0%,BEAM-1M 76.6%。
03在单个SQLite文件上本地运行——Edge和Base层级零云、零API密钥。
04受神经科学启发的架构,包含六层检索管线和编码门控。
05通过预置的生命周期钩子与Claude Code和Claude Desktop集成。
02
兼容性
macOS
macOS
已通过文档验证
Linux
Linux
已通过文档验证
03
快速开始
1
$ curl -LsSf https://raw.githubusercontent.com/buildingjoshbetter/TrueMemory/main/install.sh | sh
04
使用场景
↳跨会话记住用户偏好和历史的个人AI助手。
↳在长编码会话中保持上下文的开发者工具。
↳智能体需要长期记忆的研究和模拟。
05
同类工具
相关搜索
评论
登录后发表评论
- DDrew Clark2026年5月13日
Context persists across Claude sessions in a way that actually feels like working memory
- DDrew Nguyen2026年4月30日
Long-horizon memory that infers insights rather than just storing facts is the right approach
- EElliot Nguyen2026年4月29日
The insight extraction layer makes memory queries more useful than raw recall
- RRemy Martinez2026年3月25日
Changed how I approach multi-week projects with AI assistance significantly