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

Class SampleStatus

src/typings/status.py:4–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2
3
4class SampleStatus(str, Enum):
5 RUNNING = "running"
6 COMPLETED = "completed"
7 AGENT_CONTEXT_LIMIT = "agent context limit"
8 AGENT_VALIDATION_FAILED = "agent validation failed"
9 AGENT_INVALID_ACTION = "agent invalid action"
10 TASK_LIMIT_REACHED = "task limit reached"
11 UNKNOWN = "unknown"
12 TASK_ERROR = "task error"
13
14
15class WorkerStatus(IntEnum):

Callers 2

run_sampleMethod · 0.85
calculate_overallMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected