Structsยง
- Create
Directory Tool - Tool for creating a new directory.
- Filesystem
Gateway - A gateway for interacting with the filesystem within a sandboxed base path.
- Find
Files ByGlob Tool - Tool for finding files matching a glob pattern.
- Find
Files Containing Tool - Tool for finding files containing text matching a regex pattern.
- Find
Lines Matching Tool - Tool for finding all lines in a file matching a regex pattern.
- List
AllFiles Tool - Tool for listing all files recursively in a directory.
- List
Files Tool - Tool for listing files in a directory (non-recursive).
- Read
File Tool - Tool for reading the entire content of a file.
- Write
File Tool - Tool for writing content to a file, completely overwriting any existing content.