Skip to content

The AI Appliance Builder.

AI agents as code. Declarative LLM orchestration for specialized and coordinated multi-agent systems. Compose workflows across models, APIs, and data with fully defined control flow.

workflow.yaml
run:
  chat:
    model: llama3.2:1b
    prompt: "Summarize: {{ get('q') }}"

  apiResponse:
    success: true
    response:
      data: "{{ get('chat') }}"

# No glue code. No legacy code.
running · port 16395startup: 0.1s

Released under the Apache 2.0 License.