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
- You have a HelperAI account. If not, please register here.
- 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
-
Start by logging in to the HelperAI Workspace.
-
Click on the
+
button next toProject
in the left sidebar. -
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.
- Enter the project name in the
-
Click the
Create New Project
button. -
You will be redirected to the project page, where you will see a project named "My First Project"
Create New Agent Under the Project
- On the project page, click on the
+ New Agent
button. - A dialogue window will appear:
- Enter the agent name in the
Agent Name
field: "Adoration Agent" - Click the "Create New Agent" button.
- Enter the agent name in the
- You will be redirected to the agent page, where you will see an agent named "Adoration Agent"
Set Goals for the Agent
- On the agent page, click on the
Overview
tab. - Click on the pencil icon (✏️) next to
Goals
to edit the goals. A dialogue window should pop up. - 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.
- Click the
Save Changes
button to save your goal settings.
Test the Agent
- On the agent page, click on the button with a chat icon (💬) in the top right corner. This will open a testing dialogue window.
- 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.
Updated about 1 year ago