{% extends "base.html" %} {% block title %}AI Chat — MOSAIC{% endblock %} {% block head %} {% endblock %} {% block content %}

AI — Chat

Multi-turn conversation with your indexed papers. Requires indexed papers and a configured LLM.

{% for msg in history %}
{{ msg.content }}
{% else %}

No messages yet. Ask your first question below.

{% endfor %}
{# Poll trigger lives OUTSIDE #chat-thread so HTMX never destroys it during swaps #}
{# Hidden form — HTMX reads from this; JS populates it before submission #}
Ctrl+Enter to send {% endblock %}