Expand description
Built-in filesystem tools for agent file manipulation
These tools provide a mock filesystem interface that agents can use to read, write, and edit files stored in the agent state.
Structs§
- Edit
File Tool - Edit file tool - performs string replacement in a file
- LsTool
- List files tool - shows all files in the agent’s filesystem
- Read
File Tool - Read file tool - reads the contents of a file
- Write
File Tool - Write file tool - creates or overwrites a file
Functions§
- create_
filesystem_ tools - Create all filesystem tools and return them as a vec