What problem does it solve?
The CloudBase Agent SDK language router unifies TypeScript and Python skill definitions to streamline building, deploying, and fronting AI agents with the AG-UI protocol. It enables dual-language adapters, OpenAI-compatible endpoints, and client UI support, plus robust production readiness features.
Core Features & Use Cases
- Language-detection router: automatically selects and loads the TypeScript skill or Python skill based on user input.
- Dual-endpoint server support: exposes both AG-UI streaming and OpenAI-compatible routes.
- Adapter-first deployment: supports LangGraph/LangChain/CrewAI adapters and custom adapters for production backends.
- Observability and tooling: integrates with the CloudBase Agent ecosystem for logging, metrics, and tracing.
- Use cases include building chatbots, enterprise assistants, and developer tooling with multi-language support.
Quick Start
Load the language-specific skill file (TypeScript or Python) and start using the CloudBase Agent SDK to deploy an agent server.