Go to file
Claude 1aac14f44b Implement individual agent architecture with simplified template structure
- Replace legacy agents system with modular individual agent apps
- Add agent_base framework for BaseAgent, processors, and management commands
- Create weather_reporter as example individual agent with API integration
- Implement simplified template structure: agent_name/templates/detail.html
- Fix marketplace to display actual agents instead of placeholder
- Add proper authentication flow with login redirect for agent access
- Organize project structure: move tests to tests/, docs to docs/
- Update all documentation to reflect new simplified architecture
- Fix URL namespace issues throughout templates and views

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-10 09:01:11 +05:30
agent_base Implement individual agent architecture with simplified template structure 2025-07-10 09:01:11 +05:30
authentication Implement individual agent architecture with simplified template structure 2025-07-10 09:01:11 +05:30
core Implement individual agent architecture with simplified template structure 2025-07-10 09:01:11 +05:30
docs Implement individual agent architecture with simplified template structure 2025-07-10 09:01:11 +05:30
netcop_hub Implement individual agent architecture with simplified template structure 2025-07-10 09:01:11 +05:30
templates Implement individual agent architecture with simplified template structure 2025-07-10 09:01:11 +05:30
tests Implement individual agent architecture with simplified template structure 2025-07-10 09:01:11 +05:30
wallet first working 2025-07-09 02:15:35 +05:30
weather_reporter Implement individual agent architecture with simplified template structure 2025-07-10 09:01:11 +05:30
.gitignore Initial Django project setup with working homepage 2025-07-08 16:30:56 +05:30
manage.py Initial Django project setup with working homepage 2025-07-08 16:30:56 +05:30