velocia 0.2.0

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

pub use telemetry::{init_tracing, setup_from_config};

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