//! Job processor module for handling AI-powered file analysis workflows
//!
//! This module provides a complete pipeline for:
//! - Discovering files in S3
//! - Intelligent content-aware file splitting
//! - AI model processing of file chunks
//! - Result aggregation and markdown generation
//! - Multi-format output (Markdown, JSON, metadata)
// Re-export main types and structs
pub use ;
pub use ;
pub use JobProcessor;