An AI filesystem agent that can choose to use tools on your filesystem.
+ Shows a tool use
Watch the youtube video here: https://youtube.com/shorts/bZ4IpZhdZrM
- Create files and write to them
- Delete files
- Rename files
- Calculate an expression
- Logging to pydantic logfire
- Works with Local Ollama models (that support tool call)
pip install -r requirements.txtMake sure you set the GEMINI_API_KEY environment variable in a .env file.
If you want to use logfire, make sure to do setup according to this link
python filesystem_agent.pythen use the REPL and talk to the model
By Gholamreza Dar 2025

