Skip to main content

Quick Start

Through this tutorial, we will create a functional AI agent service on the cloud development platform and implement dialogue with the agent.

Creating a Functional Agent Service

  1. Log in to the Cloud Development Platform, click AI+ in the left navigation bar, then switch to the Agent Tab to enter the agent service list page.
  2. Click the + in the upper right corner of the list page to pop up the Create Agent interface.
  3. Switch to the Functional Agent Tab page, as shown in the figure below, fill in the relevant information, and click the Create button to start creating the agent.

tcbdev-aiagent-create

In the figure, using empty Agent as a template, create an agent with a BotID of ibot-demo-empty.

Invoking a Functional Agent Service

Once the functional agent is created, you can start a conversation with it.

tcbdev-aiagent-call

Besides conversing with the agent in the preview interface, you can also integrate the agent service in scenarios such as Web/H5 and Mini Programs.

Template-Based Agent Development

After the agent is created, you can proceed with agent development based on the development template selected during creation. The development process is exactly the same as the development process for Function-based Cloud Hosting. For details, refer to: https://docs.cloudbase.net/cbrf/intro

For how to develop functional agent services, refer to: Developing Functional Agents