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

🤖 AI Agents Marketplace

Discover powerful AI agents to automate your tasks and boost productivity

{{ agents.count }} agent{{ agents.count|pluralize }} found

{% for agent in agents %}
{{ agent.category.icon }}

{{ agent.name }}

{{ agent.category.name }}
{{ agent.price }} AED

{{ agent.short_description }}

{% empty %}
🤖

No agents found

Try adjusting your search or filter criteria

View All Agents
{% endfor %}
{% if not selected_category and not search_query %}

Browse by Category

{% endif %}
{% endblock %}