quantum-ai-v3/workflows
Claude ec42b51d7f 🗑️ Complete agent_base app removal and legacy cleanup
- Removed entire agent_base app and all legacy individual agent apps
- Updated core views to use workflows config instead of database models
- Fixed all template references to use workflows:marketplace
- Removed agent_base logging configuration from settings
- Created unified marketplace in workflows app using AGENT_CONFIGS
- All 6 agents now working through unified workflows system
- Direct N8N integration without Django fallbacks
- Simplified architecture with single source of truth for agent metadata

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-29 19:57:24 +05:30
..
config All agents working: Direct N8N integration, fixed routing, and pricing sync 2025-07-29 19:33:01 +05:30
migrations 🚀 Implement simplified workflows system with shared components 2025-07-28 20:06:46 +05:30
templates/workflows 🗑️ Complete agent_base app removal and legacy cleanup 2025-07-29 19:57:24 +05:30
__init__.py 🚀 Implement simplified workflows system with shared components 2025-07-28 20:06:46 +05:30
admin.py 🚀 Implement simplified workflows system with shared components 2025-07-28 20:06:46 +05:30
apps.py 🚀 Implement simplified workflows system with shared components 2025-07-28 20:06:46 +05:30
models.py 🚀 Implement simplified workflows system with shared components 2025-07-28 20:06:46 +05:30
tests.py 🚀 Implement simplified workflows system with shared components 2025-07-28 20:06:46 +05:30
urls.py 🗑️ Complete agent_base app removal and legacy cleanup 2025-07-29 19:57:24 +05:30
views.py 🗑️ Complete agent_base app removal and legacy cleanup 2025-07-29 19:57:24 +05:30