{% extends 'base.html' %} {% load static %} {% block title %}AI Agent Marketplace - Quantum Tasks AI{% endblock %} {% block extra_css %} {% endblock %} {% block content %}

🤖 AI Agent Marketplace

Discover powerful AI agents to automate your tasks, boost productivity, and streamline your workflow

All {% for category in categories %} {{ category.icon }} {{ category.name }} {% endfor %}
{% if search_query %} Search results for "{{ search_query }}" {% if selected_category %} • {{ selected_category|capfirst }} category{% endif %} {% elif selected_category %} {{ selected_category|capfirst }} category {% endif %}
{% if agents %}
{% for agent in agents %}
{{ agent.category.icon }}

{{ agent.name }}

{{ agent.price }} AED

{{ agent.short_description }}

{% endfor %}
{% else %}
🔍

No agents found

Try adjusting your search or browse all categories

Browse All Agents
{% endif %}
{% endblock %}