Overview
File tool allows you to read, write, and manage files from your AI agents.Installation
Quick Start
Usage with Agent
Available Methods
read(path)
Read file contents.write(path, content)
Write content to a file.list_dir(path)
List directory contents.Common Errors
| Error | Cause | Solution |
|---|---|---|
File not found | Invalid path | Check file path |
Permission denied | No access | Check permissions |

