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

Method match

src/analysis.py:243–245  ·  view source on GitHub ↗
(self, task_name)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected