Letta
Episodic memory for agents that think across sessions
AI Agents / Memory & Evals · OSS/MIT · 24.6k
What's Good
Letta (formerly MemGPT) pioneered the operating-system approach to agent memory. Instead of stuffing everything into context, it pages older information in and out of the working window, letting agents maintain coherent threads across sessions that would otherwise exceed context limits.
The Catch
More complex to reason about than simple vector retrieval. The paging mechanism adds latency and orchestration overhead. Documentation assumes understanding of the original MemGPT paper.
Verdict
The memory architecture for agents that need to think long-term.
Embed
[](https://stackgems.com/gems/letta)