//! Otelite Core Library
//!
//! This crate provides core functionality for the Otelite OpenTelemetry receiver,
//! including telemetry data types for metrics, logs, and traces.
// Telemetry data types
// API response types
// Query parser
// Storage abstraction (trait + associated types)
// GenAI semantic-convention attribute vocabulary
// Model pricing data + cost computation
// Agent-framework attribute recognizers (CrewAI, AutoGen, LangGraph, ...)
// Re-exports for convenience
pub use ;