MCPcopy Create free account
hub / github.com/SkyworkAI/DeepResearchAgent / get

Method get

src/benchmark/server.py:71–73  ·  view source on GitHub ↗

Get benchmark instance by name.

(self, name: str)

Source from the content-addressed store, hash-verified

69 return list(self.benchmark_context_manager._benchmark_configs.keys())
70
71 async def get(self, name: str) -> Optional[Benchmark]:
72 """Get benchmark instance by name."""
73 return await self.benchmark_context_manager.get(name)
74
75 async def reset(self, name: str, split: Optional[str] = None) -> Optional[Task]:
76 """Reset benchmark progress."""

Callers 13

__call__Method · 0.95
stepMethod · 0.45
initializeMethod · 0.45
stepMethod · 0.45
flush_eval_queueMethod · 0.45
_parse_result_scoreMethod · 0.45
stepMethod · 0.45
model_validateMethod · 0.45
stepMethod · 0.45
get_infoMethod · 0.45
_safe_evalMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected