Provider-agnostic LLM integration for systemprompt.io AI governance — Anthropic, OpenAI, Gemini, and local models unified behind one governed pipeline with cost tracking and audit.
//! Core orchestration services — [`crate::AiService`] and
//! [`crate::ImageService`] live here, along with request storage helpers
//! and the request-logging surface used by the streaming wrappers.
pubmodai_service;modimage_persistence;pubmodimage_service;modrequest_logging;pubmodrequest_storage;pubuseai_service::AiService;pubuseimage_service::ImageService;pubuserequest_storage::RequestStorage;