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

Method get_info

src/benchmark/server.py:63–65  ·  view source on GitHub ↗

Get benchmark configuration by name.

(self, benchmark_name: str)

Source from the content-addressed store, hash-verified

61 return benchmark_config
62
63 async def get_info(self, benchmark_name: str) -> Optional[BenchmarkConfig]:
64 """Get benchmark configuration by name."""
65 return self.benchmark_context_manager._benchmark_configs.get(benchmark_name)
66
67 async def list(self) -> List[str]:
68 """List all registered benchmarks."""

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected