dwctl 8.38.2

The Doubleword Control Layer - A self-hostable observability and analytics platform for LLM applications
1
2
3
4
5
6
7
8
9
10
pub mod analytics_handler;
pub mod batcher;
pub mod models;
pub mod serializers;
pub mod stream_usage;
mod utils;

pub use analytics_handler::AnalyticsHandler;
pub use batcher::AnalyticsBatcher;
pub use models::{AiRequest, AiResponse, ParsedAIRequest};