Language Operator
A Kubernetes operator for running AI agent clusters at scale.
What It Does
Language Operator provides a purpose-built set of CRDs for deploying and managing agents in Kubernetes:
| Resource | Purpose |
|---|---|
LanguageCluster |
Configures a managed namespace and domain for agents |
LanguageAgent |
Deploys arbitrary agents like OpenClaw or OpenCode |
LanguageAgentRuntime |
Defines agent runtime presets |
LanguageModel |
Defines an LLM configuration (proxied through LiteLLM) |
LanguageTool |
Deploys an MCP-compatible server |
LanguagePersona |
Defines tone, personality and expertise |
Getting Started
See the installation guide and quick start to deploy your first agent.
Development
See the development setup guide for full instructions.
Status
Pre-release — not ready for production.