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

Class JobStatus

deepreview/types.py:15–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13
14
15class JobStatus(str, Enum):
16 queued = 'queued'
17 pdf_uploading_to_mineru = 'pdf_uploading_to_mineru'
18 pdf_parsing = 'pdf_parsing'
19 agent_running = 'agent_running'
20 final_report_persisting = 'final_report_persisting'
21 pdf_exporting = 'pdf_exporting'
22 completed = 'completed'
23 failed = 'failed'
24
25
26class TokenUsage(BaseModel):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected