Mem0
Summary
Mem0 is a persistent memory layer for AI agents, launched on Product Hunt to give agents long-term memory capabilities.
Similar Articles
@DanKornas: AI agents cannot personalize the next interaction if every conversation starts from zero. Mem0 is an open-source memory…
Mem0 is an open-source memory layer that helps AI agents retain and retrieve user context across conversations using hybrid search (semantic, BM25, entity), with SDKs for Python and npm.
Mem0: Building Production-Ready AI Agents with Scalable Long-Term Memory
Mem0 introduces a scalable memory-centric architecture using graph-based representations to improve long-term conversational coherence in LLMs, significantly reducing latency and token costs while outperforming existing memory systems.
rohitg00/agentmemory
agentmemory is an open-source persistent memory layer for AI coding agents (Claude Code, Cursor, Gemini CLI, Codex CLI, etc.) that uses knowledge graphs, confidence scoring, and hybrid search to give agents long-term memory across sessions via MCP, hooks, or REST API. Built on the iii engine, it requires no external databases and exposes 51 MCP tools.
MindMemOS: A Portable and Self-Evolving Memory Operating Layer for AI Agents
The article introduces MindMemOS, a portable and self-evolving memory operating layer for AI agents that uses a unified entity-property-time structure, with algorithms for memory refinement and skill evolution. It achieves notable accuracy on LOCOMO and PersonaMem benchmarks and improves SpreadsheetBench performance by 9.2 percentage points.
Agentmemory
Agentmemory offers persistent memory for AI models such as Codex, Hermes, OpenClaw, and Claude, allowing them to maintain long-term context across interactions.