systemprompt-analytics 0.53.0

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
14
15
16
17
18
//! Durable normalized evidence and replacement projections for skill analytics.
//!
//! Copyright (c) systemprompt.io — Business Source License 1.1.
//! See <https://systemprompt.io> for licensing details.

mod backfill;
mod columns;
mod deltas;
mod projection;
mod queue;
mod repository;
mod service;
mod totals;
mod types;
mod validation;
pub use repository::FeedbackFactsRepository;
pub use service::FactsProcessingService;
pub use types::*;