Skip to content

Add mem0ry4ai to Systems and Open Sources - #128

Open
cremenescu wants to merge 1 commit into
IAAR-Shanghai:mainfrom
cremenescu:add-mem0ry4ai
Open

Add mem0ry4ai to Systems and Open Sources#128
cremenescu wants to merge 1 commit into
IAAR-Shanghai:mainfrom
cremenescu:add-mem0ry4ai

Conversation

@cremenescu

Copy link
Copy Markdown

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:

  • Row inserted in publication-date order (2026-06-11), between Mimir (2026-06-06) and AccInt (2026-06-15) — not alphabetically, not appended at the end.
  • Same row added to both README.md and README_cn.md (identical English row, per the existing table).
  • Project-count badge bumped 110111 in both files.

Diff is 4 added lines and 2 changed badge lines across the two READMEs; nothing else touched.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant