Manage Letta AI agent fleets declaratively with kubectl-style CLI. Use when creating, updating, or managing multiple Letta agents with shared configurations, memory blocks, tools, folders, canary deployments, multi-tenancy, and bulk operations.
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Um comando direto ignora o prompt de revisão. Verifique a origem antes de executá-lo.
Instruções da origem · Visualização somente leitura
name
letta-fleet-management
description
Manage Letta AI agent fleets declaratively with kubectl-style CLI. Use when creating, updating, or managing multiple Letta agents with shared configurations, memory blocks, tools, folders, canary deployments, multi-tenancy, and bulk operations.
license
MIT
lettactl
kubectl-style CLI for managing Letta AI agent fleets declaratively.
When to Use
Deploying multiple agents with shared configurations
Managing agent memory blocks, tools, and folders
Applying templates to existing agents
Running canary deployments before promoting to production
Multi-tenant agent management (B2B / B2B2C)
Bulk messaging across agent fleets
Importing/exporting agents between environments
Analyzing agent memory health (self-diagnosis)
Calibrating agents with first-message boot sequences
Programmatic fleet management via SDK
Core Workflow
Define agents in fleet.yaml
Apply with lettactl apply -f fleet.yaml
Verify with lettactl get agents and lettactl describe agent <name>
lettactl get agents # List all agents
lettactl get agents -o wide # With details
lettactl get agents --tags "tenant:acme"# Filter by tags
lettactl get blocks --shared # Shared blocks only
lettactl get tools --orphaned # Unused tools
lettactl describe agent <name> # Full agent details
Messaging
lettactl send <agent> "Hello"# Send message
lettactl send <agent> "Hi" --stream # Stream response
lettactl send --all "support-*""Update"# Bulk send by pattern
lettactl send --tags "role:support""Hi"# Bulk send by tags
lettactl messages list <agent> # View history
lettactl messages reset <agent> # Clear history
lettactl messages compact <agent> # Summarize history