n8n

AI Agent with Ollama for current weather and wiki

This workflow template demonstrates how to create an AI-powered agent that provides users with current weather information and Wikipedia summaries. By integrating n8n with Ollama's local…

Use case
Personal Productivity
Difficulty
intermediate
Author
Thomas Chan
Updated
Jun 7, 2026

Required custom nodes

  • agent
  • lmChatOllama
  • memoryBufferWindow
  • toolWikipedia
  • manualChatTrigger
  • toolHttpRequest

AI Agent with Ollama for current weather and wiki

A working n8n automation that runs against a local model via Ollama - 13,401 views on the n8n template library. This workflow template demonstrates how to create an AI-powered agent that provides users with current weather information and Wikipedia summaries. By integrating n8n with Ollama's local…

What it does

This workflow template demonstrates how to create an AI-powered agent that provides users with current weather information and Wikipedia summaries. By integrating n8n with Ollama's local… It chains 7 nodes, integrating agent, lmChatOllama, memoryBufferWindow, toolWikipedia.

Requirements

  • n8n (self-hosted, free) to run the workflow
  • Ollama serving a local model
  • A GPU with enough VRAM for your chosen model (see best model per GPU)

Import it

Open the workflow on the n8n template library and click Use workflow to import it into your self-hosted n8n, then point its model node at your local Ollama endpoint (http://localhost:11434).

Use it with

n8n · Ollama


Workflow by Thomas Chan on the n8n template library. We link to the original to import; credit and the workflow JSON belong to its author.