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.
//! Persistence pipeline for AI request audit rows.
//!//! Builds the record from request + response, then invokes
//! [`crate::repository::AiRequestRepository`] asynchronously so the hot path
//! never blocks on the DB.
modasync_operations;modrecord_builder;modstorage;pubusestorage::{RequestStorage, StoreParams};