Overview
Letta Code is a stateful agent harness for agents with persistent memory, identity, and skills. The same agent can be accessed from the CLI, desktop, browser, Slack, Telegram, Discord, and custom channels while evolving over time.
Features and best fit
Based on official documentation; not hands-on tested · Content checked:
Let agents update their own memory and skills
Memory blocks and skills can be rewritten over time so prior experience becomes part of persistent context.
Combine MemFS, subagents, channels, hooks, permissions, and schedules
Git-tracked memory, subagents, messaging channels, cron schedules, and execution controls are exposed through one agent harness.
For long-lived agents that need continuity beyond a single task
It fits agents that should retain identity and experience while operating across multiple machines and communication channels.
Sources: [2]
Separate cloud-backed capabilities from local ones
Some capabilities, including remote computers and secrets, require signing in to Letta. Decide where agent state and credentials should live.
Official sources
- [1]letta-ai/letta-code repository(2026-09-20)
- [2]Letta Code README(2026-09-20)
- [3]Letta Code documentation(2026-09-20)
- [4]Letta Code Apache-2.0 license(2026-09-20)
Supplemental curator note
Letta Code is designed around persistent agents that rewrite memory and skills over long time horizons rather than one-shot coding sessions. Some features such as remote computers and secrets require signing in to Letta, so distinguish local capabilities from cloud-backed ones.
Try it in 3 steps
- 1
Get the source
git clone --depth 1 https://github.com/letta-ai/letta-code.git - 2
Enter the repository
cd letta-code - 3
Check the official steps
Continue with the commands in the README Installation, Quick Start, or Getting Started section.
find . -maxdepth 1 -iname 'README*' -exec sed -n '1,220p' {} \; -quit
Growth
Growth trends · Last 30 days
3,385 Stars
Trend data is still being collected.
Development activity
Last 90 days · weekly
- Commits (last 30 days)
- 342
- Open PRs
- 238
Development activity is still being collected.
Built with
Categories and tags
GitHub data
GitHub dataView detailed GitHub data
GitHub Topics
- agent-memory
- ai
- claude
- codex
- continual-learning
- letta
- memgpt
- stateful-agents
- Stars
- 3,385
- Forks
- 414
- Watchers
- 13
- Open issues
- 142
- Contributors
- 51
- Primary language
- TypeScript
- License
- Apache-2.0
- Repository last updated
- Sep 20, 2026
Related information
Write a related articleShare a guide or use case for this OSS in Markdown. Articles are published after administrator approval.
Explore next
- OpenClaw390,099 Stars
A persistent personal AI assistant platform spanning channels, tools, memory, and schedules.
TypeScript - React250,594 Stars
A JavaScript library for building web and native user interfaces from declarative components.
JavaScript - Hermes Agent247,156 Stars
A persistent AI agent with memory, skills, cron jobs, subagents, and multiple terminal backends.
Python - TensorFlow200,194 Stars
An end-to-end machine-learning platform connecting research, training, evaluation, visualization, and deployment.
C++ - Visual Studio Code192,699 Stars
The MIT-licensed Code - OSS repository that forms the open foundation of Visual Studio Code.
TypeScript
Report incorrect information
Tell us if any listing information is incorrect or outdated.