Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
50
def
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
57
def
main():
Callers
1
main
Function · 0.85
Calls
2
evaluate
Method · 0.45
release
Method · 0.45
Tested by
no test coverage detected