bamboo-engine 2026.5.2

Execution engine and orchestration for the Bamboo agent framework
Documentation
1
2
3
4
5
6
7
pub mod sse;
pub mod stdio;
pub mod streamable_http;

pub use sse::SseTransport;
pub use stdio::StdioTransport;
pub use streamable_http::StreamableHttpTransport;