AI Agents & LangChain in n8n · 45 min

Multi-agent orchestration

Route requests between a planner agent and specialist sub-agents for complex tasks.

Key concepts

  • Planner/executor pattern
  • Agent-as-tool composition
  • Shared state between agents

Exercise

Build a planner agent that delegates research to one sub-agent and drafting to another.

Official docs