letta-ai/awesome-letta

A curated list of awesome Letta projects, tools, tutorials, and resources for building stateful AI agents with persistent memory.

38

12 commits

updated Sep 21, 2026

See the code

README

Awesome Letta Awesome

A curated list of awesome Letta projects, tools, tutorials, and resources for building stateful AI agents with persistent memory.

Letta is the leading platform for building AI agents with persistent memory. Unlike traditional chatbots that forget everything between sessions, Letta agents remember, learn, and improve over time.

Contents

Official Resources

Tutorials & Guides

Getting Started

Advanced Topics

Example Projects

Open Source Projects

Official Examples

  • Letta OSS UI - An open-source demo UI built on top of the Letta Agents SDK
  • Letta Agents SDK React Chat - A complete React chat example built with the Letta Agents SDK
  • Agent SDK mobile app - Example mobile app built on top of the Letta Agents SDK, supporting both Letta Cloud and self-hosted servers
  • Letta Chatbot template - An example Next.js chatbot application built on the Letta API, which makes each chatbot a stateful agent (agent with memory) under the hood (archived)
  • Vercel AI SDK Provider Examples - AI SDK integration examples
  • Discord bot - An example Discord chatbot built on the Letta API, which uses a stateful agent (agent with memory) under the hood
  • CharacterPlus - Example CharacterAI-style web app that runs on Letta to create characters with memory

Use Case Examples

Tools & Integrations

Letta Code Ecosystem

  • Letta Code - Memory-first, model-agnostic open source coding agent with persistent memory, skills, subagents, and mods [Blog post]
  • Letta Code Desktop app - Desktop app for interacting with deeply personalized agents that learn over time
  • Skills - A shared repository of skills for teaching agents new tasks, usable with Letta Code and other harnesses
  • Mods - Mod packages and examples for Letta Code: agent-created extensions that adapt the harness itself [Blog post]
  • Letta ACP - ACP (Agent Client Protocol) adapter for using stateful Letta agents from Zed and other ACP editors
  • Letta Code GitHub Action - Integrate Letta Code into your GitHub repo to review issues, code, and more
  • Trajectory - Convert sessions across harnesses to a unified trajectory format
  • Remote Environments - Message an agent working on your laptop from your phone

Official Integrations

  • Vercel AI SDK Provider - Use Letta with Vercel AI SDK v5
  • Zapier Integration - Use Letta with Zapier
  • Telegram - A Modal application for serving a Letta agent on Telegram
  • Obsidian - An Obsidian plugin for serving a Letta agent on Obsidian
  • n8n - Connect your Letta agent to n8n workflows
  • Letta Voice - Chat with your Letta agents over a low-latency voice connection

Community Tools

  • Flows - Experimental TypeScript orchestration DSL for the Letta Agent SDK, with conversation branching and forking, bounded parallelism, and structured results
  • Social CLI - A unified CLI to connect artificial intelligence to the social web
  • Hypervigilant - A file watcher that sends saved diffs to persistent Letta agents
  • Your tool here! - Submit a PR

Deployment & Development Tools

Research & Papers

Research

Blog Posts & Technical Writing

Research & Technical Deep-Dives

Product Announcements & Features

Videos & Talks

Official Videos

Letta Office Hours

Weekly recorded office hours covering the latest Letta features and community Q&A:

Conference Talks

Community Tutorials

  • Building with Letta Agents - Community-maintained, AI-assisted explanatory guides to persistent agents and the Letta ecosystem; independent of official documentation
  • Office Hours Guides - Community-maintained, AI-assisted guides to Letta Office Hours, linking explanations to the original recordings

Community

Get Help & Connect

Showcase

Contributing

Contributions are welcome!

How to contribute:

  1. Fork this repository
  2. Add your resource in the appropriate category
  3. Ensure your addition follows the format: [Resource Name](url) - Brief description
  4. Submit a pull request

Criteria for inclusion:

  • Must be related to Letta or stateful agent development
  • Must be functional and actively maintained (for tools/projects)
  • Must provide value to the Letta community
  • Preferably open source (for projects and tools)

Contributors

just-cameron

11 commits

jraleman

1 commits

