{% extends "base.html" %} {% block title %}Настройки — TG Agent{% endblock %} {% block content %}

Настройки

Telegram-аккаунты
{% include "settings/_accounts.html" %}
Telegram API credentials
{% include "settings/_credentials.html" %}
Планировщик
{% include "settings/_scheduler.html" %}
Semantic Search & Embeddings
{% include "settings/_semantic.html" %}
Image Generation Providers
{% include "settings/_image_providers.html" %}
Режим разработчика{% if agent_dev_mode_enabled %} & AI Agent{% endif %}
{% include "settings/_devmode.html" %}
Фильтры каналов
{% include "settings/_filters.html" %}
Уведомления
{% include "settings/_notifications.html" %}
Перевод и определение языка
{% include "settings/_translation.html" %}
Разрешения инструментов агента
{% include "settings/_tool_permissions.html" %}
{% endblock %} {% block head_scripts %} {% endblock %}