{% extends "base.html" %} {% block title %}{{ agent.name if agent else 'Agent' }} - Agent Wasp{% endblock %} {% block content %} {% if not agent %}
{{ agent.description }}
{% endif %}Allowed capabilities
{{ agent.identity_prompt[:500] }}{% if agent.identity_prompt|length > 500 %}…{% endif %}
No active goals
{% endif %}{{ m.content }}
{{ m.created_at }}
No messages received
{% endif %}