AI Agent with Tools
detail.loadingPreview
An AI agent that can utilize external tools like Wikipedia and a weather API to answer user prompts.
🚀Ready to Deploy This Workflow?
About This Workflow
Overview
This workflow demonstrates how to set up an AI agent in n8n that can leverage external tools to gather information and respond to user queries. It uses an LLM model (Ollama) to process prompts and has access to tools for fetching weather data and general information from Wikipedia.
Key Features
- AI Agent for conversational tasks
- Integration with Ollama for LLM capabilities
- Tool usage for Weather API and Wikipedia
- Conversation history buffering
How To Use
- Import this workflow into your n8n instance.
- Configure the Ollama credentials with your local Ollama service.
- Set up the environment variable for
API_BASE_URLfor the weather tool. - Trigger the workflow manually or via an external source.
Apps Used
Workflow JSON
{
"id": "9f9ecc65-e909-474b-bb29-47c4c816fd04",
"name": "AI Agent with Tools",
"nodes": 0,
"category": "AI & Machine Learning",
"status": "active",
"version": "1.0.0"
}Note: This is a sample preview. The full workflow JSON contains node configurations, credentials placeholders, and execution logic.
Get This Workflow
ID: 9f9ecc65-e909...
About the Author
DevOps_Master_X
Infrastructure Expert
Specializing in CI/CD pipelines, Docker, and Kubernetes automations.
Statistics
Verification Info
Related Workflows
Discover more workflows you might like
AI Passport Photo Validator Using Google Drive and OpenAI
Automate passport photo validation by using an AI vision model to check against UK government guidelines. This workflow integrates Google Drive for image input and OpenAI for intelligent analysis.
Build a Telegram RAG PDF Chatbot with OpenAI and Pinecone
This workflow enables users to chat with PDF documents via Telegram. It uses OpenAI for embeddings and question answering, and Pinecone for vector storage, creating a powerful Retrieval-Augmented Generation (RAG) system.
Automated Car Insurance Quote Generator with AI and Vector Store
This n8n workflow generates car insurance quotes using an AI agent. It leverages LangChain nodes like Webhook, Text Splitter, Embeddings, and Vector Store (Pinecone) to process and retrieve relevant information, then logs the results to a Google Sheet.
AI Voice Chat Workflow with Webhook, OpenAI, Gemini, and ElevenLabs
Automate voice conversations using a webhook. This workflow transcribes speech with OpenAI, processes it with Google Gemini, and synthesizes a response with ElevenLabs, maintaining chat context.
AI-Powered Resume Screening with Weaviate and OpenAI
Automate resume screening by using a Webhook Trigger to receive resumes, processing them with Text Splitter, Embeddings, and Weaviate for vector storage, and then utilizing a RAG Agent with an OpenAI Chat Model for intelligent analysis and response.
Extract Personal Data with Self-Hosted Mistral NeMo LLM via Ollama
This n8n workflow leverages a self-hosted Mistral NeMo LLM via Ollama to extract structured personal data from chat messages. It uses the 'Basic LLM Chain' and 'Structured Output Parser' nodes to ensure accurate data extraction.