cyberneticlibrary

Deploy TypeScript AI Agents

cloudbase-agentskillsetup L31,033
TencentCloudBase/CloudBase-AI-ToolKit
What it does

Deploy AI agents as HTTP services with AG-UI streaming

Best for

When serving TypeScript agents with client-state annotation and browser/mini-program UIs

Inputs
  • · agent code (LangGraph/LangChain)
  • · UI framework choice
Outputs
  • · HTTP endpoints (/send-message, /agui)
  • · AG-UI events
Requires
  • · @cloudbase/agent-server
  • · @ag-ui/client
  • · LangGraph/LangChain adapter
Preconditions

Node.js >= 20; read agent-deployment.md first for blocking pipeline

Failure modes
  • · Dependency alignment errors
  • · AG-UI protocol mismatch
Trust signals
  • · AG-UI protocol reference
  • · Adapter routing table
  • · Web + Mini Program UI examples