Launching when AI Studios mode is disabled

This section outlines the process for manually creating the Agent Studio application when the AI Studio entitlement cannot be enabled.

  1. Create a new blank Project and configure Runtime.
    1. Create a new blank project. Do not reuse an existing project where Agent Studio was previously deployed using the legacy AMP mode.
    2. Set up the Agent Studio ML Runtime image on the Project Settings > Runtimes page.
    3. Click Add Runtime.
    4. In the Add new runtime to project dialog box, select the Editor as PBJ Workbench.
    5. Select Agent Studio as the Kernel.
    6. Click Submit.

      The newly added runtime is displayed in the Project Settings page.

  2. Create the Agent Studio application.
    1. In the left navigation pane, click the Applications tab.
    2. Click New Application.
    3. Enter the name of the application as Agent Studio.
    4. Enter the script file path as /studio_app/startup_scripts/run-app.py. This script is auto-created during the installation process.
    5. Select Agent Studio as the kernel under the Runtime settings.
  3. Launch the application.
    1. Once the application is created, it will launch a runtime container based on the configured Agent Studio ML Runtime Image within the project. This application will serve as the new Agent Studio interface.

This will create a runtime container-based Agent Studio application inside the project.