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

Class SelectionWeights

uncommon_route/router/types.py:428–440  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

426
427@dataclass(frozen=True, slots=True)
428class SelectionWeights:
429 editorial: float = 0.4
430 cost: float = 0.2
431 latency: float = 0.1
432 reliability: float = 0.1
433 feedback: float = 0.1
434 cache_affinity: float = 0.05
435 byok: float = 0.05
436 free_bias: float = 0.0
437 local_bias: float = 0.0
438 reasoning_bias: float = 0.05
439 quality_alignment: float = 0.08
440 continuity: float = 0.06
441
442
443@dataclass(frozen=True, slots=True)

Calls

no outgoing calls