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
10
11
12
13
mod chat;
mod filters;
mod forward;
pub(crate) mod memory;
mod usage;

#[cfg(test)]
mod tests;

pub use chat::{by_model, daily, session_detail, sessions, summary};
pub use forward::{forward_by_endpoint, forward_requests, forward_summary};
pub use memory::{memory_summary, memory_timeline};
pub use usage::usage_breakdown;