bamboo-agent 2026.4.5

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
6
7
8
9
10
11
12
mod common;
mod get;
mod model_limit_defaults;
mod reset;
mod set;
#[cfg(test)]
mod tests;

pub use get::get_bamboo_config;
pub use model_limit_defaults::get_model_limit_defaults;
pub use reset::reset_bamboo_config;
pub use set::set_bamboo_config;