Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenBMB/BMTools
/ code_interpreter
Function
code_interpreter
bmtools/tools/code_interpreter/__init__.py:5–7 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
3
4
@register(
"code_interpreter"
)
5
def
code_interpreter():
6
from
.api
import
build_tool
7
return
build_tool
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected