Actions
Invoke Other Agent
Overview
Trigger another agent to perform additional processing or data handling within workflows.
Use Cases
- Multi-Agent Workflows: Delegate tasks to specialized agents.
- Cross-Functionality: Utilize existing agent capabilities for enhanced results.
Configuration Fields
Agent ID
- Description: Enter the ID of the agent to invoke.
- Example: “agent_123” or “data_processor.”
- Required: Yes
Parameters
- Description: Specify parameters for the agent as key-value pairs, one per line.
- Example: “action=update” or “user_id=567.”
- Required: No
Output Variable Name
- Description: Assign a variable name to store the agent’s response.
- Example: “agent_output” or “result_data.”
- Validation: Only letters, numbers, and underscores (_) are allowed.
- Required: Yes