Each Roe Agent uses an Engine that defines which tasks this agent will tackle.
Our built-in Engines are optimized for their
respective functions. In this example, we will use our
Image Extraction Engine to extract data from
images.
1
Create an Agent
Click on the “Add Agent” button in the
top right corner of the Agents page.
2
Choose an Engine
Select the Image Extraction Engine.
3
Configurations
Configure the Agent Inputs and Engine Configurations.
Agent Input Definition: Defines the inputs that your Agent must
accept when running a job. You can define the input key and its type as well as add or remove inputs. All defined inputs must be passed in a value when running the Agent. Learn more
about Input Definitions.
Agent Inputs
Engine Configuration: Configurations specific
to your selected Engine. This sets things like which AI model or prompt instructions the Agent will use when running jobs. You can also dyanmically define the Engine configurations at runtime by using template strings of the Agent input keys. Learn more about configuring
Engines.
Example of dynamic Engine configurations
4
Create the Agent
Hit the Create button. Woohoo, you just built your first Agent! Now, let’s run it.