1 2 3 4 5 6
//! Provider LLM drivers. //! //! Each submodule implements a `ChatDriver` from //! `everruns_core::driver_registry` for a specific provider/auth flavor. pub mod codex;