AI Agents & LangChain in n8n · 40 min

AI Agent node basics

Chat model + tools + memory: the three building blocks of every n8n agent.

Key concepts

  • Agent node architecture
  • Tool calling
  • System prompt design

Exercise

Build an agent with one tool (HTTP Request) that answers weather questions using a real API.

Official docs