F

File Manager

Tool

Read, write, search, and organize files in the workspace.

dustin·Community·v1.0.0

File Manager

Core file operations for the agent.

Functions

  • read_file(path) — Read file contents
  • write_file(path, content) — Write or update a file
  • search_files(query, glob?) — Search by name or content
  • list_directory(path) — List directory contents
  • move_file(from, to) — Move or rename files