{% extends "base.html" %} {% block content %}

Overview

All Projects

Inspect project health, runtime state, and artifact production from one place.

Projects {{ project_count }}
Task States {{ task_state_counts|length }}
Project States {{ project_state_counts|length }}

Projects

+ New Chat
{% if projects %}
{% for project in projects %} {% endfor %}
{% else %}

No projects yet

Initialize the database and start adding runtime data to see the dashboard populate.

{% endif %}
{% endblock %}