bamboo-agent 2026.4.12

A fully self-contained AI agent backend framework with built-in web services, multi-LLM provider support, and comprehensive tool execution
Documentation
1
2
3
4
5
pub mod sse;
pub mod stdio;

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