#95 · Primary category: AI Agents & Automation

letta

ai ai-agents llm llm-agent

Platform for stateful agents: AI with advanced memory that can learn and self-improve over time.

Project last updated:08/23/26

GitHub Stars

24.5K

Forks

2.6K

Contributors

154

License

Apache-2.0

Why we included this project

Long-running agents lose context between sessions unless they have somewhere to keep it, and Letta, formerly known as MemGPT, is built around giving them that. It provides a server and SDKs for stateful agents that can store what they learn and carry it into future conversations instead of starting from scratch. The project is model-agnostic, so you can pair it with whatever model provider you already use, and agents can run locally, in the cloud, or against a self-hosted server. The TypeScript SDK makes it fairly easy to embed a stateful agent into an existing application, which is the main draw for teams that want agents to keep an identity and accumulate working knowledge over time. One caveat before you adopt it: active development has moved to the companion letta-code repository, so the newest agent features live there, while this repo stays the home of the legacy server and V1 API.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category