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

Function getReplPrimitiveTools

src/tools/REPLTool/primitiveTools.ts:27–38  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25 * Glob/Grep when hasEmbeddedSearchTools() is true.
26 */
27export function getReplPrimitiveTools(): readonly Tool[] {
28 return (_primitiveTools ??= [
29 FileReadTool,
30 FileWriteTool,
31 FileEditTool,
32 GlobTool,
33 GrepTool,
34 BashTool,
35 NotebookEditTool,
36 AgentTool,
37 ])
38}

Callers 7

collectToolInventoryFunction · 0.85
callFunction · 0.85
REPLTool.tsxFile · 0.85
VerboseToolUseFunction · 0.85
getToolSearchOrReadInfoFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected