Letta (MemGPT)

Open source runtime for stateful agents: instead of an agent restarting from scratch on every call, Letta manages its memory the way an operating system manages RAM and disk. A direct descendant of the MemGPT research paper, it tiers memory three ways: working memory in context (the RAM), searchable history outside context (the disk cache), archives queried on demand (cold storage). The agent itself decides what to keep at hand and what to archive, via function calls. You code the agent in Python or TypeScript, or drive it from the Letta Code CLI.

Strengths

Limitations

Best for

Official site

View on Coeurdar