systemprompt-ai 0.4.2

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
7
8
9
10
11
12
13
14
15
16
mod code_execution;
mod constants;
pub mod converters;
mod generation;
mod params;
mod provider;
mod request_builders;
mod search;
mod streaming;
pub mod tool_conversion;
mod tools;
mod trait_impl;

pub use code_execution::{CodeExecutionResponse, generate_with_code_execution};
pub use provider::GeminiProvider;
pub use tools::{ToolRequestParams, ToolResultParams};