Block 1 - Auto-fixing Output Parser
- Type / Role
- @n8n/n8n-nodes-langchain.outputParserAutofixing - outputParserAutofixing
- Config choices
- Version 1
This workflow is provided as-is. Please review and test before using in production.
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 descr...
@n8n/n8n-nodes-langchain.outputparserautofixing, @n8n/n8n-nodes-langchain.outputparserstructured, n8n-nodes-base.executeworkflow, n8n-nodes-base.switch, @n8n/n8n-nodes-langchain.lmchatopenrouter, n8n-nodes-base.webhook, n8n-nodes-base.respondtowebhook, @n8n/n8n-nodes-langchain.memorypostgreschat
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Dhrumil Patel.
Original n8n.io sourceThis 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:
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.
WebhookNode: GPT 4o Mini
Purpose: Interprets the user input and determines:
Auto-fixing Output ParserNode: Structured Output Parser
Purpose: Converts the language model's response into a strict JSON structure with keys like:
"Agent Name""user input""sessionID"Node: Switch ("Agent Route")
Purpose: Based on "Agent Name", it routes the input to one of the following sub-workflows:
Reminder AgentEmail AgentDocument AgentMeeting AgentEach agent is implemented as a separate n8n workflow:
"Agent Name" is "Reminder Agent", the workflow "Reminder Agent" is called with "user input".Respond to Webhook node sends the output back as an HTTP response.User says: “Remind me to call my mom tomorrow.” → Routed to Reminder Agent
User says: “Send an email to the HR team.” → Routed to Email Agent
User says: “Schedule a meeting with John next week.” → Routed to Meeting Agent
This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
| Workflow | Route user requests to specialized agents with GPT-4o Mini |
|---|---|
| Complexity | advanced |
| Nodes | 16 |
| Categories | Personal Productivity, AI Chatbot |
| Author | Dhrumil Patel |
| Published | 17 May 2025 |
Use the JSON export at /data/workflows/4150/4150.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
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 descr...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Personal Productivity, AI Chatbot use case.