You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A Claude Code plugin that provides a natural-language interface for creating, deploying, and managing AI agents on astromesh-nexus clusters. Named after Leia, a lemon beagle, this plugin takes you from business idea to deployed WhatsApp agent in minutes -- no Kubernetes expertise required.
Architecture
graph LR
subgraph "Claude Code CLI"
subgraph "astromesh-leia Plugin"
CMD[Commands]
AGT[Agents]
TPL[Templates]
SCH[Schemas]
end
end
subgraph "Kubernetes Cluster"
API[Nexus API]
TNS[Tenant Namespaces]
NOD[astromesh-nodes]
API --> TNS
TNS --> NOD
end
subgraph "External Services"
WA[Meta WhatsApp]
OLL[Ollama]
LLM[Cloud LLMs]
end
CMD --> API
AGT --> API
TPL --> CMD
SCH --> CMD
NOD --> WA
NOD --> OLL
NOD --> LLM
Loading
Install
# Clone and install
git clone https://github.com/monaccode/astromesh-leia.git
claude plugins add ./astromesh-leia
# Or install from a release
curl -L https://github.com/monaccode/astromesh-leia/releases/latest/download/astromesh-leia-v0.1.0.tar.gz | tar xz
claude plugins add ./astromesh-leia
Quick Start
# 1. Bootstrap a local nexus cluster
/leia bootstrap local# 2. Create your first WhatsApp agent
/leia I need a customer support bot for my coffee shop
# 3. Check status
/leia status
# 4. Test it
/leia test coffee-support
Command Reference
Command
Description
/leia
Conversational entry point
/leia create
Create agent (wizard or NL)
/leia deploy
Deploy agent YAML to nexus
/leia status
CLI dashboard
/leia logs
Agent log viewer
/leia test
Interactive agent testing
/leia templates
Browse templates
/leia config
Connection management
/leia bootstrap
Cluster lifecycle
/leia teardown
Destroy cluster
Templates
Template
Description
customer-support
Customer support agent with FAQ handling and escalation
restaurant-booking
Restaurant reservation and menu inquiry agent
ecommerce-assistant
Product search, cart management, and order tracking agent
appointment-scheduler
Calendar-aware appointment booking agent
lead-qualifier
Lead scoring and qualification conversational agent
onboarding-guide
User onboarding and product walkthrough agent
Subagents
Agent
Model
Role
interpreter
Sonnet
Parses natural-language intent into structured specs
architect
Opus
Designs agent architecture and generates manifests
operator
Sonnet
Executes kubectl and Nexus API operations
tester
Sonnet
Runs conversation simulations and validates behavior
Licensed under the Apache License, Version 2.0. See LICENSE for details.
About
Astromesh - Leia | Claude Code plugin for deploying AI agents to Kubernetes clusters through natural conversation. Create, manage, and monitor WhatsApp bots and multi-channel agents on astromesh-nexus — from business idea to production in minutes.