Overview
The Agent Node is probably the coolest integration node you’ll ever use. It connects your workflows to AI language models for text generation, decision making, data processing, and intelligent automation. Think of it as your workflow’s brain upgrade.Required Configuration
Basic Settings
- Label - Display name for the node
- Agent Name - Unique identifier for the agent
- Instructions - Behavior definition and system prompt
- Operation - Select one: createThread, continueThread, generateText, generateObject, agentWorkflow
- Chat Model - Select one: gpt-4o-mini, gpt-3.5-turbo, gpt-4o, claude-3-sonnet
Optional Configuration
- Requires Auth - Whether this node needs user authentication (default: false)
- Enable Streaming - Real-time response streaming (default: true)
- Temperature - Creativity level 0-1 (default: 0.7)
- Max Tokens - Response length limit 1-100000 (default: 1000)
- Track Usage - Monitor API usage (default: true)
Connections
Agent nodes can connect to:- Query/Mutation nodes for further processing
- Frontend Element nodes to output results
- Other Agent nodes (chained processing)
- Other transformation nodes

