velocia 0.3.5

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

pub use builder::{AdkAgentBuilder, AdkAgentExecutor, AdkAgentHandle};