bamboo-agent 2026.4.2

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 client;
pub mod models;

pub use client::{McpProtocolClient, McpTransport};
pub use models::*;