Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenBMB/BMTools
/ list_tools
Function
list_tools
bmtools/tools/registry.py:37–38 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
35
return
tools_registry.build(tool_name, config)
36
37
def
list_tools() -> List[str]:
38
return
tools_registry.list_tools()
Callers
1
list_tools
Method · 0.85
Calls
1
list_tools
Method · 0.45
Tested by
no test coverage detected