Agent skill
lettactl
Manage Letta AI agent fleets with kubectl-style CLI
Stars
41
Forks
4
Install this agent skill to your Project
npx add-skill https://github.com/nouamanecodes/lettactl/tree/main/.skills
SKILL.md
Overview
kubectl-style CLI and SDK for deploying AI agents declaratively from YAML.
Quick Start
bash
lettactl apply -f fleet.yaml # Deploy agents
lettactl get agents # List agents
lettactl send <agent> "Hello" # Message agent
lettactl health # Check server
Environment
bash
export LETTA_BASE_URL=http://localhost:8283
export LETTA_API_KEY=<optional-for-cloud>
Skills Index
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
Didn't find tool you were looking for?