What problem does it solve?
This Skill helps you build and deploy TypeScript AI agent services that can stream interactions to an AG-UI compatible client UI, instead of manually wiring agent runtimes and event protocols.
Core Features & Use Cases
- Deploy AG-UI compatible agent HTTP services: Expose agent endpoints using @cloudbase/agent-server and follow the CloudBase deployment guidance for reliable runtime setup.
- Integrate popular agent frameworks: Use LangGraph (stateful workflows with ClientStateAnnotation) or LangChain (with clientTools middleware) through provided adapters.
- Implement custom adapters and understand the protocol: Build adapters that implement AbstractAgent and map framework streaming outputs into AG-UI event lifecycles (RUN/TEXT/TOOL/STATE patterns).
- Connect UI clients: Build web clients with @ag-ui/client or WeChat Mini Programs with @cloudbase/agent-ui-miniprogram transport and headless behavior.
Quick Start
Use the cloudbase-agent skill to deploy a TypeScript LangGraph agent server on CloudBase and connect a web or WeChat UI client to its AG-UI streaming endpoints.