quantum-ai-v3/five_whys_analyzer
Claude 2c129708d9 🤖 Implement comprehensive N8N workflow management system
- Add N8N workflow directory structure for webhook-based agents
- Create workflow management scripts (import/export/sync/backup)
- Add comprehensive documentation for each agent's workflow setup
- Clarify N8N deployment architecture (separate hosting from Django)
- Update deployment guides with clear separation warnings
- Add workflow deployment automation scripts

Architecture clarification:
- Django app deploys to Railway
- N8N runs separately (N8N Cloud, separate Railway project, or self-hosted)
- Communication via HTTP webhook URLs only

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-26 09:31:20 +05:30
..
migrations Add 5 Whys Analysis Agent with enhanced UX features 2025-07-12 23:08:45 +05:30
n8n_workflows 🤖 Implement comprehensive N8N workflow management system 2025-07-26 09:31:20 +05:30
templates/five_whys_analyzer 🔒 CRITICAL: Fix major security vulnerabilities in 5 Whys analyzer 2025-07-25 23:37:59 +05:30
__init__.py Add 5 Whys Analysis Agent with enhanced UX features 2025-07-12 23:08:45 +05:30
admin.py Add 5 Whys Analysis Agent with enhanced UX features 2025-07-12 23:08:45 +05:30
apps.py Add 5 Whys Analysis Agent with enhanced UX features 2025-07-12 23:08:45 +05:30
models.py Add 5 Whys Analysis Agent with enhanced UX features 2025-07-12 23:08:45 +05:30
processor.py 🔒 CRITICAL: Fix major security vulnerabilities in 5 Whys analyzer 2025-07-25 23:37:59 +05:30
urls.py Add 5 Whys Analysis Agent with enhanced UX features 2025-07-12 23:08:45 +05:30
views.py 🔒 CRITICAL: Fix major security vulnerabilities in 5 Whys analyzer 2025-07-25 23:37:59 +05:30