Automate Task Delegation with AI Manager and Sub-Agents in n8n - n8n Workflow | Neura Market
Automate Task Delegation with AI Manager and Sub-Agents in n8n
This workflow sets up an AI Manager Agent in n8n to intelligently route tasks to specialized sub-agents for email writing and data analysis, using the Langchain framework.
The workflow involves creating a Manager Agent that acts as the central decision-maker, evaluating user inputs and delegating tasks to either an Email Agent or a Data Agent. Each sub-agent is equipped with its own memory and language model to perform specific tasks, ensuring efficient and context-aware task handling. The Manager Agent uses system messages to understand the roles of sub-agents and routes tasks accordingly. This setup is ideal for scenarios requiring a single entry point with inte
Platform
n8n
Category
AI
Price
Free
Creator
Amara Nwosu
stickyNote
agent
agentTool
lmChatOpenAi
memoryBufferWindow
How to import this workflow into n8n
1Purchase or download the workflow to get the n8n workflow JSON file.
2In your n8n instance, open Workflows and choose "Import from File" (or paste the JSON with Ctrl+V on the canvas).
3Open each node marked with a credential warning and connect your own accounts and API keys.
4Run the workflow once manually to verify the data flow, then toggle it to Active.