Expand description
Configuration: which provider runs skills, the default platforms and models a run fans out across, and the model used for natural-language evals.
Config is loaded from a YAML file (default skilltest.yaml) and then refined
by CLI overrides (see Config::apply_overrides).
Structs§
- Command
Config - Settings for a custom provider command speaking the JSON-lines protocol (see
docs/protocol.md). Used by the bundledskilltest-fake-providerand any provider you write yourself. - Config
- The full configuration for a run.
- Oneharness
Config - Settings for the default
oneharnessprovider, which runs each prompt on a harness viaoneharness run. - Overrides
- CLI-supplied overrides.
None/empty fields leave the config value in place.
Enums§
- Provider
Config - Which provider backs a run.