{% extends 'base.html' %} {% block title %}{{ agent.name }} - NetCop AI Hub{% endblock %} {% block content %}
{{ agent.icon }}

{{ agent.name }}

{{ agent.description }}

{% if agent.slug == 'five-whys' %}
🤖

👋 Welcome to the 5 Whys Root Cause Analysis!

I'll help you systematically analyze your problem using the proven 5 Whys methodology.

To get started, please describe the problem you're experiencing.

For example:

  • "Our customer complaints increased by 40% this month"
  • "Production quality has decreased recently"
  • "Website performance is slower than usual"

What problem would you like to analyze?

{% elif agent.slug == 'data-analyzer' %}

Drop your file here or click to browse

Supports CSV, Excel, JSON files up to 10MB

{% elif agent.slug == 'weather-reporter' %}
{% elif agent.slug == 'job-posting-generator' %}
{% elif agent.slug == 'social-ads-generator' %}
{% elif agent.slug == 'faq-generator' %}
{% endif %}

Cost

Current Balance: {{ user.wallet_balance }} AED
Cost: -{{ agent.price_display }}
After Processing: {% if has_sufficient_balance %} {{ user.wallet_balance|floatformat:2 }} AED {% else %} Insufficient Balance {% endif %}
{% if not has_sufficient_balance %}

Top up wallet to use this agent

{% endif %}

Agent Statistics

Rating:
★ {{ agent.rating }}
Reviews: {{ agent.review_count }}
Category: {{ agent.get_category_display }}
{% endblock %}