letta-ai/letta-code

Stateful agents that are like people, with memory, identity, and the ability to learn and adapt

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 1 hour ago
Added to GitGenius on September 8th, 2026
Created on October 25th, 2025
Open Issues & Pull Requests: 348 (+1)
GitHub issues: Enabled
Number of forks: 393
Total Stargazers: 3,241 (+0)
Total Subscribers: 14 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 22.4 hours
Mean response time: 18.6 days
90th percentile: 67.9 days
Tracked items: 428

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 99% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Work labelled "bug" is answered fastest, typically in about 11 hours, while "enhancement" waits about 2 weeks. Almost all tracked open issues have seen activity in the last three months. Only 16% of issues opened in the past year have been closed.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 131
New in 7 days: 26
Closed in 7 days: 12
Avg open age: 42 days
Stale 30+ days: 76
Stale 90+ days: 0

Recent activity

Opened in 7 days: 22
Closed in 7 days: 11
Comments in 7 days: 5
Events in 7 days: 7

Top labels

  • bug (60)
  • automation (40)
  • codex-watch (36)
  • invalid (36)
  • priority/review (23)
  • enhancement (22)
  • informational (7)
  • roadmap (3)

Detailed Description

Letta Code is a stateful agent framework that enables creation of agents with persistent memory, identity, and the ability to learn and adapt over time.

The tool addresses the limitation of stateless AI agents by providing a harness where agents maintain continuity across interactions. Agents can rewrite their own memory, skills, and prompts, allowing them to evolve through experience rather than remaining static tools. This approach treats agents as entities with persistent state that accumulates and shapes behavior over long horizons, similar to how people learn and adapt.

Letta Code suits developers building conversational agents that need to maintain context and personality across sessions, or always-on agents that work proactively rather than reactively. The framework supports multiple interaction modes: a local CLI, desktop applications for macOS, Windows, and Linux, a web interface accessible on mobile, and integrations with messaging platforms including Telegram, Slack, and Discord. Teams should consider this tool if they need agents that can be configured through natural conversation rather than manual setup, as the framework is designed to be self-configuring.

The project shows active development with regular commits across the codebase. Work spans the core agent harness, CLI tooling, desktop application maintenance, and channel integrations. The team maintains documentation alongside feature development and responds to issues. Development activity indicates ongoing refinement of both the agent runtime and the user-facing interfaces for interacting with agents.