//! Media processing tools for images and documents.
//!
//! Provides tools for:
//! - Fetching images from URLs and converting to base64
//! - Enhanced web fetch with image support
//! - Document processing (PDF, images, etc.)
pub use ImageFetchTool;
pub use WebFetchToolEnhanced;