I built an agent memory layer that returns a "proof tree" with every answer - what it knew, when, and why
Summary
A new hosted API memory layer for AI agents returns a proof tree with every answer, including bi-temporal versioning, audit trails, and hash verification, achieving 80.2% on LongMemEval-S with transparent benchmarks.
Similar Articles
How are people handling long-term memory + replay/debugging for AI agents?
A developer discusses limitations in current AI agent memory systems and proposes a new memory layer tool with episode storage and replay debugging, seeking community validation.
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.
I kept losing agent memory between sessions, so I built a memory broker that isolates per-agent and survives restarts
The author built HeurChain, a memory broker that provides agent-specific, persistent memory storage for AI agents, surviving restarts and supporting structured and semantic retrieval.
We built a managed memory API for AI agents (open-source SDK + AGM-style belief revision for handling contradictions)
XTraceAI launched a managed memory API for conversational AI agents, featuring an open-source SDK (xmem) with AGM-style belief revision to handle contradictions and automatic fact extraction. It uses PostgreSQL with pgvector for semantic retrieval and supports multi-tenant isolation, allowing developers to offload memory management.
@hasantoxr: I'm replacing every memory layer I've ever built into an agent with this. SureThing dropped SOTA on LongMemEval. 88.0% …
SureThing has achieved state-of-the-art results on the LongMemEval benchmark, scoring 88.0% overall, prompting developers to replace existing memory layers in their AI agents.