cloudbase-agent-ts

Installation
Summary

TypeScript SDK for deploying AI agents as HTTP services with AG-UI protocol support.

  • Supports three adapter patterns: LangGraph for stateful graph-based workflows, LangChain for chain-based agents, and custom adapters via AbstractAgent interface
  • Includes @cloudbase/agent-server for HTTP service deployment with built-in CORS, logging, and observability configuration
  • Provides UI client libraries for web applications (@ag-ui/client) and WeChat Mini Programs (@cloudbase/agent-ui-miniprogram)
  • Implements AG-UI protocol for event-driven message streaming and client-server communication
SKILL.md

Cloudbase Agent (TypeScript)

TypeScript SDK for deploying AI agents as HTTP services using the AG-UI protocol.

Note: This skill is for TypeScript/JavaScript projects only.

When to use this skill

Use this skill for AI agent development when you need to:

  • Deploy AI agents as HTTP services with AG-UI protocol support
  • Build agent backends using LangGraph or LangChain frameworks
  • Create custom agent adapters implementing the AbstractAgent interface
  • Understand AG-UI protocol events and message streaming
  • Build web UI clients that connect to AG-UI compatible agents
  • Build WeChat Mini Program UIs for AI agent interactions
Related skills

More from tencentcloudbase/skills

Installs
420
GitHub Stars
58
First Seen
Feb 11, 2026