AI Agent Chatbot + LONG TERM Memory + Note Storage + Telegram - n8n Workflow | Neura Market
AI Agent Chatbot + LONG TERM Memory + Note Storage + Telegram
This workflow template creates an AI agent chatbot with long-term memory and note storage using Google Docs and Telegram integration.
## Google Docs Integration
- [n8n Google Docs Node Setup](https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.googledocs/)
- [Google Credentials](https://docs.n8n.io/integrations/builtin/credentials/google/)
## Telegram Integration
- [Telegram Setup](https://n8n.io/workflows/2751-telegram-messaging-agent-for-text-audio-images/)
## Core Features
**AI Agent Integration**
- Implements a sophisticated AI agent with memory management capabilities
- Uses GPT-4-mini and DeepSeek models for intelligent conversation handling
- Maintains context awareness through session management
**Memory System**
- Long-term memory storage using Google Docs
- Separate note storage system for specific information
- Window buffer memory for maintaining conversation context
- Intelligent memory retrieval and storage mechanisms
**Communication Interface**
- Telegram integration for message handling
- Real-time message processing and response generation
## Technical Components
**Memory Architecture**
- Dual storage system separating memories from notes
- Automated memory retrieval before each interaction
- Structured memory saving with timestamps
**AI Models**
- Primary GPT-4-mini model for general interactions
- DeepSeek-V3 Chat for specialized processing
- Custom agent system with tool integration
**Storage Integration**
- Google Docs integration for persistent storage
- Separate document management for memories and notes
- Automated document updates and retrievals
Platform
n8n
Category
AI
Price
Free
Creator
Joseph LePage
set
merge
telegram
aggregate
googleDocs
stickyNote
googleDocsTool
agent
chatTrigger
lmChatOpenAi
How to import this workflow into n8n
1Purchase or download the workflow to get the n8n workflow JSON file.
2In your n8n instance, open Workflows and choose "Import from File" (or paste the JSON with Ctrl+V on the canvas).
3Open each node marked with a credential warning and connect your own accounts and API keys.
4Run the workflow once manually to verify the data flow, then toggle it to Active.