//! External service integrations: the LLM provider HTTP client and OAuth flows.
pub mod provider;
pub mod oauth;