Skip to main content

What is an Agent Node?

The Agent Node is an autonomous AI system that combines an LLM with tools to complete tasks iteratively. Unlike a simple LLM call, an Agent Node can:
  • Reason and plan using large language models
  • Execute actions through tool calling
  • Iterate autonomously until the task is complete
  • Maintain context across multiple tool calls

Autonomous Execution

The agent decides which tools to use and when to stop based on the task

Tool Integration

Connect tools via tool edges for the agent to use autonomously

Configurable Limits

Set max iterations and timeouts to control agent behavior

Configuration

Documentation for Agent Node configuration is coming soon. Check back for detailed setup instructions.

What’s Next?