The executor can fail before execution, during validation, or while running providers and tools.Documentation Index
Fetch the complete documentation index at: https://superwire.dev/llms.txt
Use this file to discover all available pages before exploring further.
Error phases
| Phase | Example |
|---|---|
| Parse | malformed block syntax |
| Validation | unknown reference or invalid schema path |
| Runtime | provider request failed, tool call failed, invalid model output |
/execute error shape
/execute/stream error shape
Common fixes
- Check that every referenced agent field exists in that agent’s
outputblock. - Check that
inputandsecretspayloads match the workflow declarations. - Check that imported tools, prompts, and resources are listed in an agent’s
usesarray when the agent needs them. - Check provider endpoint, API key, and model IDs.
- Check that tool call runtime values are supplied with
bindings {}.