A collection of intelligent automation workflows that demonstrate practical AI agent implementations. This repository showcases AI agent systems with different automation patterns and use cases.
This repository contains two sophisticated AI agent systems that demonstrate different automation patterns:
- Event-driven Real-time Messaging (WhatsApp Agent) - Responds to incoming messages with personalized, context-aware replies
- Scheduled Batch Processing (Daily Article Agent) - Generates and distributes content on a daily schedule Both systems leverage n8n's visual workflow orchestration with external AI services for sophisticated automation capabilities.
n8n-agents/
βββ whatsapp-customer-support-agent/
β βββ whatsapp-support.json # n8n workflow definition
β βββ readme.md # WhatsApp agent documentation
βββ daily-ai-article-agent/
βββ daily_ai_article_agent.json # n8n workflow definition
βββ readme.md # Daily article agent documentation
An AI-powered memory agent that responds to WhatsApp messages with personalized, context-aware replies 1 .
Automated content generation system that researches, writes, and distributes daily AI news articles 17 .