velocia 0.3.1

velocia – production-ready AI agent framework using ADK-Rust, A2A protocol, and AWS DynamoDB
1
2
3
4
5
6
7
8
9
pub mod telemetry;

pub use telemetry::init_tracing;

#[cfg(feature = "adk")]
pub use telemetry::setup_from_config;

#[cfg(feature = "observability")]
pub use telemetry::{init_otlp_tracing, TelemetryHandle};