Node
A node is the basic execution unit of a flow. Each node is responsible for a specific function or task.
There are the following types of nodes:
📄️ Start node
The Start node is where the flow begins. The next node that is connected to the start node will be the first node to be executed.
🗃️ Agent node
4 items
📄️ End node
The End node is where the flow terminates. It integrates the results of all executed agents to create the character's response.