# Owlen Filesystem Tool Filesystem operation tools for the Owlen AI agent. ## Overview This crate provides a comprehensive set of tools for the agent to interact with the local filesystem, including reading, writing, searching, and editing files. ## Features - **File I/O:** Safe primitives for reading and writing file content. - **Search:** Built-in support for `grep` and `glob` patterns. - **Editing:** Specialized tools for precise, pattern-based file modifications. - **Safety:** Implements automatic backups before destructive operations.