Quick Start
1
Drop the YAML in place
Save this as
agents.yaml in an empty folder. Tasks run in the order they are declared — the researcher’s task first, then the writer’s.2
Run it
Set your API key and run the file with the Change the subject by editing the
praisonai CLI:topic: line — it is interpolated into every {topic} placeholder.How It Works
Python equivalent
The same team using friendly top-level imports:When to use this vs a workflow YAML
Related
YAML Workflows
Loops, planning, memory, and routing in YAML
Prompt Chaining
Chain task outputs into the next step
Multi-Agent Execution
Configure iteration and retry limits
Multi-Agent Hooks
Add lifecycle callbacks between tasks

