bamboo-server 2026.7.34

HTTP server and API layer for the Bamboo agent framework
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
mod common;
mod get;
mod model_limit_defaults;
mod recovery;
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 recovery::{confirm_config_recovery, get_config_recovery_status};
pub use reset::reset_bamboo_config;
pub use set::set_bamboo_config;