{% extends "base.html" %} {% load partials static %} {% block content %}
{% include "includes/header.html" %}
Back

Simple RAG Bento

{% if handlers %} {% for handler_id, handler in handlers.items %}

{{ handler.name }}

{{ handler.code }}

{{ handler.docstring }}

{% endfor %} {% else %}
No handlers configured yet. Please check your configuration.
{% endif %}
{% endblock content %}