我给 Codex 做了两层本地记忆:原始记录和长期记忆 #42277
Liyuan1992
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
我做了两个可以通过 MCP 接入 Codex 的开源记忆工具。
rawmem 负责保留过去的原始记录。Codex 可以查看最近做过什么、当前记录状态以及已有归档,但不能通过 MCP 修改这些记录。
memdsl 负责长期记忆,比如经过确认的规则、偏好和决定。新的内容不会自动成为记忆,需要先提出并经过人工审核。
简单来说,rawmem 保存“以前发生了什么”,memdsl 保存“以后应该记住什么”。
目前两个项目都已经在真实的 MCP 环境中跑通,也发布了可安装版本。除了 Codex,也兼容 Claude Code 和 DeepSeek Harness。
欢迎大家试用,也欢迎告诉我实际使用中还缺什么。
All reactions