🧩

Agent Memory

Tools and platforms providing long-term memory, knowledge persistence, and context management for AI agents — including cross-session memory, knowledge graphs, and personalization

79 projects

(24 / 79)

Related Articles

Memory记忆系统长期记忆

Agent Memory Architecture: Working, Long-term, and Shared Memory Trade-offs

A systematic comparison of the three categories of agent memory -- working, long-term, and shared -- covering storage media, lifecycle, retrieval methods, typical frameworks, and design patterns, fully addressing agent personalization and multi-agent collaboration engineering.

AI Agent记忆系统向量检索

Designing Agent Memory Systems: From Short-Term Context to Persistent Knowledge

A deep dive into the four-layer agent memory architecture, with practical code for vector retrieval and memory compression to help you build scalable long-term memory systems.

MCPModel Context ProtocolClaude Code

Best MCP Servers in 2026: 25 Servers Worth Integrating, From Official to Community

A 2026 review of the 25 Model Context Protocol (MCP) servers most worth integrating, covering GitHub, databases, browsers, filesystem, code search, Google Workspace, Slack, Notion, and more. Includes official SDK vs community implementations and configuration in Claude Code, Cursor, and Cline.

LettaMemGPTAI Agent

Building Stateful AI Agents: A Deep Dive into Letta (MemGPT)

Learn how to build stateful AI agents with long-term memory using Letta (formerly MemGPT), solving the LLM context window limitation.

上下文工程长上下文RAG

Context Engineering: Context Decay and Recovery in Long-Conversation Agents

Long-conversation agents fail at context management, not model capability. A systematic comparison of sliding window, retrieval injection, and layered compression strategies with practical decay diagnosis and recovery patterns.

GraphRAGLightRAGRAG

GraphRAG vs LightRAG: Deep Comparison of Two Engineering Routes for Graph-Enhanced RAG

Systematic comparison of Microsoft GraphRAG (community detection + global summarization) and HKUDS LightRAG (dual-layer graph + incremental update) across index construction, retrieval paradigm, cost structure, query quality, and use cases. Includes a decision tree by data scale, query type, and ops budget.