workflows.fit
Back to n8n workflows
n8n templateFreeBy Dhrumil Patel

Route user requests to specialized agents with GPT-4o Mini

This n8n workflow template is designed to route user input to specialized agents (like a Reminder Agent, Email Agent, etc.) using a structured output from a language model. Here's a complete description of what it doe...

AILangchainDevelopmentCore NodesUtilityOutput Parser AutofixingOutput Parser StructuredExecute Workflow
Loading interactive preview...

Template notes

This n8n workflow template is designed to route user input to specialized agents (like a Reminder Agent, Email Agent, etc.) using a structured output from a language model. Here's a complete description of what it does and how each part works:

---

🔁 Workflow Purpose:

This template receives a user's request via Webhook, processes it using an LLM, extracts structured data like the agent name and user query, and routes the input to the appropriate sub-workflow (agent) based on the specified agent type.

---

🧩 Workflow Breakdown:

1. Webhook (Trigger)

Node: Webhook Purpose: Accepts a POST request from any frontend or API source. It contains the raw user input.