//! Filesystem middleware — exposes backend file operations as agent tools.
use Middleware;
use Tool;
/// Middleware that registers filesystem tools into the agent context.
///
/// Tools exposed: `ls`, `read_file`, `write_file`, `edit_file`, `rm`, `pwd`, `cd`.
;