EverMemOS
EverMemOS is a memory-operating system built to give AI agents continuous, long-term, context-rich memory so they can understand, reason, and evolve over time. It goes beyond traditional “stateless” AI; instead of forgetting past interactions, it uses layered memory extraction, structured knowledge organization, and adaptive retrieval mechanisms to build coherent narratives from scattered interactions, allowing the AI to draw on past conversations, user history, or stored knowledge dynamically. On the benchmark LoCoMo, EverMemOS achieved a reasoning accuracy of 92.3%, outperforming comparable memory-augmented systems. Through its core engine (EverMemModel), the platform supports parametric long-context understanding by leveraging the model’s KV cache, enabling training end-to-end rather than relying solely on retrieval-augmented generation.
Learn more
LangMem
LangMem is a lightweight, flexible Python SDK from LangChain that equips AI agents with long-term memory capabilities, enabling them to extract, store, update, and retrieve meaningful information from past interactions to become smarter and more personalized over time. It supports three memory types and offers both hot-path tools for real-time memory management and background consolidation for efficient updates beyond active sessions. Through a storage-agnostic core API, LangMem integrates seamlessly with any backend and offers native compatibility with LangGraph’s long-term memory store, while also allowing type-safe memory consolidation using schemas defined in Pydantic. Developers can incorporate memory tools into agents using simple primitives to enable seamless memory creation, retrieval, and prompt optimization within conversational flows.
Learn more
Maximem
Maximem is an AI context management and memory platform designed to give generative AI systems a persistent, secure memory layer that retains and organizes information across conversations, applications, and models. Large language models typically operate with limited session memory, meaning they lose context between interactions and require users to repeatedly provide the same background information. Maximem addresses this limitation by creating a private memory vault that stores relevant context, preferences, historical data, and workflow information so AI systems can reference it in future interactions. It operates between AI models and applications, ensuring that conversations, knowledge, and user data are consistently available across different tools and sessions. This persistent memory allows AI assistants to deliver responses that are more personalized, accurate, and context-aware because the system can retrieve previously stored information.
Learn more
Hindsight
Hindsight is an agent memory system built to create smarter AI agents that learn over time instead of starting every conversation from zero. Most agent memory systems focus on recalling conversation history, but Hindsight is focused on making agents learn, not just remember. It gives AI agents persistent long-term memory using biomimetic data structures, helping them retain facts, recall relevant context, and reflect on experience as part of reasoning. Hindsight is designed for agents that need to understand who a user is, what has been discussed, what preferences have emerged, what decisions were made, and how behavior should adapt across sessions. It provides three core operations: retain, recall, and reflect. Retain stores new information, recall retrieves the right memories when needed, and reflect helps agents synthesize observations, form mental models, and learn from prior interactions.
Learn more