bamboo-server 2026.4.27

HTTP server and API layer for the Bamboo agent framework
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;