quantum-ai-v3/workflows
Claude 511c78b0a1 🔧 Complete data analyzer webhook integration and file upload
- Added data-analyzer configuration to agents.py with webhook URL
- Implemented comprehensive file upload to N8N webhook in views.py
- Added send_file_to_webhook() function with proper error handling
- Fixed JSON serialization by separating file objects from form data
- Added AJAX response handling for real-time results display
- Enhanced debugging and logging throughout the pipeline
- Updated documentation via auto-update system

Fixes file upload issue where PDFs weren't reaching the webhook endpoint.
Now supports end-to-end data analysis with proper balance deduction.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-28 22:35:24 +05:30
..
config 🔧 Complete data analyzer webhook integration and file upload 2025-07-28 22:35:24 +05:30
migrations 🚀 Implement simplified workflows system with shared components 2025-07-28 20:06:46 +05:30
templates/workflows Implement shared utility functions across all agents 2025-07-28 22:33:04 +05:30
__init__.py 🚀 Implement simplified workflows system with shared components 2025-07-28 20:06:46 +05:30
admin.py 🚀 Implement simplified workflows system with shared components 2025-07-28 20:06:46 +05:30
apps.py 🚀 Implement simplified workflows system with shared components 2025-07-28 20:06:46 +05:30
models.py 🚀 Implement simplified workflows system with shared components 2025-07-28 20:06:46 +05:30
tests.py 🚀 Implement simplified workflows system with shared components 2025-07-28 20:06:46 +05:30
urls.py 🚀 Implement simplified workflows system with shared components 2025-07-28 20:06:46 +05:30
views.py 🔧 Complete data analyzer webhook integration and file upload 2025-07-28 22:35:24 +05:30