Skip to content

Getting Started with Letta Code

Fresh

Source: Letta Code Docs

AI Moves Fast!

Content freshness is indicated above. Always verify tool versions and APIs match current releases.

What is Letta Code?

Letta Code is a deeply personalized stateful agent that can learn from experience and improve with use. It is the memory-first coding agent that remembers and learns.

Use Cases

  • Coding: An advanced coding agent that adapts to your conventions and codebase patterns
  • Digital Employees: Autonomous agents for report writing, research, calendar/email management
  • AI Companions: Customizable agents with distinct personalities and memory systems

Deployment Options

MethodBest ForRequirements
Desktop AppLocal developmentmacOS, Windows, or Linux
CLITerminal workflowsNode.js v18+
CloudRemote/server deploymentSSH access

Core Architecture

Letta Code operates on the Letta API foundation with these key concepts:

  • Agent: A persistent entity maintaining memory across all interactions
  • Conversation: A message thread within an agent
  • Session: A single execution/connection instance
  • MemFS: Git-backed memory filesystem for durable state

Next Steps