This is a language-agnostic router for building and deploying AI agents using the CloudBase Agent SDK. It supports both TypeScript and Python implementations, with built-in adapters for LangGraph, LangChain, and CrewAI. The skill enforces TypeScript by default unless you explicitly ask for Python. What's clever here is the AG-UI protocol implementation for streaming agent-UI communication, which means you can build proper web or mini-program frontends that talk to your agent server in real time. If you're spinning up agent infrastructure on Tencent's CloudBase and need framework adapters already wired up, this gets you running quickly. The dual-language support is genuinely useful for teams that aren't all on the same stack.
npx skills add https://github.com/tencentcloudbase/skills --skill cloudbase