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.

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

Structs§

BashTool
EditFileTool
ReadFileTool
WriteFileTool

Functions§

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