大家好,我是 Codex Memories 的维护者,想自荐这个 Apache-2.0 开源开发者工具。
项目:https://github.com/libenxier-beep/codex-memories
中文说明:https://github.com/libenxier-beep/codex-memories/blob/main/README_ZH.md
预览版本:https://github.com/libenxier-beep/codex-memories/releases/tag/v0.2.0-preview.1
解决什么问题
面向需要跨会话保存项目规则与决定的 Codex 使用者:用 Git 保存长期记忆,通过本地索引检索,召回时检查来源与作用域,无需托管向量数据库。
先试跑,再决定是否安装
准备 Python 3.9+ 和 Git,运行:
git clone https://github.com/libenxier-beep/codex-memories.git
cd codex-memories
python3 scripts/codex_memories.py demo
演示无需 API key:它在临时环境提交一条虚构项目决定、建立索引,再由新进程找回记忆,最后清理临时部署,不修改现有 Codex 配置。成功会输出 Codex Memories demo: PASS 和召回内容。完整安装提供安装器、doctor 诊断及首次记忆指南。
当前边界
这是预览版,CI 覆盖 macOS 与 Linux。真实会话的自动捕获与召回仍需按文档配置 hook;隔离 demo 成功不等于宿主已经接入。通用检索质量尚未充分验证,仓库保留失败评测与已知限制。记忆存储在本地,但召回片段仍可能进入 Codex 模型上下文。
欢迎实际试跑,尤其希望收到安装卡点、文档不清楚的地方和可复现的召回失败。感谢审阅!
大家好,我是 Codex Memories 的维护者,想自荐这个 Apache-2.0 开源开发者工具。
项目:https://github.com/libenxier-beep/codex-memories
中文说明:https://github.com/libenxier-beep/codex-memories/blob/main/README_ZH.md
预览版本:https://github.com/libenxier-beep/codex-memories/releases/tag/v0.2.0-preview.1
解决什么问题
面向需要跨会话保存项目规则与决定的 Codex 使用者:用 Git 保存长期记忆,通过本地索引检索,召回时检查来源与作用域,无需托管向量数据库。
先试跑,再决定是否安装
准备 Python 3.9+ 和 Git,运行:
git clone https://github.com/libenxier-beep/codex-memories.git cd codex-memories python3 scripts/codex_memories.py demo演示无需 API key:它在临时环境提交一条虚构项目决定、建立索引,再由新进程找回记忆,最后清理临时部署,不修改现有 Codex 配置。成功会输出
Codex Memories demo: PASS和召回内容。完整安装提供安装器、doctor 诊断及首次记忆指南。当前边界
这是预览版,CI 覆盖 macOS 与 Linux。真实会话的自动捕获与召回仍需按文档配置 hook;隔离 demo 成功不等于宿主已经接入。通用检索质量尚未充分验证,仓库保留失败评测与已知限制。记忆存储在本地,但召回片段仍可能进入 Codex 模型上下文。
欢迎实际试跑,尤其希望收到安装卡点、文档不清楚的地方和可复现的召回失败。感谢审阅!