{% 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 %} {{ project.title }} {{ project.slug }} {{ project.state }} {{ project.goal_count }} goals {{ project.task_count }} tasks {{ project.done_task_count }} done {{ project.artifact_count }} artifacts {% if project.state in ('draft', 'activated') %} Pause {% elif project.state == 'paused' %} Resume {% endif %} Delete {% endfor %} {% else %} No projects yet Initialize the database and start adding runtime data to see the dashboard populate. {% endif %} {% endblock %}
Overview
Inspect project health, runtime state, and artifact production from one place.
{{ project.slug }}
Initialize the database and start adding runtime data to see the dashboard populate.