Skip to main content

Agent

Multiple knowledge base agents/lightweight agents can be introduced into workflows, with different agents playing different "roles" within the same workflow. For example, adding both "Pre-sales Bot" and "After-sales Bot" agents in the same workflow to serve different user scenarios.

1. Overview

  • Supports selection of any created agent
  • Supports configuring agent nodes to carry workflow input-output records as contextual memory

2. Configuration

  1. Node Input: Defaults to using the previous node's output as this node's input, can be manually changed to other previous nodes or multiple previous node outputs, and add custom text to combine as input. Note: This node must be directly or indirectly connected to the start node to select previous node output parameters
  2. Agent Selection: Choose from created lightweight agents or knowledge base agents
  3. Memory: Use workflow input-output records as context to help agents make better reasoning decisions or responses based on historical conversation context. You can choose whether to enable memory and set the number of workflow memory rounds this node retains, supporting up to 10 rounds of memory.
Note
  1. Each round of memory refers to the start node input content and end node output content generated from one complete workflow run (excluding intermediate process content).

  2. Workflow memory content may have been processed through multiple nodes unrelated to this node, so please choose whether to enable memory functionality based on actual needs.

  3. When agent nodes are enabled, they will use workflow memory rather than the original agent configuration's memory settings.

  4. Current memory is retained for 30 minutes by default