AI Agent with Tools and Memory
detail.loadingPreview
An AI agent that uses tools and maintains conversation history.
🚀Ready to Deploy This Workflow?
About This Workflow
Overview
This workflow demonstrates an AI agent that can leverage external tools for information retrieval and perform actions, while also maintaining a conversational memory.
Key Features
- AI agent capable of using tools.
- Integration with weather and Wikipedia tools.
- Window buffer memory for conversation history.
- Configurable system messages for agent behavior.
How To Use
- Configure the Ollama API credentials.
- Set the system message in the 'AI Agent' node to define the agent's persona and available tools.
- Trigger the workflow with a user prompt to initiate a conversation.
Apps Used
Workflow JSON
{
"id": "fbffce8d-7318-4675-98af-e306b27312f6",
"name": "AI Agent with Tools and Memory",
"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: fbffce8d-7318...
About the Author
Free n8n Workflows Official
System Admin
The official repository for verified enterprise-grade workflows.
Statistics
Verification Info
Related Workflows
Discover more workflows you might like
Build a Conversational AI Agent with LangChain, Tools, and Memory in n8n
This workflow demonstrates how to create an intelligent AI agent using LangChain in n8n. It leverages an OpenAI model, buffer memory for conversation history, and external tools like Wikipedia and SerpAPI for enhanced responses. The 'On new manual Chat Message' node initiates the agent's interaction.
n8n SQL Agent with Window Buffer Memory and OpenAI
Leverage n8n's LangChain integration to build a SQL agent with memory. This workflow uses OpenAI, a window buffer memory, and a local SQLite database to enable conversational querying.
Business WhatsApp AI RAG Chatbot for Electronics Stores
Build an AI-powered chatbot for your electronics store on WhatsApp using Retrieval Augmented Generation (RAG). This workflow integrates with Google Drive for knowledge base, Qdrant for vector storage, and OpenAI for AI.
Build an Environmental Data Dashboard Chatbot with n8n
This workflow creates an interactive chatbot that processes environmental data, stores it in a vector database using Weaviate, and allows users to query it. It leverages Langchain nodes for sophisticated AI integration, powered by OpenAI and Weaviate.
Telegram AI Langchain Bot with DALL-E 3 Image Generation
An n8n workflow that acts as a Telegram bot, powered by Langchain, for AI chat interactions and image generation using DALL-E 3.
Automated Screenshot Analysis with AI
This workflow uses URLbox to capture website screenshots and then leverages OpenAI to analyze and summarize the visual content. It automatically extracts key information from web pages for content analysis.