mirror of
https://github.com/thecyberlearn/quantum-ai-v3.git
synced 2026-08-18 08:52:58 +00:00
BREAKING CHANGE: Complete removal of legacy workflows system - Remove entire workflows/ directory and all related files - Update Django settings to remove workflows from INSTALLED_APPS - Fix all URL references from workflows:marketplace to agents:marketplace - Update core views to use agents.models.Agent instead of config files - Fix agent detail template component includes (workflows/components → components) - Update documentation to reflect database-driven agents system only - Remove N8N workflow management script (no longer needed) Template fixes: - Agent header, quick agents panel, processing status, results container - All error pages (403, 404, 500) now point to agents marketplace - Base template navigation and footer updated - Wallet pages redirect to agents marketplace Core changes: - Homepage uses Agent.objects instead of get_all_agents() - Health check counts active agents from database - All template references updated to use components/ path Result: Clean, streamlined agents-only system with no legacy code 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com> |
||
|---|---|---|
| .claude/agents | ||
| .github | ||
| agents | ||
| authentication | ||
| core | ||
| netcop_hub | ||
| scripts | ||
| static | ||
| templates | ||
| tests | ||
| wallet | ||
| .env.example | ||
| .env.production.template | ||
| .gitignore | ||
| .railway.env.example | ||
| agent_template_prototype.html | ||
| AGENTS_APP_RECREATION_GUIDE.md | ||
| CLAUDE.md | ||
| docs_update_summary.txt | ||
| manage.py | ||
| railway.json | ||
| railway.staging.json | ||
| requirements-dev.txt | ||
| requirements.txt | ||
| run_dev.sh | ||
| social_ads_generator.html | ||
| social_ads.html | ||
| workflow_template.html | ||