feat(config): per-sub-provider base_url/embedding_model in orchestrator#612
Merged
feat(config): per-sub-provider base_url/embedding_model in orchestrator#612
Conversation
…chestrator Allow orchestrator sub-providers to override base_url and embedding_model independently, enabling scenarios like multiple Ollama instances on different ports or dedicated embedding providers. Also fix outdated keys in config/default.toml: remove nonexistent repo_id, rename provider_type to type (serde rename), correct default values for candle device/chat_template, fix observability exporter default, and document all previously missing config keys.
Document per-sub-provider base_url and embedding_model overrides, fix provider_type references to type, add multi-instance example, and document all new config keys in the reference guide.
a4a1766 to
b0421c6
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
base_urlandembedding_modeloptional fields toOrchestratorProviderConfig, enabling per-sub-provider overrides with fallback to parent config sectionsconfig/default.toml: remove nonexistentrepo_id, renameprovider_typetotype(serde rename), correct candle defaults, fix observability exporter defaultagent.auto_update_check,llm.stt,llm.vision_model,skills.disambiguation_threshold,tools.filters.*sub-sections,tools.permissions,a2a.auth_token,mcp.servers.envTest plan
cargo +nightly fmt --checkpassescargo clippy --workspace -- -D warningspassescargo nextest run --workspace --lib --bins— 2014 tests passbase_urlembedding_modeloverride in orchestrator mode