Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CommonstackAI/UncommonRoute
/ TierConfig
Class
TierConfig
uncommon_route/router/types.py:413–416 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
411
412
@dataclass(frozen=True, slots=True)
413
class
TierConfig:
414
primary: str =
""
415
fallback: list[str] = field(default_factory=list)
416
hard_pin: bool = False
417
418
419
@dataclass(frozen=True, slots=True)
Callers
6
test_select_model_bandit_explores_under_sampled_candidate
Function · 0.90
test_select_model_bandit_guardrail_blocks_unreliable_candidate
Function · 0.90
test_select_model_prefers_cache_friendly_candidate_when_weights_allow
Function · 0.90
config
Method · 0.90
_discovery_managed_tiers
Function · 0.90
select_model
Function · 0.90
Calls
no outgoing calls
Tested by
3
test_select_model_bandit_explores_under_sampled_candidate
Function · 0.72
test_select_model_bandit_guardrail_blocks_unreliable_candidate
Function · 0.72
test_select_model_prefers_cache_friendly_candidate_when_weights_allow
Function · 0.72