Node - AI Agent
1. Overview
The AI Agent node is an intelligent decision-making node within a workflow. It equips workflows with natural language understanding and autonomous reasoning capabilities.
By leveraging large language models (LLMs), the AI Agent node can execute tasks such as data querying, information summarization, and report generation—based on context data, tool configurations, and prompts—enabling workflows to handle processes intelligently.
2. Common Use Cases
Typical use cases for AI Agent nodes include:
-
Smart Summarization: Generate summaries or conclusions based on upstream node outputs.
-
Intelligent Analysis: Analyze content within attachments or generate structured reports.
-
Automated Data Queries & Notifications: Automatically trigger business tools based on natural language prompts, such as querying records or sending internal messages.
-
Multi-Turn Dialogue: Power smart responses in ChatBot scenarios with memory of prior exchanges.
3. Expected Outcome
The following example illustrates the AI Agent node in a customer management workflow.
When a high-value customer in a worksheet has not been followed up for over 7 days, the AI Agent will:
-
Invoke a record query tool to retrieve relevant customer information and communication history.
-
Generate a reminder message based on the data.
-
Trigger an email-sending tool to notify the responsible sales representative.
Demonstration Scenario:
System detects an overdue follow-up → AI Agent generates a reminder message → Email is automatically sent to the responsible sales representative.
4. Node Configuration
Add an AI Agent Node
In the workflow editor, click the "+" button to add an AI Agent node.

Model Settings
You can choose from a range of large language models (LLMs) to perform the task.
Steps:
- Select a model under the Model dropdown (e.g., DeepSeek-V3, Qwen-Max, GPT-5, GPT-4o, etc.); The blue dots indicate model performance — more dots mean better performance.
- (Optional) Configure model parameters to fine-tune output behavior;
- Save the configuration to activate the changes.

Prompt
The prompt defines the Agent’s role and objective, helping the model understand the task context.
Example:
You are a Customer Management Assistant. Your task is to generate and send reminders based on customer data. When a high-value customer in the customer management worksheet has not been followed up for more than 7 days, you must generate a reminder email and send it to the corresponding sales representative.
Best practices:
- Clearly define the task objective (for example, “generate a description” or “analyze data”).
- Avoid vague instructions (such as “take a look at this”).
- Reference data from upstream nodes using variables, such as customer name, last follow-up date, etc.
- Supports referencing specific fields or the entire record
- When attachment fields are referenced in the prompt, the parsed file content is passed to the model.
