systemprompt-ai 0.13.0

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.
Documentation
1
2
3
4
5
6
//! Local file-system blob storage for generated images. See
//! [`crate::ImageStorage`] / [`crate::StorageConfig`].

pub mod image_storage;

pub use image_storage::{ImageStorage, StorageConfig};