{% extends "base.html" %} {% block title %}minibot dashboard{% endblock %} {% block content %}
● running uptime {{ uptime }} v{{ version }} · Python {{ python_version }}

Model

{{ llm_provider }} / {{ llm_model }}

Channels

Telegram {{ "✓" if telegram_enabled else "✗" }}

Runtime

{{ pending_turns }} pending turn{{ "" if pending_turns == 1 else "s" }}

Extensions

{% if extensions %} {% else %}

none loaded

{% endif %}

Tools

{% if tool_names %} {% else %}

none enabled

{% endif %}

HTTP Routes

{% for route in routes %} {% endfor %}
MethodPath
{{ route.method }}{{ route.path }}{{ route.note }}
{% endblock %}