quantum-ai-v3/agents/management/commands
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
..
__init__.py 🚀 Complete agents app implementation with social ads frontend 2025-07-31 19:05:09 +05:30
cleanup_expired_sessions.py Implement chat session timeout system 2025-08-01 15:45:16 +05:30
create_cybersec_career_agent.py 🎯 Complete dual integration architecture with JotForm and digital branding 2025-08-02 10:47:16 +05:30
create_five_whys_agent.py 🎉 Complete 5 Whys agent enhancements with session management and UI improvements 2025-08-03 13:28:39 +05:30
create_job_posting_agent.py 💼 Add Job Posting Generator agent with comprehensive form schema 2025-07-31 19:10:15 +05:30
create_pdf_summarizer_agent.py 📄 Add PDF Summarizer agent with advanced file upload system 2025-07-31 19:18:31 +05:30
create_sample_agents.py 🚀 Complete agents app implementation with social ads frontend 2025-07-31 19:05:09 +05:30
create_social_ads_agent.py 🚀 Complete agents app implementation with social ads frontend 2025-07-31 19:05:09 +05:30
populate_agents.py 🤖 Add populate_agents management command for Railway deployment 2025-08-02 12:55:29 +05:30
sync_railway_agents.py 🗃️ Implement complete Railway database recreation 2025-08-03 14:57:49 +05:30