AI agent projects

To start creating a generative AI agent in Alan AI Studio, first create a project for it. One project comprises one or more dialog scripts for a single AI agent. If you want to create AI agents for several apps, you must create different projects for each.

Managing projects

To create a project for an AI agent:

  1. Sign in to Alan AI Studio.

  2. In the main view, click Create Project.

  3. In the Project Name field, enter the project name and click Create.

../../../_images/projects_list.png

If necessary, you can rename or delete a project.

  • To rename a project, navigate to the main view of Alan AI Studio. In the top right corner of the project widget, click the options icon and select Rename.

  • To delete a project, navigate to the main view of Alan AI Studio. In the top right corner of the project widget, click the options icon and select Delete.

Warning

When you delete a project, all of its scripts are permanently deleted. You may want to save dialog scripts beforehand. For details, see Exporting scripts.

Restarting projects

In some cases, you may need to restart a project dialog on the server side in the Alan AI Cloud. This can happen if the dialog freezes and stops responding. When you restart a project, Alan AI closes the current dialog container and starts a new one.

Note

The dialog container is restarted for a specific environment — Development, Testing or Production. For details, see Versions and environments.

To restart a project:

  1. In Alan AI Studio, open the project.

  2. At the top of the code editor, click Integrations.

  3. At the top of the view, select the environment for which you want to restart the project: Development, Testing or Production.

  4. At the bottom of the view, click Restart Virtual Machine.

../../../_images/code-examples.png