Expand description
RLM model selection policy.
Hosts provide providers and score signals; this crate owns the order of precedence for choosing which RLM model reference to try.
Structs§
- RlmModel
Choice - Selected model plus provenance for logging.
Enums§
- RlmModel
Purpose - RLM call surface that needs a model.
- RlmModel
Source - Source that won model selection.
Constants§
- RLM_
MODEL_ ENV - Environment variable that overrides the RLM root model.
Functions§
- select_
rlm_ model - Select the model for an RLM call surface.
- select_
rlm_ model_ with_ env - Select an RLM model with an injected env value for deterministic tests.