{% extends "base.html" %} {% block title %}ABREKA — Dashboard{% endblock %} {% block content %}
{{ config.project.lib }} — Autonomous Research Agent
{% if stop_requested %} {% endif %} {% if goal %}| ID | Status | Hypothesis | Created |
|---|---|---|---|
| {{ exp.id }} | {{ exp.status }} | {{ exp.hypothesis[:80] }}{% if exp.hypothesis|length > 80 %}...{% endif %} | {{ exp.created_at[:16] }} |
No experiments yet. Run abreka propose to create one.