velocia 0.3.0

velocia – production-ready AI agent framework using ADK-Rust, A2A protocol, and AWS DynamoDB
1
2
3
4
5
6
7
8
9
#[cfg(feature = "adk")]
pub mod auth;
pub mod client;
pub mod types;

pub use types::{
    AgentCapabilities, AgentCard, AgentSkill, Artifact, JsonRpcError, JsonRpcErrorResponse,
    JsonRpcRequest, JsonRpcResponse, Message, Part, Role, Task, TaskState,
};