1. Define input
2. Define secrets
3. Add provider and model
4. Add schemas
5. Add agents
6. Add final output
Review checklist
- Inputs and secrets match the executor payload.
- Provider and model declarations use the new
provider ... from ...andmodel ... from ...syntax. - Agent outputs are object-shaped or schema references.
- Tool runtime values use
bindings {}. usesincludes every tool, prompt, and resource an agent needs.- Dependencies are clear from references.