Create an intelligent workflow that can automatically understand and answer user queries related to their accounts, billings, returns or any FAQ. Multi agent system workflow
1

Set up user query classification agent

The below prompt would act as our routing agent, classifying the user query into different categories (Account, Billing, Returns & FAQ). Multi agent system routing agent
2

Route data based on category

Use the code block as a helper to route the data to the corresponding agent based on the category.Multi agent system routing helper block
3

Create the required sub-agents

Use the Prompt feature to create the required individual sub-agents. Make sure to attach the required tools for every sub-agent to process the user query.Additionally, connect the outputs of all the agents to the Final output node to get the final response.
4

Test the agent

Here is a video of the agent in action: