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

Method release

AgentBench.old/src/task.py:81–82  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

79 # print(f"Warning: Unknown argument '{key}' for the task.")
80
81 def release(self):
82 pass
83
84 def evaluate(self, agent: Agent, already_runs: List[Any]=None) -> Dict[str, Any]:
85 print(f"Evaluating task '{self.name}' ...")

Callers 2

evaluate_all_tasksFunction · 0.45
__call__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected