/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
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install letta - 安装完成后,直接呼叫该 Skill 的名称或使用
/letta触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Letta 是什么?
Build AI with advanced memory that learns & self-improves over time — agents with persistent memory, sub-agents & skill system. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 36 次。
如何安装 Letta?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install letta」即可一键安装,无需额外配置。
Letta 是免费的吗?
是的,Letta 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Letta 支持哪些平台?
Letta 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Letta?
由 Harryhihi(@harryhihi)开发并维护,当前版本 v1.0.0。