{% extends "base.html" %} {% from 'partials/toggle.html' import toggle, toggle_widget %} {% block content %}
{% if workspace_invalid %}

Workspace directory is not available

The configured workspace path {{ workspace_path }} does not exist or is not a valid directory on the host. File-based tool operations (read_file, write_file, etc.) will fail until this is corrected. Please fix in Agent's Settings.

{% endif %}

{{ agent.name }}

{% if not agent.is_super %} {{ agent.id }} {% endif %}
{% if not agent.is_super %}
{% endif %}
{% if not agent.is_super %} {% endif %} {% if agent.artifacts_enabled %} {% endif %}
{% if not agent.is_super %} {% endif %}

{{ agent.name }}

{% endblock %}