Skip to Content

Template based Hosted Agents

Template Agents walk-through

Agentverse has numerous templated agents that you can copy and edit to your own design. These easily programmable, template-based Agents can be used to guide users and speed up the development process. Template Agents can be customized to serve a variety of purposes, even with only basic Python knowledge.

Create an Agent based on a template

You can also create an Agent by choosing Skeleton Agent or one of the template options available within the Getting Started, Smart Services or the AI/ML tabs. A description of each template Agent is provided when hovering above the option you want to choose.

Let’s assume you want to create your Agent using the Your first Agent template from the Getting Started window. Each template available presents a small number in the bottom right corner indicating the number of Agents available for that particular template.

Whenever you choose one of the templates available to start building your Agent, in the Agent Editor you will see some additional information appearing when clicking on the use case chosen, alongside with the baseline code needed to make it runnable. You can use this as a starting point for your ideas.

The output in this case would be the following:

Last updated on