Const
Creates a middleware that grants the LLM access to the filesystem. Injects list_files, read_file, write_file, and search_and_replace tools restricted to the provided rootDirectory.
list_files
read_file
write_file
search_and_replace
rootDirectory
Creates a middleware that grants the LLM access to the filesystem. Injects
list_files,read_file,write_file, andsearch_and_replacetools restricted to the providedrootDirectory.