Expand description
Provider registry construction from the CLI’s Config.
Turning what the caller typed into a task lives in
super::task.
Structs§
- Provider
Creds - Decoupled provider credentials.
Functions§
- build_
provider_ registry - Build a
ProviderRegistryfrom decoupledProviderCreds. - build_
provider_ registry_ from_ config - Convenience wrapper: build a
ProviderRegistrystraight from aConfig. - provider_
creds_ from_ config - Build the list of
ProviderCredsaConfigimplies.ollamais always present (it needs no key); the API-key providers are included only when their key is configured, andclaude-codeonly when explicitly enabled. This is the sole point that reads provider settings out ofConfig.