evalwire.config¶
evalwire.config
¶
evalwire.toml configuration loader.
load_config(config_path=None)
¶
Load and return the evalwire configuration.
Reads evalwire.toml from config_path (or ./evalwire.toml if
not provided). Returns an empty dict if the file does not exist.
Parameters¶
config_path:
Explicit path to the TOML config file. Defaults to ./evalwire.toml.
Returns¶
dict[str, Any]
Parsed TOML content, or {} if the file is absent.