//! LLM subsystem — chat orchestration, prompts, OAuth, and provider integrations.
e4227cf
pub mod chat;
pub mod oauth;
pub mod prompts;
pub mod providers;
pub mod types;