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

Method match

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

Source from the content-addressed store, hash-verified

181
182class HH(TaskHandler):
183 def match(self, task_name) -> bool:
184 task_name = task_name.lower()
185 return task_name.startswith("alf")
186
187 def get_main_metric(self, overall_result):
188 return overall_result["custom"]["overall"]["success_rate"]

Callers 3

get_handlerMethod · 0.45
get_relationsMethod · 0.45
get_neighborsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected