{{ feature.name }}

Custom Agent

{{ feature.description }}

{{ feature.source|upper }}
{% if feature.model %}
Preferred Model
{{ feature.model }}
{% endif %} {% if feature.color %}
Agent Color
{{ feature.color }}
{% endif %}
File Path
{{ feature.path }}
{% if feature.tools %}

Allowed Tools

{% for tool in feature.tools %} {{ tool }} {% endfor %}

This agent can only use these tools

{% endif %} {% if feature.inheritance and feature.inheritance.levels|length > 1 %}

Inheritance Chain

{% for level in feature.inheritance.levels %}
{{ level.source|upper }} {% if not loop.last %} {% endif %}
{% endfor %}
{% if feature.inheritance.winner %}

Active configuration from: {{ feature.inheritance.winner|upper }}

{% endif %}
{% endif %} {% if feature.instructions or feature.full_content %}

Agent Instructions

{{ feature.full_content or feature.instructions }}
{% endif %}

About Agents

Custom agents provide specialized behavior and capabilities. They can be configured with specific instructions, tool access, and model preferences.