bamboo-agent 2026.4.26

A fully self-contained AI agent backend framework with built-in web services, multi-LLM provider support, and comprehensive tool execution
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 consolidation_prompt;
pub mod frontend_package;
pub mod gemini_model_mapping_service;
pub mod skill_service;