Skip to main content

Terminal Node

In Xpert Agents, the END node is a special node that represents the termination point of a graph. When the execution flow reaches the END node, it indicates that the graph's execution is complete, and the process will stop.

When defining the Xpert agent orchestration structure, you can use either an END agent or tool node to explicitly specify the end of the process.

End agent
End Agent
End tool
End Tool
tip

It is important to ensure that the graph's logical design is correct to avoid unexpected loops or continued execution after reaching the END node.