bamboo-server 2026.4.24

HTTP server and API layer for the Bamboo agent framework
Documentation
1
2
3
4
5
6
7
8
9
//! Business services for the Bamboo server
//!
//! This module provides service layer components that handle business logic
//! for various server operations, including model mapping and skill management.

pub mod auto_dream;
pub mod frontend_package;
pub mod gemini_model_mapping_service;
pub mod skill_service;