Docs/AI & Knowledge/Agent

Agent

AI & Knowledge

Agent Node

Overview

Configure this node to integrate with external services or perform logic.

Configuration

PropertyTypeDefaultDescription
modelstring—Configuration field for model
goalstring—Configuration field for goal
Calculatorstring—Configuration field for Calculator
Googlestring—Configuration field for Google
maxIterationsstring—Configuration field for maxIterations

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.

Try Agent in Your Workflow

Create a free account and start building AI-powered workflows with the Agent node.

Open Workflow Editor