MCPcopy Index your code
hub / github.com/THUDM/AgentBench / WS

Class WS

src/analysis.py:254–263  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

252
253
254class WS(TaskHandler):
255 def match(self, task_name) -> bool:
256 task_name = task_name.lower()
257 return task_name.startswith("ws") or task_name.startswith("webshop")
258
259 def get_main_metric(self, overall_result):
260 return overall_result["custom"]["reward"]
261
262 def get_order_priority(self):
263 return 7
264
265
266def parse_timestamp(time_str: str) -> float:

Callers 1

get_handlerMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected