1) Prepare an ADASTaskSet
Minimal dataset:
tasks[].input and gold_outputs[].output can be any JSON shape. If your workflow speaks JSON, it fits here.
2) Create a training job
adas_job_id.
3) Monitor training
Poll:4) Download the best graph
When status is terminal (succeeded), download:
5) Run inference
prompt_snapshot_id or model.
Next steps
- Learn how judging works:
product/workflows/judging. - Try real examples:
cookbooks/workflows/overview.