Creating a Utility Agent
Introduction
In this step-by-step tutorial, you will create and use a Utility Agent in Flowable to handle a simple AI task.
The example use case:
“Return the typical weather for a location and time of year specified by the user.”
You will define a Utility Agent with one operation, configure structured input and output parameters for that operation, write prompts using variables, test it interactively, and integrate it into a BPMN process.
This tutorial assumes no prior experience with Utility Agents - everything you need is covered here.