--- title: Letta Overview subtitle: Create stateful AI agents that truly remember, learn, and evolve. slug: overview --- Letta enables you to build and deploy stateful AI agents that maintain memory and context across long-running conversations. Develop agents that truly learn and evolve from interactions without starting from scratch each time. ## Build agents with intelligent memory, not limited context Letta's advanced context management system - built by the [researchers behind MemGPT](https://www.letta.com/research) - transforms how agents remember and learn. Unlike basic agents that forget when their context window fills up, Letta agents maintain memories across sessions and continuously improve, even while they [sleep](/guides/agents/sleep-time-agents) . ## Start building in minutes Our quickstart and examples work on both [Letta Cloud](/guides/cloud) and [self-hosted](/guides/selfhosting) Letta. Create your first stateful agent using the Letta API & ADE Build a full agents application using `create-letta-app` ## Build stateful agents with your favorite tools Connect to agents running in a Letta server using any of your preferred development frameworks. Letta integrates seamlessly with the developer tools you already know and love. Core SDK for our REST API Core SDK for our REST API Framework integration Framework integration Framework integration Framework integration ## See what your agents are thinking The Agent Development Environment (ADE) provides complete visibility into your agent's memory, context window, and decision-making process - essential for developing and debugging production agent applications. ## Run agents as services, not libraries **Letta is fundamentally different from other agent frameworks.** While most frameworks are *libraries* that wrap model APIs, Letta provides a dedicated *service* where agents live and operate autonomously. Agents continue to exist and maintain state even when your application isn't running, with computation happening on the server and all memory, context, and tool connections handled by the Letta server. ## Everything you need for production agents Letta provides a complete suite of capabilities for building and deploying advanced AI agents: * [Agent Development Environment](/agent-development-environment) (agent builder + monitoring UI) * [Python SDK](/api-reference/overview) + [TypeScript SDK](/api-reference/overview) + [REST API](/api-reference/overview) * [Memory management](/guides/agents/memory) * [Persistence](/guides/agents/overview#agents-vs-threads) (all agent state is stored in a database) * [Tool calling & execution](/guides/agents/tools) (support for custom tools & [pre-made tools](/guides/agents/composio)) * [Tool rules](/guides/agents/tool-rules) (constraining an agent's action set in a graph-like structure) * [Streaming support](/guides/agents/streaming) * [Native multi-agent support](/guides/agents/multi-agent) and [multi-user support](/guides/agents/multi-user) * Model-agnostic across closed ([OpenAI](/guides/server/providers/openai), etc.) and open providers ([LM Studio](/guides/server/providers/lmstudio), [vLLM](/guides/server/providers/vllm), etc.) * Production-ready deployment ([self-hosted with Docker](/quickstart/docker) or [Letta Cloud](/quickstart/cloud)) ## Join our developer community Building something with Letta? Join our [Discord](https://discord.gg/letta) to connect with other developers creating stateful agents and share what you're working on. [Start building today →](/quickstart)