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

Class HH

src/analysis.py:182–191  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

180
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"]
189
190 def get_order_priority(self):
191 return 6
192
193
194class OS(TaskHandler):

Callers 1

get_handlerMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected