The File Access toolset provides tools for reading, writing, and editing files on any fsspec-compatible filesystem. This includes local files, S3, GitHub repositories, and more.
toolsets:-type:file_accessfs:null# Filesystem URI string or configuration object. If None, use agent default FS.model:nullstorage_options:{}# Additional options for URI-based filesystems (ignored when using config object).conversion:null# Optional conversion configuration for markdown conversion.max_file_size_kb:64# Maximum file size in kilobytes for read/write operations (default: 64KB).max_grep_output_kb:64# Maximum grep output size in kilobytes (default: 64KB).use_subprocess_grep:true# Use ripgrep/grep subprocess if available (faster than Python regex).enable_diagnostics:false# Run LSP CLI diagnostics (type checking, linting) after file writes.large_file_tokens:12000# Token threshold for switching to structure map instead of full content.map_max_tokens:2048# Maximum tokens for structure map output when reading large files.namespace:null# Optional namespace prefix for tool names