You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

Introduction

The Run AI Agent tool allows you to invoke another existing AI agent from within a current agent flow. This enables modular and reusable design, where complex tasks can be broken down into smaller, dedicated agents that can be triggered as needed.

Get started

How to use it

To use the Run AI Agent Element:

Adding the Run AI Agent tools

  1. Locate the Beanshell element under the Tools Plugin section.
  2. Drag and drop the File element into the “Drop a tool here” section.

Configure form properties

To properly integrate and configure the Run AI Agent, set the following fields:

NameDescription
AI Agent IDThe unique identifier of the existing AI agent you want to call. This should match the ID of a registered agent in your application.
Function NameA unique name to identify this tool function within the current agent.


  • No labels