//! Background task management for agent tools.
//!
//! Provides a system for spawning, tracking, cancelling, and querying
//! background tasks. Tasks are tracked in-memory and outlive individual runs.
pub
pub use ;
pub use BackgroundTaskPlugin;
pub use SendMessageTool;
pub use ;
pub use ;