bamboo-server 2026.4.26

HTTP server and API layer for the Bamboo agent framework
Documentation
1
2
3
4
5
6
7
8
9
mod attachments;
mod crud;
mod maintenance;

pub use attachments::get_attachment;
pub use crud::{
    create_session, get_session, get_system_prompt_snapshot, list_sessions, patch_session,
};
pub use maintenance::{cleanup_sessions, clear_session, run_project_dream};