In Xpert Agents, theDocumentation Index
Fetch the complete documentation index at: https://docs.xpertai.cn/llms.txt
Use this file to discover all available pages before exploring further.
END node is a special node used to represent the termination point of a graph. When the execution flow reaches the END node, it signifies that the execution of the graph is complete, and the process will stop.
When defining the orchestration structure of an Xpert agent, you can use an END agent or tool node to explicitly specify the end of the process.

