Go to file
Claude 82fc051370 Fix Weather Reporter network errors for API-based agent
Fix data format and processing pattern for Weather Reporter:
- Change backend from json.loads() to request.POST.dict() for FormData handling
- Update frontend URL from window.location.href to /process/ endpoint
- Implement immediate response pattern for API-based agent (no polling needed)
- Return complete weather data directly in POST response
- Weather Reporter uses OpenWeatherMap API directly, unlike webhook agents

Key difference: API agents process immediately, webhook agents use async polling

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-11 22:37:14 +05:30
agent_base Implement wallet deduction after success & fix display issues 2025-07-10 16:34:03 +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
data_analyzer Fix Data Analyzer wallet balance persistence issue 2025-07-11 22:23:25 +05:30
docs Implement wallet deduction after success & fix display issues 2025-07-10 16:34:03 +05:30
job_posting_generator Update all agent templates with modern html-agents design 2025-07-11 16:26:04 +05:30
netcop_hub Add Job Posting Generator and Social Ads Generator agents 2025-07-10 18:26:41 +05:30
social_ads_generator Update all agent templates with modern html-agents design 2025-07-11 16:26:04 +05:30
static Implement shared footer and improve header design 2025-07-11 03:24:11 +05:30
templates Implement shared footer and improve header design 2025-07-11 03:24: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 Fix Weather Reporter network errors for API-based agent 2025-07-11 22:37:14 +05:30
.gitignore Implement wallet deduction after success & fix display issues 2025-07-10 16:34:03 +05:30
manage.py Initial Django project setup with working homepage 2025-07-08 16:30:56 +05:30