Block 1 - Calculator
- Type / Role
- @n8n/n8n-nodes-langchain.toolCalculator - toolCalculator
- Config choices
- Version 1
This workflow is provided as-is. Please review and test before using in production.
This n8n template demonstrates how to use AI as a comprehensive personal assistant with multiple specialized agents. Use cases include email management, scheduling, web search, calculations, and mo...
@n8n/n8n-nodes-langchain.toolcalculator, @n8n/n8n-nodes-langchain.agent, @n8n/n8n-nodes-langchain.toolworkflow, @n8n/n8n-nodes-langchain.toolserpapi, n8n-nodes-base.telegram, n8n-nodes-base.telegramtrigger, @n8n/n8n-nodes-langchain.memorybufferwindow, @n8n/n8n-nodes-langchain.lmchatopenrouter
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Jordan Lee.
Original n8n.io sourceUse cases include email management, scheduling, web search, calculations, and more - all automated through AI coordination.
This template integrates multiple AI services through OpenRouter
Each agent specializes in different tasks (Gmail, Calendar, Search, etc.)
Memory persistence maintains context across interactions
The workflow is triggered by Telegram messages (can be replaced with other triggers)
A router node directs requests to the appropriate specialized agent
Agents include:
Gmail for email management
Calculator for math operations
Google Search for information retrieval
Calendar for scheduling
Contacts for CRM functions
The OpenRouter Chat Model coordinates responses
Final responses are sent back through Telegram
Connect your Telegram bot credentials
Configure each service with appropriate API keys
The system will automatically route requests to the right agent
OpenRouter account for AI services
Telegram bot token
Google API credentials for relevant services
Add more specialized agents as needed
Replace Telegram with other communication channels
Adjust routing logic for different use cases
This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
| Workflow | AI personal assistant with GPT-4o: Email, calendar, search & CRM integration |
|---|---|
| Complexity | intermediate |
| Nodes | 12 |
| Categories | Personal Productivity, AI Chatbot |
| Author | Jordan Lee |
| Published | 01 Jul 2025 |
Use the JSON export at /data/workflows/5552/5552.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
This n8n template demonstrates how to use AI as a comprehensive personal assistant with multiple specialized agents. Use cases include email management, scheduling, web search, calculations, and mo...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Personal Productivity, AI Chatbot use case.