Skip to content

Connect to Alibaba Cloud Bailian Application

Since v3.4.30, AstrBot supports connecting to Alibaba Cloud Bailian Application.

Configure Alibaba Cloud Bailian Application in AstrBot

On the Alibaba Cloud Bailian Application website, click to add a new application. Create an agent application, workflow application, or agent orchestration application according to your needs, and build the agent or workflow as required.

Record the Application ID:

image

Click to enter the application, click Publishing Channel -> API Call -> API KEY, create and copy the API KEY:

alt text

In the WebUI, click "Model Provider" -> "Add Provider", select "Agent Runner", select "Alibaba Cloud Bailian Application", and enter the Alibaba Cloud Bailian Application configuration page.

According to Alibaba Cloud Bailian Application, there are four application types:

  • Agent Application (agent)
  • Task Workflow Application (task-workflow)
  • Dialog Workflow Application (dialog-workflow)
  • Agent Orchestration Application (agent-arrange)

TIP

Multi-turn conversations are only supported for agent applications and dialog workflow applications. AstrBot will automatically attach conversation history for these two types of applications to support multi-turn conversations.

Please ensure that the Application Type configured in AstrBot matches the application type created in Alibaba Cloud Bailian Application.

Then fill in the Application ID in dashscope_app_id and the API KEY in dashscope_api_key.

After filling in these three items, click Save.

Select Agent Runner

Go to the Configuration page in the left sidebar, click "Agent Execution Method", select "Alibaba Cloud Bailian Application", then select the ID of the Alibaba Cloud Bailian Application Agent Runner you just created in the new configuration options that appear below, and click "Save" in the bottom right corner to complete the configuration.

Appendix: Dynamically Set Workflow Input Variables During Chat (Optional)

For the two workflow applications, you can dynamically set input variables in the chat area.

Use the /set command to dynamically set input variables, as shown in the figure below:

alt text

After setting variables, AstrBot will attach the variables you set in the next request to Alibaba Cloud Bailian Application, flexibly adapting to your Workflow.

Of course, you can use the /unset command to cancel the variables you set. For example, /unset name

Variables are permanently valid in the current session.

Deployed on Rainyun Logo