Module allowed

Module allowed 

Source
Expand description

Tools using llm_coding_tools_core::path::AllowedPathResolver.

These tools restrict file access to configured allowed directories. Use for sandboxed file system access.

§Available Tools

  • ReadTool - Read file contents within allowed paths
  • WriteTool - Write file contents within allowed paths
  • EditTool - Edit file with search/replace within allowed paths
  • GlobTool - Find files by pattern within allowed paths
  • GrepTool - Search file contents within allowed paths

Structs§

EditArgs
Arguments for file editing.
EditTool
Tool for making exact string replacements in files within allowed directories.
GlobArgs
Arguments for the glob tool.
GlobTool
Tool for finding files matching glob patterns within allowed directories.
GrepArgs
Arguments for the grep tool.
GrepTool
Tool for searching file contents within allowed directories.
ReadArgs
Arguments for the read file tool.
ReadTool
Tool for reading file contents with optional line numbers.
WriteTool
Tool for writing content to files within allowed directories.
WriteToolArgs
Arguments for the write tool.

Enums§

EditError
Errors specific to edit operations.