Add mem0ry4ai to Systems and Open Sources - #128
Open
cremenescu wants to merge 1 commit into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds mem0ry4ai to
## 🧰 Resources→### 💻 Systems and Open Sources.Repo: https://github.com/cremenescu/mem0ry4ai · Website: https://cremenescu.ro/en/mem0ry4ai/
Local-first, long-term memory for LLM agents. Plain markdown files versioned by git are the source of truth; the SQLite FTS5 index and the optional local embedding index are both derived and rebuildable. Memory management covers write / update / supersede / forget with a human review gate, and retrieval is hybrid (FTS5 bm25 fused with optional Ollama embeddings via RRF, degrading to keyword search offline). It integrates with agents two ways: Claude Code session hooks that inject the project-scoped slice automatically, and a built-in stdio MCP server (8 tools) for any other MCP client. Secrets are redacted before every write. Pure Python stdlib, no third-party dependencies. GPL-2.0-or-later.
Changes, following the convention of the recent system-addition PRs:
Mimir(2026-06-06) andAccInt(2026-06-15) — not alphabetically, not appended at the end.README.mdandREADME_cn.md(identical English row, per the existing table).110→111in both files.Diff is 4 added lines and 2 changed badge lines across the two READMEs; nothing else touched.