mirror of
https://github.com/thecyberlearn/quantum-ai-v3.git
synced 2026-08-18 08:52:58 +00:00
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> |
||
|---|---|---|
| agent_base | ||
| authentication | ||
| core | ||
| data_analyzer | ||
| docs | ||
| job_posting_generator | ||
| netcop_hub | ||
| social_ads_generator | ||
| static | ||
| templates | ||
| tests | ||
| wallet | ||
| weather_reporter | ||
| .gitignore | ||
| manage.py | ||