Letta Code

Active
GitHub TypeScript Apache-2.0

Description

A memory-first coding agent that uses Letta-style long-term memory to help developers work continuously across codebases.

Key Features

  • Memory-first agent with self-improvement via memory blocks and skill learning
  • Cross-model support: Claude, GPT, Gemini, GLM, Kimi, and more
  • MemFS: all context tracked via git with optional GitHub sync
  • Multi-channel access: CLI, desktop app, browser, Telegram, Slack, Discord
  • Subagent orchestration with built-in general-purpose, forked, and recall agents
  • Cron scheduling and remote multi-environment execution via Constellation

Use Cases

πŸ’‘ Long-lived coding agents that learn and improve from project experience
πŸ’‘ Personal AI assistants that maintain context across sessions and devices
πŸ’‘ Multi-agent workflows with subagent delegation and memory sharing
πŸ’‘ Remote development environments with cross-machine agent access
πŸ’‘ Automated scheduled tasks with cron-based agent execution

Quick Start

npm install -g @letta-ai/letta-code β†’ cd your-project β†’ letta β†’ choose local or Constellation β†’ /connect to add API keys β†’ /model to select model

Related Projects