Skip to main content

Module validate

Module validate 

Source
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§

ValidationReport
Successful dry-run report.

Enums§

ValidationError
Validation failures.

Functions§

default_probe_args
Default args used 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.