Updated on 2025-11-19 GMT+08:00

Creating an Application

Creating an Agent Application

  1. Choose Workstation > Application Management. In the upper right corner of the page, click Create App.
  2. Enter the application name and description, and select an icon as the avatar for the application.
  3. Click OK.

After an application is created, the application orchestration page is displayed. You can:

Writing Prompts

The first step for configuring an application is writing prompts, that is, the persona and reply logic of the application. prompt defines the basic persona of the application, which continuously affects the application's response quality in all conversations. You are advised to specify the role, task description, constraints, execution steps, and output format of the model in the persona and reply logic.

Adding Skills to an Agent

  • Adding a plug-in
    • In the skill area, click the + icon corresponding to the Plugin function.
    • On the Pre installed plugins tab of the Add plugins page, search for Read_File, select the plug-in, and click OK.
  • Adding a workflow
    • In the skill area, click the + icon corresponding to the Workflow function.
    • On the page for adding a workflow, search for the workflow created in Creating and Configuring a Workflow, for example, AI research assistant. Select the workflow and click OK.
  • Adding a knowledge base
    • In the knowledge area, click the + icon corresponding to the knowledge function.
    • On the page for adding a knowledge base, search for the knowledge base created in Creating and Configuring a Knowledge Base, for example, CNKI academic knowledge base. Select the knowledge base and click OK.

Configuring the Prologue

You can add a prologue for your application. The prologue will be displayed to users as the application prologue. You can also click Intelligent Add in the upper right corner of the prologue area to automatically generate a prologue.

Debugging an Application

You can preview data and debug the execution process of a created application on the platform.

  1. Click in the upper right corner of the model card and set the model parameters.
  2. Click next to the dispatch button and select Model priority.
  3. In the dialog box, enter a question to be pored over or studied in the uploaded document. The agent application performs operations based on the orchestrated workflow in Build Process, and the model provides a summary and answer for the question.