{% extends "base.html" %} {% block title %}{% if agent %}Agent bearbeiten{% else %}Neuer Agent{% endif %} – Agent Platform{% endblock %} {% block content %}
{% if agent %} {% else %} {% endif %}
{% set selected = agent.allowed_tools if agent else [] %} {% if available_tools %} {% for tool in available_tools %} {% endfor %} {% else %} {% endif %}
Verfügbare Tools vom MCP-Server. Falls nicht erreichbar, manuell als CSV.
Abbrechen
{% if agent %}

Chat testen

{% endif %} {% endblock %}