MemoryOS – AI agent memory with temporal knowledge graph and 9ms ingest and 78ms retrieval

Reddit r/AI_Agents Tools

Summary

MemoryOS is an open-source, self-hosted AI agent memory tool using a temporal knowledge graph, achieving 86.2% accuracy on LongMemEval-s with fast 78ms retrieval speeds.

Most AI memory tools either score poorly on benchmarks or cost $249/mo and lock you in. Built an open-source alternative. Benchmark (LongMemEval-s, ICLR 2025): \- HydraDB: 90.79%, <200ms — closed source, $249/mo \- Supermemory: 85.4%, <300ms — open source, $19/mo \- MemoryOS: 86.2% 78ms — open source, free, self-hosted Architecture: \- Append-only temporal knowledge graph (facts change, history never deleted - just superseded with timestamps) \- Hybrid retrieval: pgvector HNSW + BM25 + graph traversal \- Ebbinghaus decay engine (stale memories archive automatically) \- 9ms/msg batch ingest
Original Article

Similar Articles

rohitg00/agentmemory

GitHub Trending (daily)

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.

An open source natural temporal memory for claude code, hermes and openclaw agent

Reddit r/ArtificialInteligence

agentmemory is an open-source library that provides natural temporal memory for AI agents like Claude Code, Hermes, and OpenClaw. It uses a three-tier architecture with hybrid retrieval (BM25, vector, knowledge graph) and Ebbinghaus decay, achieving ~92% fewer tokens and 200x more tool calls before context limits.