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

Class LTP

src/analysis.py:230–239  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

228
229
230class LTP(TaskHandler):
231 def match(self, task_name) -> bool:
232 task_name = task_name.lower()
233 return task_name.startswith("ltp") or task_name.startswith("literal")
234
235 def get_main_metric(self, overall_result):
236 return overall_result["custom"]["main"]
237
238 def get_order_priority(self):
239 return 5
240
241
242class WB(TaskHandler):

Callers 1

get_handlerMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected