quantum-ai-v2/agents/management/commands
Claude be0eecbafd 🚀 Add unified populate_agents command for scalable agent management
- Create comprehensive populate_agents.py that handles ALL agents and categories
- Includes all 6 agents: 4 webhook + 2 direct access with complete configurations
- Eliminates need for individual agent creation commands
- Ensures database consistency between local and Railway environments
- Features detailed progress reporting and verification
- Scales to 100+ agents without additional commands
- Replaces individual management commands with unified approach

Benefits:
- Single command creates entire agent ecosystem
- Idempotent - safe to run multiple times
- Comprehensive form schemas for webhook agents
- Proper direct access configuration for JotForm agents
- Solves Railway marketplace missing agent issues

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-04 23:52:11 +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_ai_brand_strategist_agent.py 🤖 Add AI Brand Strategist agent creation management command 2025-08-04 23:44:17 +05:30
create_cybersec_career_agent.py 🚀 Implement scalable direct access architecture for 100+ agents 2025-08-04 22:46:00 +05:30
create_five_whys_agent.py 🔧 Add missing access_url_name fields to all agent creation commands 2025-08-04 16:30:31 +05:30
create_job_posting_agent.py 🔧 Add missing access_url_name fields to all agent creation commands 2025-08-04 16:30:31 +05:30
create_pdf_summarizer_agent.py 🔧 Add missing access_url_name fields to all agent creation commands 2025-08-04 16:30: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 🔧 Add missing access_url_name fields to all agent creation commands 2025-08-04 16:30:31 +05:30
populate_agents.py 🚀 Add unified populate_agents command for scalable agent management 2025-08-04 23:52:11 +05:30
sync_railway_agents.py 🗃️ Implement complete Railway database recreation 2025-08-03 14:57:49 +05:30