Run an eval suite
run_suiteExecute test suites from a specified path against a system-under-test module, returning scored results in memory without saving any files.
Instructions
Run the suites at a path against a system-under-test module and return the scored result. EXECUTES the SUT module and may call model providers, so it can incur real cost. Writes nothing — the result is returned in memory, not saved as an artifact.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| suitePath | Yes | Directory of suite YAML files, or a single suite file. | |
| sutModule | Yes | Path to the module exporting the system under test as `default` or `sut`. | |
| concurrency | No | Cases evaluated at once. | |
| calibrationPath | No | Path to the calibration stamp. Defaults to .evalgate/calibration.json beside the suite. |