MCPcopy Create free account
hub / github.com/THUDM/AgentTuning / evaluate_all_tasks

Function evaluate_all_tasks

AgentBench.old/evaluate.py:50–54  ·  view source on GitHub ↗
(tasks: List[Task], agent: Agent)

Source from the content-addressed store, hash-verified

48
49
50def evaluate_all_tasks(tasks: List[Task], agent: Agent):
51 for task in tasks:
52 task.evaluate(agent)
53 task.release()
54 del task
55
56
57def main():

Callers 1

mainFunction · 0.85

Calls 2

evaluateMethod · 0.45
releaseMethod · 0.45

Tested by

no test coverage detected