a2a-rs 0.3.0

Rust implementation of the Agent-to-Agent (A2A) Protocol
Documentation
1
2
3
4
5
//! Event types for streaming and notifications

pub mod task_events;

pub use task_events::{TaskArtifactUpdateEvent, TaskStatusUpdateEvent};