원클릭으로
lettactl
Manage Letta AI agent fleets with kubectl-style CLI
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Manage Letta AI agent fleets with kubectl-style CLI
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Thorough code review covering architecture, code quality, and performance. Use when asked to "review this plan", "review code", "audit architecture", "check code quality", or "review for performance". Walks through issues interactively with tradeoff analysis and opinionated recommendations.
Use when releasing features - covers issues, branches, tests, commits, PRs, versioning, and publishing
Use when deploying agents from YAML configuration files
Use when managing individual agents - creating, updating, deleting, listing, or describing
Use when performing bulk operations like cleanup, delete-all, or bulk messaging
Architecture and design patterns for lettactl. Reference when building new features, displays, or commands.
| name | lettactl |
| description | Manage Letta AI agent fleets with kubectl-style CLI |
kubectl-style CLI and SDK for deploying AI agents declaratively from YAML.
lettactl apply -f fleet.yaml # Deploy agents
lettactl get agents # List agents
lettactl send <agent> "Hello" # Message agent
lettactl health # Check server
export LETTA_BASE_URL=http://localhost:8283
export LETTA_API_KEY=<optional-for-cloud>
fleet-deployment/ - Deploy agents from YAML configsagent-management/ - Create, update, delete, list agentsmessage-operations/ - Send messages, view historyresource-management/ - Manage blocks, tools, folders, filesbulk-operations/ - Cleanup, delete-all, bulk messagingobservability/ - Health, context usage, async runsrelease-cycle/ - Release workflow: issues, branches, tests, commits, PRs, versioning