bamboo-server 2026.7.9

HTTP server and API layer for the Bamboo agent framework
Documentation
1
2
3
4
5
6
7
8
9
mod browsing;
mod recent;
mod routes;

pub use browsing::{browse_folder, list_workspace_files};
pub use recent::{
    add_recent_workspace, get_recent_workspaces, get_workspace_suggestions, validate_workspace,
};
pub use routes::config;