MCPcopy Create free account
hub / github.com/ResearAI/DeepReviewer-v2 / UsageSnapshot

Class UsageSnapshot

deepreview/types.py:47–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45
46
47class UsageSnapshot(BaseModel):
48 token: TokenUsage = Field(default_factory=TokenUsage)
49 tool: ToolUsage = Field(default_factory=ToolUsage)
50 paper_search: PaperSearchUsage = Field(default_factory=PaperSearchUsage)
51
52
53class AnnotationItem(BaseModel):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected