bamboo-infrastructure 2026.5.4

Infrastructure services and integrations for the Bamboo agent framework
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
pub mod card;
pub mod client;
pub mod error;
pub mod jsonrpc;
pub mod sse;
pub mod types;

pub use card::{validate_agent_card_for_jsonrpc_mvp, AgentCardValidation};
pub use client::{A2AAuth, A2AClient, A2AClientConfig, A2AJsonRpcClient};
pub use error::{A2AClientError, A2AClientResult};
pub use sse::A2AStream;
pub use types::*;