Module absolute

Module absolute 

Source
Expand description

Tools using llm_coding_tools_core::path::AbsolutePathResolver.

These tools require absolute paths and perform no directory restriction. Use for unrestricted file system access.

§Available Tools

  • ReadTool - Read file contents with optional line numbers
  • WriteTool - Write content to files
  • EditTool - Make exact string replacements
  • GlobTool - Find files by glob pattern
  • GrepTool - Search file contents by regex

Structs§

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

Enums§

EditError
Errors specific to edit operations.