Skip to content

AI agents in YAML.

Orchestrate LLMs, databases, and APIs without glue or legacy code.

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.