Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
28
class
RoutingMode(str, Enum):
29
AUTO =
"auto"
30
FAST =
"fast"
31
BEST =
"best"
32
33
34
PRESSURE_RESCUE_MIN_STEPS = 24
Callers
7
_cmd_route
Function · 0.90
_cmd_config
Function · 0.90
_sanitize_overrides
Function · 0.90
_sanitize_default_mode
Function · 0.90
config
Method · 0.90
_parse_mode_value
Function · 0.90
route
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected