file-agent-plus

Public

README.md

LM Studio Plugin — file-agent-plus

Merge of neil/file-agent and taderich73/filesystem-access, with 7 additional tools.

Available Tools (13 total)

Read / Explore

ToolDescription
file_existsCheck if a file or directory exists and return its type
get_file_infoSize, dates (created, modified, accessed), type
read_fileRead the contents of a text file
list_filesList files (recursive, filter by extension, filter by size)
search_filesRegex search across files (via ripgrep, with context)

Write / Edit

ToolDescription
write_fileWrite/create a file (creates missing parent directories)
append_to_fileAppend content to the end of a file without overwriting
replace_in_filePrecise diff-based editing (Cline engine)

Organize

ToolDescription
create_directoryCreate a directory (including parents)
copy_fileCopy a file to a destination
move_fileMove or rename a file or directory
delete_fileDelete a file or directory (optional recursive)

Configuration

Base Directory (optional, global): restricts all tools to a specific directory. Configurable in the plugin settings in LM Studio.

Credits