cloudbase-agent

Deploy AG-UI compatible AI agents as HTTP services with Node.js 20+.

2|Updated Apr 16, 2026
One-click install
npx skills add https://github.com/EverettField/MatchMate-MiniProgram --skill cloudbase-agent-everettfield
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cloudbase-agent
Source: https://github.com/EverettField/MatchMate-MiniProgram/tree/main/miniprogram-2/rules/cloudbase-agent/ts
Command: npx skills add https://github.com/EverettField/MatchMate-MiniProgram --skill cloudbase-agent-everettfield

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides a TypeScript-centric toolkit and deployment patterns for building and hosting AG-UI compliant AI agents, enabling developers to expose agent servers and adapters with standardized protocol support.

Core Features & Use Cases

  • Deploy agent servers using @cloudbase/agent-server.
  • Use LangGraph adapters with ClientStateAnnotation.
  • Use LangChain adapters with clientTools().
  • Build custom adapters implementing AbstractAgent.
  • Understand AG-UI protocol events for web or WeChat Mini Program UIs.

Quick Start

Install the latest agent packages and initialize a server using a LangGraph or LangChain adapter to start an AG-UI compatible agent.

Frequently Asked Questions about cloudbase-agent

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

FAQPage Schema
How do I deploy AI agents as HTTP services using LangChain or LangGraph?

You can deploy AI agents as HTTP services using @cloudbase/agent-server with LangGraph adapters (ClientStateAnnotation) or LangChain adapters (clientTools) to expose AG-UI protocol compatible endpoints.

What is the AG-UI protocol for connecting agent servers to UI clients?

The AG-UI protocol defines a strict frontmatter contract and standardized protocol events, enabling seamless communication between agent servers and web or WeChat Mini Program UI clients.

Do I need Node.js 20+ to run Cloudbase agent servers?

Yes, building and operating Cloudbase agent servers requires Node.js 20+ to ensure proper execution of the AG-UI compatible TypeScript toolkit and deployment patterns.

Can I build a custom adapter for my AI agent backend?

Yes, you can build custom adapters by implementing the AbstractAgent class, allowing you to define specialized agent logic while maintaining AG-UI protocol compatibility.

What's the best way to scale AI agents for WeChat Mini Programs?

Deploy scalable AI agents for WeChat Mini Programs using Cloudbase to host AG-UI compliant HTTP services, ensuring standardized protocol event communication between backend and UI.