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, DeltaV Integration, Smart Services or the AI/ML tabs. A description of each template Agent is provided when hovering above the option you want to choose.
There are different categories you can choose from:
-
Getting Started: this category helps you in creating basic Agents using the Agents technology.
-
AI/ML: this category allows you to develop AI/ML Agents.
-
Smart Services: this category is for building smart Agents for different services.
-
DeltaV Integration: this category allows you to develop Agents offering different Agent Functions which are then made available through the DeltaV
chat based on a given template. These Agents and related Functions
need to register within the Agentverse
first so for them to be retrievable by the AI Engine
and made available for queries from users operating and interacting with DeltaV chat.
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: