Load config from file.
When called with the default path, results are cached for the
lifetime of the process. Use clear_caches() to reset.
load(
cls,
config_path: Path | None = None,
) -> ModelConfig| Name | Type | Description |
|---|---|---|
config_path | Path | None | Default: NonePath to config file. Defaults to ~/.deepagents/config.toml. |