Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CommonstackAI/UncommonRoute
/ SpendingStatus
Class
SpendingStatus
uncommon_route/spend_control.py:58–62 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
56
57
@dataclass
58
class
SpendingStatus:
59
limits: SpendLimits
60
spent: dict[str, float]
61
remaining: dict[str, float | None]
62
calls: int
63
64
65
class
SpendControlStorage(ABC):
Callers
1
status
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected