Skip to main content
Tool Automation open-source active Below 8
Verified May 2026 Automation Editorial only, no paid placements

Letta

Active

Stateful agent platform (formerly MemGPT) with persistent, portable memory. Build agents that learn across sessions and survive model swaps.

Best plan Free (open-source) · Hosted from $0 · Letta Max tier for heavy workloads Open-source + cloud
Best for Developers building agents that need long-term memory Automation
Watch Teams needing simple single-turn LLM calls Check fit before switching
Pricing Free (open-source) · Hosted from $0 · Letta Max tier for heavy workloads
Launched 2023
Watchlist Letta

Save this page locally, then revisit it when pricing, score notes, or related news changes.

Decision badges Readiness signals
Active productOpen sourcePublic repo listedVerified this monthMonthly review cycleNiche or situational score
Fact ledger Verified fields
Company
letta-ai
Category
Automation
Pricing model
Open source
Price range
Free (open-source) · Hosted from $0 · Letta Max tier for heavy workloads
Status
Active
Last verified
May 2, 2026
Pricing Anchor Letta publishes cloud pricing and packaging for agent development; verify hosted usage limits, self-host expectations, and enterprise terms before purchase. Letta pricing
Best For Best for developers building stateful agents that need persistent memory, tool use, and model-agnostic agent state across sessions. Letta official site
Watch Out For Stateful memory improves continuity but adds governance work around retention, deletion, retrieval quality, and sensitive-data handling. Letta documentation
Memory Architecture Letta's core differentiation is explicit long-term agent memory and state management rather than a stateless chat-completion wrapper. Letta documentation
Open Source The repository is the best source for current server, SDK, local-development, and licensing details for teams evaluating self-hosting. Letta GitHub repository
Change timeline What moved recently
  1. Verified
    Core pricing and product facts checked May 2, 2026 | Monthly cadence
  2. Updated
    Editorial page changed May 2, 2026
Knowledge graph Adjacent context
Company letta-ai
Category Automation
Best for
  • Developers building agents that need long-term memory
  • Teams requiring memory portable across LLM providers
  • Researchers experimenting with stateful architectures
  • Memory-first coding via Letta Code CLI
Not ideal for
  • Teams needing simple single-turn LLM calls
  • Developers who want a drag-and-drop visual builder
  • Workflows with no state or personalization requirement

Letta is the open-source stateful agent platform originally released as MemGPT at UC Berkeley. The core is Apache-2.0 licensed. Letta Cloud hosts the same platform with tiered plans; Letta Code ships the platform as a memory-first coding CLI (docs).

The differentiator is typed memory blocks (persona, human context, archival) that persist across sessions and port between LLM providers.

System Verdict

Pick Letta if your agent must remember users, carry state across sessions, or survive a model swap without losing context. The memory architecture is the real product. Core memory, archival memory, and background memory subagents give agents an editable world model rather than a fresh context window per turn.

Skip it if your workload is stateless. Simple RAG, one-shot chat, or deterministic pipelines ship faster with LangChain or direct API calls. Letta’s memory layer is overhead if you never retrieve from it.

Who pays which tier: Free self-hosted for research and prototypes. Letta Cloud Professional for individual developers shipping stateful agents. Scale for multi-agent production workloads. Enterprise for private deployments with SSO and dedicated quotas.

Key Facts

Former nameMemGPT (UC Berkeley, 2023 paper)
LicenseApache-2.0 (open-source core)
GitHubletta-ai/letta · 22K+ stars, 100+ contributors
Memory modelTyped blocks: core (persona, human) · archival (long-form)
Memory portabilityCross-provider: OpenAI, Anthropic, Google, Ollama
SDKsPython · TypeScript
REST APIYes, full agent lifecycle
Letta Codenpm install -g @letta-ai/letta-code · memory-first coding CLI
Hosted tiersFree · Professional · Scale · Max · Enterprise
Free tier quota50 premium + 500 standard requests/month

Every data point above was verified against vendor sources on 2026-04-17. See Sources.

What it actually is

A stateful agent runtime. Every agent owns typed memory blocks that it reads and writes. The agent loop runs before each response, retrieves relevant archival context, and can hand off to background subagents that compress and improve its own prompts.

Memory is the portable layer. Swap the underlying LLM from OpenAI to Anthropic and the agent keeps its history, persona, and learned facts. That portability is the product-level claim that sets Letta apart from LangGraph or CrewAI.

Letta Code is the most interesting recent ship. A Terminal-Bench top-ranked OSS harness, it puts a persisted agent behind a coding CLI so sessions accumulate context over days instead of starting cold.

When to pick Letta

  • Personalized AI assistants. Agents that must remember user preferences, history, and ongoing projects across many sessions.
  • Avoiding vendor lock-in. Memory that survives a migration from OpenAI to Anthropic or a local Ollama model.
  • Memory-first coding. Letta Code CLI keeps a single persisted agent across multi-day coding sessions.
  • Research on agent architectures. Open-source, transparent memory blocks, extensible subagent patterns.
  • Regulated enterprises. Self-host on your own infrastructure with full control over data residency.

When to pick something else

  • Multi-agent task pipelines: CrewAI. Role-based crews are faster for hierarchical delegation.
  • Visual agent builder on LangChain: Langflow.
  • No-code business agents: Relevance AI.
  • Voice-first agent UX: Voiceflow.
  • General workflow automation: n8n or Zapier.
  • Deterministic production graphs: LangGraph. More control, less memory tooling.

Pricing

PlanPriceKey limits
Open-source (self-host)FreeApache-2.0, BYO compute and API keys
Free (Letta Cloud)$0/mo50 premium + 500 standard requests/mo
ProfessionalPaid tier500 premium + 5,000 standard requests/mo
ScalePaid tier5,000 premium + 50,000 standard requests/mo
MaxPower-user tierHigh-throughput agentic coding workloads
EnterpriseCustomSAML/OIDC SSO, private models, dedicated quotas
API PlanUsage-basedUnlimited agents; billed per active agent + tool-execution seconds

Prices verified 2026-04-17 via Letta pricing tokens through your provider.

Against the alternatives

LettaLangGraphCrewAI
Primary abstractionStateful agents with typed memoryState graphsRole-based crews
Cross-session memoryNative, portable, editableManual wiringBasic context sharing
Model-switch resilienceHigh, memory ports cleanlyLow, bound to graph implMid
Production state controlMidHighestMid
Language supportPython + TSPython + JSPython only
Coding CLILetta CodeNone nativeNone native
Best viewed asMemory-first agent platformDeterministic runtimeFast multi-agent prototyping

Failure modes

  • Memory overhead for stateless jobs. If you never retrieve archival memory, Letta’s architecture is weight without benefit. Use plain LangChain.
  • Self-host setup has moving parts. Production self-hosting wants Postgres, a persistent volume, and careful upgrade discipline.
  • Category convergence. LangGraph, CrewAI, and ChatGPT Projects are all adding memory features. Letta’s advantage narrows as frontier models expand context.
  • Python-first ecosystem. TypeScript SDK exists but the examples, templates, and community content lean Python.
  • Moat at 6/10. Research pedigree and memory architecture are real, but the patterns are documented and copyable.
  • Hosted free tier is tight. 50 premium requests a month is evaluation-scale. Real usage requires Professional or self-hosting.

Methodology

This page was produced by the aipedia.wiki editorial pipeline, an automated system that ingests vendor documentation, verifies pricing and model details against primary sources, and generates the editorial analysis you are reading. No individual human wrote this review. Scoring follows the four-dimension rubric at /about/scoring/ (Utility × Value × Moat × Longevity, unweighted average). Last verified 2026-04-17 against Letta pricing, Letta Code docs, the Letta Code blog, and the letta-ai/letta GitHub repo.

FAQ

Is Letta the same project as MemGPT? Yes. MemGPT was the original 2023 UC Berkeley research prototype. The team renamed it Letta as it matured into a production-ready platform with hosted tiers, SDKs, and Letta Code.

Is Letta free? Yes. The core is Apache-2.0 open-source and free to self-host. You pay only LLM API costs through your chosen provider. Letta Cloud also offers a free hosted tier with 50 premium plus 500 standard requests per month.

What is Letta Code? A memory-first coding CLI built on the Letta API. Install with npm install -g @letta-ai/letta-code. Unlike session-based coding assistants, Letta Code keeps a persisted agent that learns across days and is portable across models (docs).

How does Letta memory compare to RAG? RAG retrieves documents at query time and discards them. Letta memory is typed, editable, and agent-owned. The agent reads and writes its own memory blocks, compresses old conversations to archival storage, and can introspect what it knows.

Can Letta swap between LLM providers mid-agent? Yes. Memory lives outside the model. Switch from OpenAI to Anthropic or a local Ollama endpoint without losing persona, user facts, or conversation history.

Sources

Share LinkedIn
Was this review helpful?
Embed this score on your site Free. Links back.
Letta editorial score badge
<a href="https://aipedia.wiki/tools/letta/" target="_blank" rel="noopener"><img src="https://aipedia.wiki/badges/letta.svg" alt="Letta on aipedia.wiki" width="260" height="72" /></a>
[![Letta on aipedia.wiki](https://aipedia.wiki/badges/letta.svg)](https://aipedia.wiki/tools/letta/)

Badge value auto-updates if the editorial score changes. Attribution via the link is required.

Cite this page For journalists, researchers, and bloggers
According to aipedia.wiki Editorial at aipedia.wiki (https://aipedia.wiki/tools/letta/)
aipedia.wiki Editorial. (2026). Letta — Editorial Review. aipedia.wiki. Retrieved May 8, 2026, from https://aipedia.wiki/tools/letta/
aipedia.wiki Editorial. "Letta — Editorial Review." aipedia.wiki, 2026, https://aipedia.wiki/tools/letta/. Accessed May 8, 2026.
aipedia.wiki Editorial. 2026. "Letta — Editorial Review." aipedia.wiki. https://aipedia.wiki/tools/letta/.
@misc{letta-editorial-review-2026, author = {{aipedia.wiki Editorial}}, title = {Letta — Editorial Review}, year = {2026}, publisher = {aipedia.wiki}, url = {https://aipedia.wiki/tools/letta/}, note = {Accessed: 2026-05-08} }
Spotted an error or want to share your experience with Letta?

Every tool page is re-verified on a recurring cycle, and corrections land faster when readers flag them directly. If you spot a stale fact, a missing capability, or have used Letta and want to share what worked or didn't, the editorial desk reviews every message sent through this form.

Email editorial@aipedia.wiki
Report outdated info Help us keep this page accurate