Agent
AI & KnowledgeAgent Node
Overview
Configure this node to integrate with external services or perform logic.
Configuration
| Property | Type | Default | Description |
|---|---|---|---|
model | string | — | AI model to use (e.g., gpt-4o, claude-3-5-sonnet) |
goal | string | — | The objective or task for the agent to accomplish |
Calculator | string | — | Calculator for this node |
Google | string | — | Google for this node |
maxIterations | string | — | Maximum agent iterations before stopping |
Output Variables
Reference these variables in downstream nodes using the {{node.field}} syntax.
{{agent.output}}anyOutput field: output
Examples
Basic Usage
Example configuration:
{
"model": "value",
"goal": "value",
"Calculator": "value",
"Google": "value",
"maxIterations": "value"
}Tips & Best Practices
- •Ensure all required fields are configured.
- •Check the output variables to see available data.
- •Test with different temperature or model settings to optimize results.
Try Agent in Your Workflow
Create a free account and start building AI-powered workflows with the Agent node.
Open Workflow Editor