letta-ai/awesome-letta

A curated list of awesome Letta projects, tools, tutorials, and resources for building stateful AI agents with persistent memory.

38

12 commits

updated Sep 21, 2026

See the code

README

Awesome Letta Awesome

A curated list of awesome Letta projects, tools, tutorials, and resources for building stateful AI agents with persistent memory.

Letta is the leading platform for building AI agents with persistent memory. Unlike traditional chatbots that forget everything between sessions, Letta agents remember, learn, and improve over time.

Contents

Official Resources

Tutorials & Guides

Getting Started

Advanced Topics

Example Projects

Open Source Projects

Official Examples

  • Letta OSS UI - An open-source demo UI built on top of the Letta Agents SDK
  • Letta Agents SDK React Chat - A complete React chat example built with the Letta Agents SDK
  • Agent SDK mobile app - Example mobile app built on top of the Letta Agents SDK, supporting both Letta Cloud and self-hosted servers
  • Letta Chatbot template - An example Next.js chatbot application built on the Letta API, which makes each chatbot a stateful agent (agent with memory) under the hood (archived)
  • Vercel AI SDK Provider Examples - AI SDK integration examples
  • Discord bot - An example Discord chatbot built on the Letta API, which uses a stateful agent (agent with memory) under the hood
  • CharacterPlus - Example CharacterAI-style web app that runs on Letta to create characters with memory

Use Case Examples

Tools & Integrations

Letta Code Ecosystem

  • Letta Code - Memory-first, model-agnostic open source coding agent with persistent memory, skills, subagents, and mods [Blog post]
  • Letta Code Desktop app - Desktop app for interacting with deeply personalized agents that learn over time
  • Skills - A shared repository of skills for teaching agents new tasks, usable with Letta Code and other harnesses
  • Mods - Mod packages and examples for Letta Code: agent-created extensions that adapt the harness itself [Blog post]
  • Letta ACP - ACP (Agent Client Protocol) adapter for using stateful Letta agents from Zed and other ACP editors
  • Letta Code GitHub Action - Integrate Letta Code into your GitHub repo to review issues, code, and more
  • Trajectory - Convert sessions across harnesses to a unified trajectory format
  • Remote Environments - Message an agent working on your laptop from your phone

Official Integrations

  • Vercel AI SDK Provider - Use Letta with Vercel AI SDK v5
  • Zapier Integration - Use Letta with Zapier
  • Telegram - A Modal application for serving a Letta agent on Telegram
  • Obsidian - An Obsidian plugin for serving a Letta agent on Obsidian
  • n8n - Connect your Letta agent to n8n workflows
  • Letta Voice - Chat with your Letta agents over a low-latency voice connection

Community Tools

  • Flows - Experimental TypeScript orchestration DSL for the Letta Agent SDK, with conversation branching and forking, bounded parallelism, and structured results
  • Social CLI - A unified CLI to connect artificial intelligence to the social web
  • Hypervigilant - A file watcher that sends saved diffs to persistent Letta agents
  • Your tool here! - Submit a PR

Deployment & Development Tools

Research & Papers

Research

Blog Posts & Technical Writing

Research & Technical Deep-Dives

Product Announcements & Features

Videos & Talks

Official Videos

Letta Office Hours

Weekly recorded office hours covering the latest Letta features and community Q&A:

Conference Talks

Community Tutorials

  • Building with Letta Agents - Community-maintained, AI-assisted explanatory guides to persistent agents and the Letta ecosystem; independent of official documentation
  • Office Hours Guides - Community-maintained, AI-assisted guides to Letta Office Hours, linking explanations to the original recordings

Community

Get Help & Connect

Showcase

Contributing

Contributions are welcome!

How to contribute:

  1. Fork this repository
  2. Add your resource in the appropriate category
  3. Ensure your addition follows the format: [Resource Name](url) - Brief description
  4. Submit a pull request

Criteria for inclusion:

  • Must be related to Letta or stateful agent development
  • Must be functional and actively maintained (for tools/projects)
  • Must provide value to the Letta community
  • Preferably open source (for projects and tools)

Contributors

just-cameron

11 commits

jraleman

1 commits