Start from the data boundary, then add runtime dependencies and agents.Documentation Index
Fetch the complete documentation index at: https://superwire.dev/llms.txt
Use this file to discover all available pages before exploring further.
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.