{% extends "base.html" %} {% set active_nav = "workers" %} {% block title %}Workers — Loom Workshop{% endblock %} {% block content %}

Workers

{{ workers | length }} worker config{{ 's' if workers | length != 1 else '' }} loaded.

{% for w in workers %} {% else %} {% endfor %}
Name Description Kind Tier Actions
{{ w.name }} {% if w.app_name %}
{{ w.app_name }}{% endif %}
{{ w.description or '—' }} {{ w.worker_kind }} {{ w.default_model_tier or '—' }} Test Eval
No worker configs found in configs/workers/
{% endblock %}