Skip to main content

Crate localgpt_cli_tools

Crate localgpt_cli_tools 

Source
Expand description

CLI-only tools: bash, read_file, write_file, edit_file, browser.

These tools are not included in localgpt-core because they have platform-specific dependencies (sandbox) and security implications that make them unsuitable for mobile.

Modules§

browser
Browser automation tool via Chrome DevTools Protocol (CDP).

Structs§

BashTool
EditFileTool
ReadFileTool
WriteFileTool

Functions§

create_cli_tools
Create just the CLI-specific dangerous tools (bash, read_file, write_file, edit_file).