/install letta
Letta (formerly MemGPT) — Memory-Augmented AI Agents (OpenClaw)
Build AI with advanced memory that can learn and self-improve over time. Run agents locally via CLI, or build agents into applications via the Letta API.
Source: C:\Users\Harry\Downloads\letta\
Original: https://github.com/letta-ai/letta
License: Apache 2.0
本技能基於 GitHub 上的 letta-ai/letta 修改與封裝。
Overview
Letta provides stateful AI agents with persistent memory:
- Letta Code — run agents locally in your terminal (requires Node.js 18+)
npm install -g @letta-ai/letta-code - Letta API — build memory-augmented agents into your applications
- Skills System — pre-built skills and subagents for advanced memory and continual learning
- Model Agnostic — works with any LLM (recommends Opus 4.5, GPT-5.2)
Structure
letta/
├── letta/ # Core Python library
├── alembic/ # Database migrations
├── scripts/ # Utility scripts
├── examples/ # Usage examples
├── sandbox/ # Sandbox environment
├── tests/ # Test suite
├── assets/ # Media assets
├── db/ # Database configuration
├── certs/ # TLS certificates
├── otel/ # OpenTelemetry config
├── fern/ # API documentation
├── compose.yaml # Docker Compose
└── Dockerfile # Container build
Usage in OpenClaw
When the user asks about AI agents with memory, self-improving agents, or persistent context:
- Reference Letta's memory architecture for stateful agent patterns
- Use the skills/subagents system for composable agent workflows
- Consult
examples/for implementation patterns
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install letta - After installation, invoke the skill by name or use
/letta - Provide required inputs per the skill's parameter spec and get structured output
What is Letta?
Build AI with advanced memory that learns & self-improves over time — agents with persistent memory, sub-agents & skill system. It is an AI Agent Skill for Claude Code / OpenClaw, with 36 downloads so far.
How do I install Letta?
Run "/install letta" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Letta free?
Yes, Letta is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Letta support?
Letta is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Letta?
It is built and maintained by Harryhihi (@harryhihi); the current version is v1.0.0.