Skip to content

Build autonomous AI Agents and AI Agencies.

Reproducible, repeatable AI pipelines in YAML. Create self-governing Agencies of AI Agents without glue code or legacy infrastructure.

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.