Directory

AI memory tools and articles, curated for builders.

Find practical tools, implementation references, and thoughtful writing about long-term memory, agent context, personalization, and retrieval for AI systems.

5 curated resources

ToolFeatured

Mem0

Memory layer for personalized AI agents.

Mem0 provides an API and open source memory layer for AI applications that need user-specific context over time.

agent memorypersonalizationapi
ToolFeatured

Zep

Long-term memory for AI assistants and agents.

Zep is built for agent memory, chat history, entity extraction, and retrieval over evolving user context.

long-term memoryagentsretrieval

Short-term and long-term memory patterns for graph agents.

LangGraph documents practical memory approaches for stateful AI agents, including thread-level state and persistent stores.

langgraphagent statepersistence

Research entry point for memory mechanisms in agent systems.

A reading starting point for comparing episodic, semantic, working, and procedural memory patterns in AI agents.

researchsurveyagent architecture

How reflection loops connect to agent memory.

An accessible article for understanding how agents can review prior actions and use stored context to improve future behavior.

reflectionagentsdesign patterns