Letta Code is a memory-first CLI coding agent built on the Letta platform that offers developers a persistent AI assistant capable of learning and improving over time rather than resetting state each session, giving agents a sense of continuity and context across coding tasks. Unlike traditional session-based coding tools, Letta Code attaches a long-lived agent to a working directory so that the agent accumulates memory about a project’s structure, preferences, and history, effectively acting as a collaborative partner rather than a stateless helper. Users can initialize and connect the agent to various models, including popular large language models, and issue commands, refactor code, or ask context-aware questions directly in the terminal, with memory retained across multiple interactions.
Features
- Persistent agent memory across sessions
- Model-agnostic coding assistant CLI
- Skill learning and reusable modules
- Commands for managing memory and models
- Context-aware suggestions and refactor hints
- Designed for long-term project assistance