//! Web browsing plugin for swink-agent.
//!
//! Provides tools for fetching web pages, searching the web, capturing screenshots,
//! and extracting structured content. Includes safety policies for domain filtering,
//! rate limiting, and content sanitization.
pub use ;
pub use FetchedContent;
pub use ;
pub use ;
pub use ;
pub use ;