{% extends "ui/base_ui.html" %} {% block title %}Home - ATP Platform{% endblock %} {% block content %}

Welcome to ATP Platform

Agent Test Platform — benchmark and evaluate AI agents

{{ total_benchmarks }}
Benchmarks
{{ total_runs }}
Total Runs
{{ active_runs }}
Active Runs
{{ total_tournaments }}
Tournaments

Recent Activity

{% if recent_items %} {% for item in recent_items %}
{{ item.label }} {% if item.ts %}{{ item.ts.strftime("%Y-%m-%d %H:%M") }}{% endif %}
{% endfor %} {% else %}

No activity yet. Start a benchmark run or a tournament to see results here.

{% endif %} {% endblock %}