//! Configuration resolution helpers.
//!
//! Handles LLM configuration (API key, model, base URL) with multi-source
//! resolution: CLI argument → environment variable (`.env`) → default.
pub use ;
use env;
/// Read an optional environment variable. Empty strings are treated as unset.
pub