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

Class StatusPayload

deepreview/types.py:106–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104
105
106class StatusPayload(BaseModel):
107 job_id: UUID
108 status: JobStatus
109 message: str
110 error: str | None
111 annotation_count: int
112 final_report_ready: bool
113 pdf_ready: bool
114 usage: UsageSnapshot
115 created_at: datetime
116 updated_at: datetime
117 artifacts: JobArtifacts

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected