MCPcopy Create free account
hub / github.com/THUDM/AgentBench / TaskError

Class TaskError

src/client/task.py:10–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8
9
10class TaskError(enum.Enum):
11 START_FAILED = "START_FAILED"
12 INTERACT_FAILED = "INTERACT_FAILED"
13 AGENT_FAILED = "AGENT_FAILED"
14 NETWORK_ERROR = "NETWORK_ERROR"
15 NOT_AVAILABLE = "NOT_AVAILABLE"
16
17
18class TaskClient:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected