cloudbase-agent

Build and deploy AI agents with the CloudBase Agent SDK using TypeScript or Python.

Updated Jul 9, 2026
One-click install
npx skills add https://github.com/mbpz/poetry-atlas-mp --skill cloudbase-agent-mbpz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cloudbase-agent
Source: https://github.com/mbpz/poetry-atlas-mp/tree/main/.agents/skills/cloudbase/references/cloudbase-agent
Command: npx skills add https://github.com/mbpz/poetry-atlas-mp --skill cloudbase-agent-mbpz

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires typescript, python, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill enables the creation and deployment of AI agents using the CloudBase Agent SDK, simplifying the development of intelligent applications.

Core Features & Use Cases

  • Build AI Agents: Develop agents using TypeScript or Python that interact with the AG-UI protocol.
  • Supports Multiple Languages: Utilizes TypeScript and Python for agent development.
  • AG-UI Protocol Support: Implements AG-UI protocol for streaming agent-UI communication.
  • Use Cases: Deploy agent servers, integrate with LangGraph/LangChain/CrewAI, build custom adapters, and develop web/mini-program UI clients.

Quick Start

Use the cloudbase-agent skill to build an AI agent that interacts with the AG-UI protocol.

Frequently Asked Questions about cloudbase-agent

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

FAQPage Schema
How do I build an AI agent using CloudBase Agent SDK?

CloudBase Agent SDK supports both TypeScript and Python for AI agent development. You can deploy agent servers, integrate with LangGraph, LangChain, or CrewAI, build custom adapters, and develop web or mini-program UI clients using the AG-UI protocol.

Can I use the AG-UI protocol to connect AI agents with mini-program UI clients?

Yes, implementing the AG-UI protocol enables streaming agent-UI communication, allowing your AI agents to connect seamlessly with both web and mini-program UI clients. This simplifies the deployment of intelligent applications across different frontend platforms.

Does the CloudBase Agent SDK support integration with LangGraph and CrewAI?

The CloudBase Agent SDK supports direct integration with LangGraph, LangChain, and CrewAI frameworks. You can utilize these tools within your TypeScript or Python agent development environment to build and deploy intelligent applications.

Do I need both TypeScript and Python to deploy an AI agent with CloudBase?

You do not need both simultaneously; the CloudBase Agent SDK supports AI agent development in either TypeScript or Python. However, both runtimes are available if your specific implementation requires a multi-language approach.

What is the AG-UI protocol used for in AI agent development?

The AG-UI protocol facilitates streaming communication between your AI agent and the user interface. Implementing it with the CloudBase Agent SDK allows you to build custom adapters and deploy interactive agent servers for web and mini-program clients.

How do I develop custom adapters for AI agents in CloudBase?

You develop custom adapters by utilizing the CloudBase Agent SDK in TypeScript or Python to implement the AG-UI protocol. This allows you to tailor streaming agent-UI communication and connect your agent to specific web or mini-program UI clients.