MCPcopy
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
189def get_kernel() -> CodeKernel:
190 return CodeKernel()
191
192
193def tool_call(code: str, session_id: str) -> list[ToolObservation]:

Callers 1

tool_callFunction · 0.85

Calls 1

CodeKernelClass · 0.85

Tested by

no test coverage detected