Expand description
Dry-run validation of workflow scripts (meta + stub host path).
Aligns with Grok Build’s validate_script contract: extract meta, then run
the script against a probe host that never calls models. Failures from
compile/runtime or hard script errors surface as ValidationError.
Structs§
- Validation
Report - Successful dry-run report.
Enums§
- Validation
Error - Validation failures.
Functions§
- default_
probe_ args - Default
argsused when the author does not supply probe input. - validate_
script - Validate a script with the default agent budget.
- validate_
script_ with_ agent_ budget - Validate with an explicit agent-call budget for the probe host.