MCPcopy Create free account
hub / github.com/FastMAS/KVCOMM / Status

Class Status

KVCOMM/llm/format.py:12–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10
11@dataclasses.dataclass
12class Status:
13 started: int = 0
14 in_progress: int = 0
15 succeeded: int = 0
16 failed: int = 0

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected