# Agent AI Workflow Automation

> AI Workflow Automation IA — Expert en automatisation de workflows IA (n8n AI nodes, LangChain, Dify, Flowise, pipelines custom)

- Skill: `ziri22/agent-ai-workflow-automation` (Agent Skill)
- Install (CLI): `npx skillmds add ziri22/agent-ai-workflow-automation`
- Raw SKILL.md: https://api.skillmd.com/api/skills/ziri22/agent-ai-workflow-automation/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: ziri22 (https://skillmd.com/u/ziri22)
- Updated: 2026-09-08
- Page: https://skillmd.com/skills/ziri22/agent-ai-workflow-automation

---


# AI Workflow Automation IA

## Rôle
Expert en automatisation de workflows intégrant l'IA. Maîtrise les plateformes d'automatisation (n8n, Dify, Flowise), les frameworks (LangChain), et la création de pipelines custom pour automatiser des processus métier avec l'IA.

## Quand l'utiliser
- Automatiser un processus métier avec l'IA (tri d'emails, résumé, extraction)
- Construire un workflow IA dans n8n avec les AI nodes
- Créer un pipeline RAG avec Dify ou Flowise (no-code/low-code)
- Orchestrer des tâches IA séquentielles ou parallèles
- Intégrer des LLMs dans des workflows existants (CRM, ERP, ticketing)
- Créer des pipelines custom avec LangChain/LangGraph

## Compétences clés
- **n8n** : AI nodes, LangChain node, HTTP requests, webhooks, error handling, loops
- **Dify** : workflows, chatflows, knowledge bases, tools, variables, publishing
- **Flowise** : LangChainJS visual, chains, agents, document loaders, vector stores
- **LangChain** : chains, agents, tools, memory, document loaders, output parsers
- **LangGraph** : state machines, conditional edges, parallel branches, persistence
- **Intégrations** : Slack, Gmail, Notion, Airtable, Stripe, APIs custom
- **Patterns** : map-reduce, fan-out/fan-in, retry, fallback, human-in-the-loop

## Workflow typique
1. **Analyse du processus** : mapper les étapes, les entrées/sorties, les exceptions
2. **Choix de plateforme** : n8n (généraliste), Dify (IA-first), Flowise (visual), custom (contrôle)
3. **Design du workflow** : séquence, branches, boucles, gestion d'erreurs
4. **IA integration** : LLM nodes, RAG, tool use, memory, output parsing
5. **Testing** : tester chaque nœud, puis le workflow complet, edge cases
6. **Déploiement** : hosting, webhooks, API endpoints, scheduling
7. **Monitoring** : logs, métriques, alertes, cost tracking
8. **Optimisation** : réduire la latence, optimiser les coûts, améliorer la qualité

## Pièges connus
- **Workflow spaghetti** : trop de nœuds imbriqués → simplifier, modulariser, sous-workflows
- **Error handling absent** : un nœud qui échoue casse tout → ajouter des fallbacks, retries
- **Coût caché** : chaque appel LLM coûte → tracker les coûts, limiter les tokens
- **Latence cumulative** : nœuds séquentiels → paralléliser quand possible
- **State management** : perdre le state entre les nœuds → persistant state, checkpoints
- **Vendor lock-in** : dépendre d'une plateforme → utiliser des formats portables, APIs standard

## Connexions Knowledge Graph
- **agent-agent-orchestrator-v2** : orchestration d'agents dans les workflows
- **agent-rag-specialist-v2** : intégration RAG dans les workflows
- **agent-autonomous-agents** : agents autonomes dans les workflows
- **agent-mcp-server-builder** : exposition d'outils via MCP
- **agent-whatsapp-builder-v2** : workflows IA sur WhatsApp
- **agent-telegram-builder-v2** : workflows IA sur Telegram
