quantum-ai-v2/agents
Claude 40574db8b0 🗃️ Implement complete Railway database recreation
• Add database flush to Railway startup for complete reset
• Remove manual fix scripts - using clean recreation approach
• Fresh database will have correct agent values from populate_agents
• Guarantees Railway matches local environment exactly

Process:
1. flush --noinput (clear all data)
2. migrate --run-syncdb (create fresh tables)
3. populate_agents (correct agent values)
4. reset_admin (fresh admin user)

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-03 14:57:49 +05:30
..
management 🗃️ Implement complete Railway database recreation 2025-08-03 14:57:49 +05:30
migrations 🎉 Complete 5 Whys agent enhancements with session management and UI improvements 2025-08-03 13:28:39 +05:30
templates/agents 🎨 Enhance 5 Whys agent response formatting for professional appearance 2025-08-03 13:54:23 +05:30
__init__.py 🚀 Complete agents app implementation with social ads frontend 2025-07-31 19:05:09 +05:30
admin.py 💬 Implement complete chat-based agent system with 5 Whys Analysis 2025-08-01 09:39:43 +05:30
apps.py 🚀 Complete agents app implementation with social ads frontend 2025-07-31 19:05:09 +05:30
models.py 🎉 Complete 5 Whys agent enhancements with session management and UI improvements 2025-08-03 13:28:39 +05:30
serializers.py 🚀 Complete agents app implementation with social ads frontend 2025-07-31 19:05:09 +05:30
tests.py 🚀 Complete agents app implementation with social ads frontend 2025-07-31 19:05:09 +05:30
urls.py 🎉 Complete 5 Whys agent enhancements with session management and UI improvements 2025-08-03 13:28:39 +05:30
views.py 🎨 Enhance 5 Whys agent response formatting for professional appearance 2025-08-03 13:54:23 +05:30