Module file_manager

Module file_manager 

Source

Structsยง

CreateDirectoryTool
Tool for creating a new directory.
FilesystemGateway
A gateway for interacting with the filesystem within a sandboxed base path.
FindFilesByGlobTool
Tool for finding files matching a glob pattern.
FindFilesContainingTool
Tool for finding files containing text matching a regex pattern.
FindLinesMatchingTool
Tool for finding all lines in a file matching a regex pattern.
ListAllFilesTool
Tool for listing all files recursively in a directory.
ListFilesTool
Tool for listing files in a directory (non-recursive).
ReadFileTool
Tool for reading the entire content of a file.
WriteFileTool
Tool for writing content to a file, completely overwriting any existing content.