Integrated Agent

In this section, we will demonstrate how to use the Supervisor Node within the Multi-Agent framework to flexibly orchestrate the two previously created agents—the Web Search Agent and the Knowledge-Based QA Agent. This enables a combined capability that leverages both internet-based search and internal knowledge retrieval to deliver more comprehensive answers.

Overview of Flow Structure

Under the default Multi-Agent configuration, you can directly utilize both agents by adding them to the Supervisor Node’s management scope. For detailed steps on how to add agents, please refer to the Multi-Agent section.

Output Preview

Once the configuration is complete, users can input a natural language question, and the system will automatically route it to the appropriate agent:

  • If the question is related to WorkFX, the Knowledge QA Agent will be triggered to generate an answer based on the internal knowledge base.

  • If the question requires general web search, the Web Search Agent will be used to retrieve information from the internet.

  • The final output will be presented in a unified format, ensuring users receive accurate and relevant answers.

Last updated

Was this helpful?