{% extends 'base.html' %} {% load static %} {% block title %}Weather Reporter Agent - Quantum Tasks AI{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
{% include "components/agent_header.html" with agent_title="Weather Reporter" agent_subtitle="Get real-time weather data from any location worldwide" %} {% include "components/quick_agents_panel.html" %}

đŸŒ¤ī¸ Weather Report Configuration

{% csrf_token %}
Examples: "New York", "London, UK", "Tokyo, Japan", "37.7749,-122.4194"
{% if user.is_authenticated %} {% if user.wallet_balance >= 2.00 %} {% else %}
Insufficient balance! You need 2.00 AED.
💰 Top Up Wallet {% endif %} {% else %} 🔐 Login to Continue {% endif %}

â„šī¸ How It Works

  1. Enter any city name worldwide
  2. Choose your preferred report type
  3. Get real-time weather data
  4. Copy or download detailed reports
{% include "components/processing_status.html" with status_title="Getting Weather Data..." status_text="Fetching real-time weather information..." %} {% include "components/results_container.html" with results_title="Weather Report" %}
{% endblock %}