@DanKornas: Agent memory gets messy fast when it’s just search over old notes. A-MEM is an agentic memory system for LLM agents tha…
Summary
A-MEM is an open-source agentic memory system for LLM agents that dynamically organizes memories using Zettelkasten principles, indexes them with ChromaDB, and supports OpenAI and Ollama backends.
View Cached Full Text
Cached at: 07/09/26, 08:00 AM
Agent memory gets messy fast when it’s just search over old notes.
A-MEM is an agentic memory system for LLM agents that dynamically organizes memories, links related information, and updates context over time.
It helps you build agents with more useful long-term memory by turning raw notes into structured memory objects, indexing them with ChromaDB, and letting the system evolve relationships as new memories are added.
Key features:
• Dynamic organization – structures memories using Zettelkasten principles instead of flat storage • ChromaDB indexing – supports semantic search and links between related memories • Structured notes – generates context, tags, keywords, and attributes for each memory • Memory evolution – updates metadata, context, and relationships as memories change • OpenAI + Ollama support – works with hosted OpenAI models or local Ollama backends
It’s open-source (MIT license).
Link in the reply
Similar Articles
AdMem: Advanced Memory for Task-solving Agents
This paper introduces AdMem, a unified memory framework for LLM-based agents that integrates semantic, episodic, and procedural memory with a bi-level short-term and long-term store, using a multi-agent architecture for automatic memory generation and adaptive retrieval. Experiments show improved robustness and success on long multi-turn tasks.
@omarsar0: // AutoMem // I quite like this idea of metamemory. (bookmark it) This new research from Stanford treats agent's memory…
This Stanford research paper introduces AutoMem, a framework that treats agent memory management as a trainable skill. By optimizing memory structure and proficiency separately, AutoMem improves base agent performance 2x-4x on long-horizon tasks, enabling a 32B open-weight model to compete with frontier systems like Claude Opus 4.5 and Gemini 3.1 Pro Thinking.
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.
H-Mem: A Novel Memory Mechanism for Evolving and Retrieving Agent Memory via a Hybrid Structure
H-Mem is a novel memory mechanism for LLM-based agents that uses a hybrid structure combining a temporal and semantic tree with a knowledge graph to model memory evolution and improve retrieval, achieving state-of-the-art performance on QA benchmarks.
HeLa-Mem: Hebbian Learning and Associative Memory for LLM Agents
HeLa-Mem is a bio-inspired memory architecture for LLM agents that models memory as a dynamic graph using Hebbian learning dynamics, featuring episodic and semantic memory stores to improve long-term coherence. Experiments on LoCoMo show superior performance across question categories while using fewer context tokens.