Note: When creating complex workflows, consider using the Jump to Agent logic block to link agents together. This helps maintain a clear structure and allows for easy management of multiple Agents.
Key Features
Share Variables Between Agents
The Jump to Agent logic block automatically shares variable values between linked agents. If the linked Agent contains variables with the same names, they are pre-filled with the values collected from the first Agent.-
Example:
- The first Agent asks the user for their name and stores it in the variable
Name
. - The linked Agent displays the
Name
variable in a response.
- Outcome: The user’s name collected in the first Agent is displayed in the second Agent dialog.
- The first Agent asks the user for their name and stores it in the variable
- Sending all collected data to a third-party app in a single request.
- Compiling responses into a unified results table.
-
Example:
- The first Agent collects basic information (e.g., name, email).
- The linked Agent gathers additional details (e.g., preferences, feedback).
- All answers are combined and processed as a single dataset.