We built a managed memory API for AI agents (open-source SDK + AGM-style belief revision for handling contradictions)
Summary
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.
Similar Articles
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 built an open-source persistent memory layer for AI coding agents
An open-source persistent memory layer for AI coding agents that stores and retrieves project decisions and context using Postgres and pgvector, aiming to reduce context window size and improve agent consistency.
I built a shared memory for AI agents - so they stop forgetting, build on each other's work, and you can actually *see* what they know
A developer built kaeru, an open-source shared memory system for AI agents that allows them to persist context across sessions, share knowledge between different agents and humans, and visualize memory as a 3D galaxy. The tool supports multiple agent frameworks and includes features like time-travel, importance levels, and reasoning trails.
Last week I built an AI Agent, this week I added memory!
A developer shares their experience building an AI agent with memory using the Anthropic SDK and TypeScript, explaining the differences between working, episodic, semantic, and procedural memory and the challenges of scaling memory for production.
@victorialslocum: Most agentic chatbots forget like goldfish or remember like hoarders. There's a better way. Rant time: I'm 𝘴𝘰 tired o…
Weaviate launches Engram, a fully managed memory service for AI agents that actively maintains memory through reconciliation, deduplication, and scoped isolation, treating memory as infrastructure rather than data hoarding.