Aggregates multiple AI tools or microservices into a unified interface.
Cbeta is a modular and extensible platform that simplifies the integration of various AI tools and microservices. Built on FastAPI and fastapi_mcp, it provides a standardized API for seamless access to aggregated tools. It supports features like automatic tool registration, asynchronous task handling, and a consistent JSON response format, making it ideal for frontend integration and orchestration within large language model (LLM) systems.
주요 기능
01Automatic registration of multiple tools
02Standardized JSON response format (success/error)
03Asynchronous httpx interface calls
042 GitHub stars
05Unified POST interface with BaseModel validation
06Docker-based deployment support
사용 사례
01Integrating diverse microservices into a single platform
02Creating a unified API for multiple AI tools
03Orchestrating tools within large language model (LLM) systems