LM Studio Plugin — file-agent-plus
Merge of neil/file-agent and taderich73/filesystem-access, with 7 additional tools.
Read / Explore
| Tool | Description |
|---|
file_exists | Check if a file or directory exists and return its type |
get_file_info | Size, dates (created, modified, accessed), type |
read_file | Read the contents of a text file |
list_files | List files (recursive, filter by extension, filter by size) |
search_files | Regex search across files (via ripgrep, with context) |
Write / Edit
| Tool | Description |
|---|
write_file | Write/create a file (creates missing parent directories) |
append_to_file |