{% extends 'base.html' %} {% block title %}AI Agent Marketplace - NetCop AI Hub{% endblock %} {% block content %}

AI Agent Marketplace

Choose from our collection of powerful AI agents

{% for agent in agents %}
{{ agent.icon }}
{{ agent.price_display }}
per use

{{ agent.name }}

{{ agent.description }}

{{ agent.rating }} ({{ agent.review_count }})
{{ agent.get_category_display }}
Use Agent
{% endfor %}
{% endblock %}