Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
from
.tool
import
Tool
2
from
typing
import
Dict, Callable, Any, List
3
4
ToolBuilder = Callable[[Any], Tool]
Callers
nothing calls this directly
Calls
1
ToolsRegistry
Class · 0.85
Tested by
no test coverage detected