bamboo-server 2026.7.26

HTTP server and API layer for the Bamboo agent framework
Documentation
1
2
3
4
5
6
7
8
9
10
mod decision;
mod pending;
mod submit;

#[cfg(test)]
mod tests;

pub use decision::submit_permission_decision;
pub use pending::get_pending_question;
pub use submit::submit_response;