Your first agent
How to use the godfather agent
Last updated
Was this helpful?
How to use the godfather agent
After EDDI has started point your browser to this URL:
Default URL: http://localhost:7070/
You should be seeing this on the page
Click on "Deploy Example Agent". This will deploy the Agent Father agent, to help you create your own agents utilizing ChatGPT.
This agent walks you through the process of creating a new agent that talks to ChatGPT. In order to create that agent, you will need to get an API key from ChatGPT. This key can be obtained here:
Get an OpenAI API key at platform.openai.com/account/api-keys
Note: In v6, Agent Father supports any of the 12 LLM providers (OpenAI, Anthropic, Gemini, Mistral, etc.). API keys are stored securely in the Secrets Vault.
As soon as you have your key, click on Open and the first conversation with the Agent Father will start.
Click on "Let's get started!" to start the process.
First you need to type the name of your agent.
Next, you need to define the purpose of the agent.
Every agent needs an introduction to set the tone and the context of the agent for ChatGPT. This is the first prompt. This defines how ChatGPT is going to reply.
Now, the Agent Father needs the ChatGPT API key. Please enter the key here without any leading or trailing blanks.
Everything is now set up. When clicking on "Create the agent!" the Agent Father will create a new agent and you can start talking to it.
The new agent is deployed and by clicking on open, you can instantly talk to the agent.
Last updated
Was this helpful?
Was this helpful?