Install
openclaw skills install lettaBuild AI with advanced memory that learns & self-improves over time — agents with persistent memory, sub-agents & skill system
openclaw skills install lettaBuild 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 修改與封裝。
Letta provides stateful AI agents with persistent memory:
npm install -g @letta-ai/letta-code
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
When the user asks about AI agents with memory, self-improving agents, or persistent context:
examples/ for implementation patterns