quantum-ai-v3/agents
Claude a46b07e371 🎯 Fix webhook agents by removing custom JavaScript conflicts
- Remove job-posting-generator.js and social-ads.js custom files
- All webhook agents now use unified agents-core.js system
- Consistent behavior: Form → Django API → N8N → Results
- Fixes job posting and social ads result display issues
- Simplifies maintenance with single JavaScript codebase
- Aligns with file-based agent creation goal (JSON only)

 All 4 webhook agents now work consistently
 All 5 direct access agents use generic handlers
 Agent creation: Just add JSON file, no custom code needed

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-15 09:35:43 +05:30
..
configs 🎯 Fix webhook agents by removing custom JavaScript conflicts 2025-08-15 09:35:43 +05:30
management 🧹 Clean up obsolete code after file-based agent system migration 2025-08-14 09:36:10 +05:30
migrations 🏗️ Phase 1: Complete architecture simplification - pure file-based agent system 2025-08-14 09:55:45 +05:30
templates/agents 🎯 Fix webhook agents by removing custom JavaScript conflicts 2025-08-15 09:35:43 +05:30
__init__.py 🚀 Complete agents app implementation with social ads frontend 2025-07-31 19:05:09 +05:30
admin.py 🏗️ Phase 1: Complete architecture simplification - pure file-based agent system 2025-08-14 09:55:45 +05:30
api_views.py 🏗️ Refactor agents views into focused modules for better code organization 2025-08-14 22:36:36 +05:30
apps.py 🚀 Complete agents app implementation with social ads frontend 2025-07-31 19:05:09 +05:30
chat_views.py 🏗️ Refactor agents views into focused modules for better code organization 2025-08-14 22:36:36 +05:30
direct_access_views.py 🎯 Fix webhook agents by removing custom JavaScript conflicts 2025-08-15 09:35:43 +05:30
models.py 🏗️ Phase 1: Complete architecture simplification - pure file-based agent system 2025-08-14 09:55:45 +05:30
serializers.py 🏗️ Phase 1: Complete architecture simplification - pure file-based agent system 2025-08-14 09:55:45 +05:30
services.py 🏗️ Phase 1: Complete architecture simplification - pure file-based agent system 2025-08-14 09:55:45 +05:30
tests.py 🚀 Complete agents app implementation with social ads frontend 2025-07-31 19:05:09 +05:30
urls.py 🎯 Fix webhook agents by removing custom JavaScript conflicts 2025-08-15 09:35:43 +05:30
utils.py 🏗️ Refactor agents views into focused modules for better code organization 2025-08-14 22:36:36 +05:30
views.py 🎯 Fix webhook agents by removing custom JavaScript conflicts 2025-08-15 09:35:43 +05:30
web_views.py 🏗️ Refactor agents views into focused modules for better code organization 2025-08-14 22:36:36 +05:30