bamboo-server 2026.4.25

HTTP server and API layer for the Bamboo agent framework
Documentation
//! Core agent API handlers
//!
//! These handlers provide the core agent functionality including
//! chat, execution, event streaming, session management, and MCP.

pub mod chat;
pub mod delete;
pub mod dev;
pub mod events;
pub mod execute;
pub mod health;
pub mod history;
pub mod mcp;
pub mod messages;
pub mod metrics;
pub mod prompt_presets;
pub mod respond;
pub mod schedules;
pub mod sessions;
pub mod stop;
pub mod task;