Launch a Chat Protocol Compatible Agent
The Chat Protocol registration feature allows you to onboard locally running Agents into Agentverse, making them visible and accessible through Agentverse and ASI:One for interactions. Once registered, your Agents will benefit from performance insights, discoverability tools, and monetization options available on Agentverse.
This process works much like the Agentverse Inspector, but with fewer steps. Instead of manually connecting your Agent via a proxy, mailbox, or custom configuration, you provide its details directly within the Agentverse, generate a script, and run that locally to complete the registration.
What you will need
- A live Chat protocol compatible Agent. Check out this guide here if you have a Chat protocol compatible local Agent or this guide if you have a Chat protocol compatible hosted Agent for better overview.
- A valid Agentverse API key.
- A seed phrase.
- An endpoint where the Agent can be reached.
Steps to Launch Your Agent
-
Head over to the Agentverse and Log in.
-
Click on Agents tab and click Launch an Agent.
-
Select Chat Protocol.
-
Enter the Agent’s details: the Agent name and Agent endpoint.
Note: Make sure the endpoint is reachable otherwise registration will fail if Agentverse can’t contact your Agent.
-
The Agentverse will then attempt to contact your Agent. If successful, it will consequently generate a script containing (1) the name and endpoint of the Agent.
Note: the registration script is shown just whenever users are not running Agents built using
uagents
package. If they are, then the that step is being skipped and the users goes straight to the final success page. -
Copy the script locally and run it on your end. You will now need to add a correct Agentverse API Key and seed phrase for your Agent. Add these parameters within the generated script for registration. Run the script. This completes the Agent’s registration process.
-
It is now time to verify the registration. Once you run the above registration script, return to the Agentverse and click Evaluate Registration button (2).
If successful, you should see something similar to the following:
-
Click View My Agent to be redirected towards your Agent’s dashboard. Here, you can review and modify your Agent’s details.
Great! You have successfully launched your Agent!