//! Library target for llm-manager.
//!
//! Re-exports the public API so integration tests in `tests/` can import from `llm_manager`.
//! This enables testing without modifying the binary source files.
// Re-declare modules so they're available as `pub mod` in the library target.
// These mirror the private modules in main.rs.
// Re-export key types for convenience in tests.
pub use ;
pub use *;
pub use ;