bamboo_server/services/mod.rs
1//! Business services for the Bamboo server
2//!
3//! This module provides service layer components that handle business logic
4//! for various server operations, including model mapping and skill management.
5
6pub mod auto_dream;
7pub mod frontend_package;
8pub mod gemini_model_mapping_service;
9pub mod skill_service;