//! Library for AI Workbench file processing
//!
//! This library provides modules for:
//! - File discovery and S3 operations
//! - Intelligent file splitting with type-aware chunking
//! - Model runner for Bedrock integration
//! - Job processor for orchestrating the entire workflow
// Re-export commonly used types and structs
pub use ;
pub use ;
pub use ModelRunner;
pub use ;