Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
12
class
TaskStatus(Enum):
13
PENDING =
"pending"
14
IN_PROGRESS =
"in_progress"
15
COMPLETED =
"completed"
16
FAILED =
"failed"
17
18
19
@dataclass
Callers
2
update_task
Method · 0.85
_load
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected