MCPcopy Create free account
hub / github.com/Noumena-Network/code / _tool

Function _tool

src/tools/REPLTool/kernel.py:91–92  ·  view source on GitHub ↗
(name, args=None)

Source from the content-addressed store, hash-verified

89 return
90
91 async def _tool(name, args=None):
92 return await _run_tool(exec_id, name, args)
93
94 state_globals["codex"] = SimpleNamespace(tmpDir=TMP_DIR, tool=_tool)
95 state_globals["tmpDir"] = TMP_DIR

Callers

nothing calls this directly

Calls 1

_run_toolFunction · 0.70

Tested by

no test coverage detected