Execute tasks using a single AI agent with configurable tools and capabilities
The Agent Node is a versatile component that allows you to run a single AI agent with specific tools and capabilities. This node enables:
The Agent Node requires configuration of the agent’s behavior, tools, and model settings to effectively process queries.
Query:
Define the task or question for the agent to handle.
Tools
Select tools that the agent can use to accomplish its tasks. Tools can be of two types:
Inputs:
Outputs:
Web Search:
Configure the node with Google Search tool and Web Content Extraction tool. Prompt the agent to do research anything from company information to finding contact information from name.
Workflow Orchastrator:
Setup an agent that has access to your workflows as tools so that it launches workflow to complete tasks given by the user.
Model Compatibility:
Ensure the selected model supports function calling. If you receive a compatibility error, switch to a supported model.
Tool Configuration:
Verify that all configured workflow and node tools exist and are accessible to the agent.
Max Steps Limitation:
If the agent isn’t completing tasks, consider increasing the max_steps parameter (up to 50) or breaking down the task into smaller components.
If you encounter any issues not covered in this documentation, please reach out to our support team for assistance.
Orchestrate multiple agents for complex tasks
Direct access to language models without agent framework
Agent that interact with Gmail
Agent that interact with Google Calendar