Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CommonstackAI/UncommonRoute
/ RequestContext
Class
RequestContext
uncommon_route/feedback.py:37–42 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
35
36
@dataclass
37
class
RequestContext:
38
features: dict[str, float]
39
tier: str
40
timestamp: float
41
model: str =
""
42
mode: str =
"auto"
43
44
45
@dataclass
Callers
3
capture
Method · 0.85
rebind_request
Method · 0.85
_load_buffer
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected