A declarative NoOps language for orchestrating distributed agent workflows with multi-language code generation and zero operational overhead
// Define a workflow for fraud detection workflow FraudDetection { source: NATS("transactions") target: NATS("alerts") context: BayesianNetwork("risk.bn") agents: [ LLM("ollama/llama3", prompt="Classify {{data}} as fraud? Context: {{context}}"), MLModel("isolation_forest.pkl", input=LLM.output), DecisionMatrix("policy.dmx", input=MLModel.output) ] }
Kumeo provides powerful tools to connect heterogeneous agents into coherent, event-driven workflows
Define agent interactions as event-driven flows using a simple, readable syntax that focuses on what you want to achieve, not how.
Support for LLMs (Ollama/OpenAI), ML models (scikit-learn, ONNX), Bayesian networks, and human-in-the-loop integration.
Built on NATS for real-time, distributed communication between agents, with support for persistent streams and replay.
Write your workflow and run it - Kumeo handles everything from code generation to deployment, monitoring, and scaling with zero operational overhead.
Svelte-based UI for workflow design and monitoring, making it easy to create and visualize complex agent interactions.
Automatically generates code in the most appropriate language for each component - Rust for performance-critical sections, Python for ML and Bayesian operations.
Kumeo is built on a modern, scalable architecture that connects heterogeneous agents through a central event system, with a true NoOps approach.
The compiler transforms declarative workflows into optimized multi-language code (Rust, Python, etc.) based on each agent's needs, and generates Kubernetes manifests that are automatically deployed to your infrastructure.
The platform manages the entire lifecycle - from code generation to deployment, monitoring, scaling, and updates - requiring zero operational overhead from developers.
Learn MoreGet started with Kumeo today and transform how your LLMs, ML models, and other agents collaborate.
Get Started