cloudbase-agent

Deploy AI agents as HTTP services using the AG-UI protocol.

8|1|Updated Apr 13, 2026
One-click install
npx skills add https://github.com/Tugoukezhang/workbuddy-skills --skill cloudbase-agent-tugoukezhang
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cloudbase-agent
Source: https://github.com/Tugoukezhang/workbuddy-skills/tree/main/skills/cloudbase/references/cloudbase-agent/ts
Command: npx skills add https://github.com/Tugoukezhang/workbuddy-skills --skill cloudbase-agent-tugoukezhang

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Quickly set up and deploy AI agents as HTTP services that communicate via the AG-UI protocol, bridging agent runtimes with UI clients and servers.

Core Features & Use Cases

  • Adapter-first deployment: Supports LangGraph, LangChain, and custom adapters implementing AbstractAgent.
  • Server & client integration: Guides to run @cloudbase/agent-server and build UI clients with @ag-ui/client or WeChat Mini Programs.
  • Hands-on workflows: End-to-end patterns for deploying agents, routing messages, and streaming events.

Quick Start

Install the latest @cloudbase/agent-server and the appropriate adapters, then run a LangGraph or LangChain based agent server and connect a UI client.

Frequently Asked Questions about cloudbase-agent

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I deploy LangGraph agents as an HTTP service using TypeScript?

You can deploy LangGraph agents as an HTTP service by installing @cloudbase/agent-server and using its built-in LangGraph adapter to expose your agent endpoints over the web.

What is the AG-UI protocol for connecting AI agents to UI clients?

The AG-UI protocol is a communication standard that bridges agent runtimes with UI clients, enabling streaming events and message routing between deployed AI agents and web or mini program interfaces.

Can I use LangChain adapters to build a custom agent server?

Yes, the agent server supports LangChain adapters alongside LangGraph, and also allows you to implement custom agents by extending the AbstractAgent class for specialized workflows.

How do I stream events from an agent server to a WeChat Mini Program?

You can stream events to a WeChat Mini Program by running the @cloudbase/agent-server and connecting the mini program UI client using the @ag-ui/client library for real-time event routing.

Do I need specific adapters to run an AbstractAgent implementation?

No, you can implement custom logic directly by extending the AbstractAgent class, or you can use existing LangGraph and LangChain adapters to integrate your agent server with standard frameworks.

What is the best way to route messages between an agent runtime and a web client?

The best way to route messages is by deploying your agent via @cloudbase/agent-server using the AG-UI protocol, which provides end-to-end streaming workflows bridging runtimes and web UI clients.