bamboo-agent 2026.4.2

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
//! 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 gemini_model_mapping_service;
pub mod skill_service;