MCPcopy Create free account
hub / github.com/ScaleML/AgentSPEX / TaskStatus

Class TaskStatus

src/harness/agentic_loop/task_board.py:12–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10
11
12class TaskStatus(Enum):
13 PENDING = "pending"
14 IN_PROGRESS = "in_progress"
15 COMPLETED = "completed"
16 FAILED = "failed"
17
18
19@dataclass

Callers 2

update_taskMethod · 0.85
_loadMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected