bamboo-server 2026.5.1

HTTP server and API layer for the Bamboo agent framework
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
mod listing;
mod routes;
#[cfg(test)]
mod tests;
mod tools;
mod types;
mod workflows;

pub use listing::{get_skill, list_skills};
pub use routes::config;
pub use tools::{get_available_tools, get_filtered_tools};
pub use types::{FilteredToolsQuery, ListSkillsQuery};
pub use workflows::get_available_workflows;