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

Class RoutingMode

uncommon_route/router/types.py:28–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26
27
28class RoutingMode(str, Enum):
29 AUTO = "auto"
30 FAST = "fast"
31 BEST = "best"
32
33
34PRESSURE_RESCUE_MIN_STEPS = 24

Callers 7

_cmd_routeFunction · 0.90
_cmd_configFunction · 0.90
_sanitize_overridesFunction · 0.90
_sanitize_default_modeFunction · 0.90
configMethod · 0.90
_parse_mode_valueFunction · 0.90
routeFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected