MCPcopy Create free account
hub / github.com/OpenBMB/BMTools / registry.py

File registry.py

bmtools/tools/registry.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1from .tool import Tool
2from typing import Dict, Callable, Any, List
3
4ToolBuilder = Callable[[Any], Tool]

Callers

nothing calls this directly

Calls 1

ToolsRegistryClass · 0.85

Tested by

no test coverage detected