//! Message conversion utilities for ACP ↔ Claude SDK
//!
//! This module handles conversion between:
//! - ACP `PromptRequest` → Claude SDK `UserContentBlock`
//! - Claude SDK `Message` → ACP `SessionNotification`
pub use NotificationConverter;
pub use PromptConverter;
pub use extract_tool_info;