quantum-ai-v3/docs_update_summary.txt
Claude 657712fed8 🗑️ Remove workflows app completely and streamline to agents-only
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>
2025-07-31 23:27:09 +05:30

25 lines
720 B
Plaintext

=== Documentation Auto-Update Summary ===
Update Date: 2025-07-31 23:12:15
Recent Commits:
- c368bb5 ✨ Enhance marketplace with modern design and authentication
- 4424780 🧹 Clean up marketplace to keep only 3 working agents
- 400f2b7 📄 Add PDF Summarizer agent with advanced file upload system
Agents Changes:
- agents/templates/agents/marketplace.html
- agents/views.py
- static/js/agents-core.js
- templates/components/quick_agents_panel.html
- workflows/templates/workflows/components/quick_agents_panel.html
Documentation Changes:
- CLAUDE.md
Backend Changes:
- docs_update_summary.txt
Updated Documentation Files:
- /home/amit/projects/quantum_ai_v2/CLAUDE.md
=== End Summary ===