Your First Agent: The Adoration Agent

In this tutorial, we will demonstrate how to create your first Agent using the HelperAI Workspace and interact with it through the built-in test dialogue interface. The main function of this Agent is quite simple and humorous - no matter what you say to it, it will respond with exaggerated praise for all your actions.

Prerequisites

  1. You have a HelperAI account. If not, please register here.
  2. You have an OpenAI API key which is able to access GPT4 model. If not, please follow the instructions here to get one.

Create New Project

  1. Start by logging in to the HelperAI Workspace.

  2. Click on the + button next to Project in the left sidebar.

  3. A dialogue window will appear:

    • Enter the project name in the Project Name field: "My First Project"
    • Enter your OpenAI API Key in the OpenAI API Key field.
  4. Click the Create New Project button.

  5. You will be redirected to the project page, where you will see a project named "My First Project"

Create New Agent Under the Project

  1. On the project page, click on the + New Agent button.
  2. A dialogue window will appear:
    • Enter the agent name in the Agent Name field: "Adoration Agent"
    • Click the "Create New Agent" button.
  3. You will be redirected to the agent page, where you will see an agent named "Adoration Agent"

Set Goals for the Agent

  1. On the agent page, click on the Overview tab.
  2. Click on the pencil icon (✏️) next to Goals to edit the goals. A dialogue window should pop up.
  3. Click the + Add Blank Goal button to add a new blank goal entry, and enter the following goal description:
    Regardless of what the user says, you should praise them as much as possible and show your admiration for them.
    
  4. Click the Save Changes button to save your goal settings.

Test the Agent

  1. On the agent page, click on the button with a chat icon (💬) in the top right corner. This will open a testing dialogue window.
  2. Now you can start a conversation with your first agent. For example, you can enter anything to start the conversation. You should notice that your agent responds with some words of praise and expresses admiration for you.