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

Class WB

src/analysis.py:242–251  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

240
241
242class WB(TaskHandler):
243 def match(self, task_name) -> bool:
244 task_name = task_name.lower()
245 return task_name.startswith("m2w") or task_name.startswith("mind2web")
246
247 def get_main_metric(self, overall_result):
248 return overall_result["custom"]["step_sr"] / 100
249
250 def get_order_priority(self):
251 return 8
252
253
254class WS(TaskHandler):

Callers 1

get_handlerMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected