MCPcopy Create free account
hub / github.com/CommonstackAI/UncommonRoute / _discovery_managed_tiers

Function _discovery_managed_tiers

uncommon_route/router/config.py:66–71  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

64
65
66def _discovery_managed_tiers() -> dict[Tier, TierConfig]:
67 return {
68 Tier.SIMPLE: TierConfig(),
69 Tier.MEDIUM: TierConfig(),
70 Tier.COMPLEX: TierConfig(),
71 }
72
73
74def routing_mode_from_model(model_id: str) -> RoutingMode | None:

Callers 1

config.pyFile · 0.85

Calls 1

TierConfigClass · 0.90

Tested by

no test coverage detected