velocia 0.3.0

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

pub use app_client::A2AGatewayClient;
pub use connector::{RemoteAgentConnection, RemoteAgentManager};