Autonomous AI Agencies
Compose multiple AI Agents into a self-governing Agency. Agents delegate, coordinate, and act autonomously โ no human-in-the-loop required.
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.
run:
chat:
model: llama3.2:1b
prompt: "Summarize: {{ get('q') }}"
apiResponse:
success: true
response:
data: "{{ get('chat') }}"
# No glue code. No legacy code.