systemprompt-analytics 0.2.1

Analytics for systemprompt.io AI governance infrastructure. Session, agent, tool, and microdollar-precision cost attribution across the MCP governance pipeline.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
mod agent;
mod content;
mod overview;
mod request;
mod session;
mod tool;

pub use agent::*;
pub use content::*;
pub use overview::*;
pub use request::*;
pub use session::*;
pub use tool::*;