{% extends "base.html" %} {% block title %}Releases{% endblock %} {% block content %}

Releases

Installed versions across the attune family.

{% for v in versions %} {% endfor %}
PackageVersionStatus
{{ v.package }} {% if v.version %}v{{ v.version }}{% else %}—{% endif %} {% if v.source == 'installed' %} installed {% else %} not installed {% endif %}

Tip: install the rest of the family with pip install attune-author attune-rag attune-help attune-gui. Each gives the dashboard more to surface.

{% endblock %}