Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/zai-org/GLM-4
/ get_kernel
Function
get_kernel
demo/composite_demo/src/tools/python.py:189–190 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
187
188
@st.cache_resource
189
def
get_kernel() -> CodeKernel:
190
return
CodeKernel()
191
192
193
def
tool_call(code: str, session_id: str) -> list[ToolObservation]:
Callers
1
tool_call
Function · 0.85
Calls
1
CodeKernel
Class · 0.85
Tested by
no test coverage detected