MCPcopy Create free account
hub / github.com/Dizzy-K/AutoPT / build_default_tool_specs

Function build_default_tool_specs

tools/registry.py:57–65  ·  view source on GitHub ↗
(
    shell: InteractiveShell | None = None,
    runtime_config: RuntimeConfig | None = None,
    tools_config: ToolsConfig | None = None,
)

Source from the content-addressed store, hash-verified

55
56
57def build_default_tool_specs(
58 shell: InteractiveShell | None = None,
59 runtime_config: RuntimeConfig | None = None,
60 tools_config: ToolsConfig | None = None,
61) -> list[ToolSpec]:
62 return [
63 build_terminal_tool(shell=shell, runtime_config=runtime_config, tools_config=tools_config),
64 build_html_tool(),
65 ]

Callers 1

build_task_requestFunction · 0.90

Calls 2

build_terminal_toolFunction · 0.85
build_html_toolFunction · 0.85

Tested by

no test coverage detected