mind — brain-like persistent memory for Codex via AGENTS.md (one Python file, zero deps, offline) #30923
Da7-Tech
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.
-
I built a persistent, self-organizing project memory that works with Codex after one explicit
mind init. The command exports a guard-marked working-memory block intoAGENTS.mdwhile preserving existing content.Introducing mind 🧠
Agents that follow the exported contract record selected durable project facts, recall related context from rough hints, and carry that context across sessions.
Between sessions, the deterministic Dreamer decays stale salience, prunes weak connections, promotes recurring clusters, and flags possible contradictions. Unused facts can move to the archive by design; this is not a rollback system.
Positioning vs the neighboring tools (Mem0, Letta, Graphiti, HippoRAG 2): see the honest scope comparison in the README.
One stdlib-only Python file, zero dependencies, zero API keys, fully offline, MIT. The same project graph can be exported to
GEMINI.mdandCLAUDE.mdfor agents that read those files.https://github.com/Da7-Tech/mind
Feedback and adversarial testing are welcome.
Beta Was this translation helpful? Give feedback.
All reactions