velocia 0.3.0

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

pub use factory::AgentFactory;
pub use strategy::{AgentExecutor, AnyAgent};