Discover

{% if selected_category %}{{ selected_category }} AI agent templates{% else %}Most popular shared Gobii agents{% endif %}

{% if selected_category %}Browse publicly shared {{ selected_category }} agents from across Gobii.{% else %}Browse publicly shared agents from across Gobii.{% endif %}

{% if not user.is_authenticated %}

Sign in to like templates.

{% endif %}
{{ payload.libraryTotalAgents }} shared agents
{{ payload.libraryTotalLikes }} likes
{% if payload.agents %}
{% for agent in payload.agents %}
{{ agent.category }} @{{ agent.publicProfileHandle }}

{{ agent.name }}

{% if agent.tagline %}

{{ agent.tagline }}

{% endif %}
{{ agent.likeCount }} View details
{% endfor %}
{% else %}

No shared agents found right now.

Check back soon for newly shared agents.

{% endif %}