MCPcopy 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
58class SpendingStatus:
59 limits: SpendLimits
60 spent: dict[str, float]
61 remaining: dict[str, float | None]
62 calls: int
63
64
65class SpendControlStorage(ABC):

Callers 1

statusMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected