{% extends "base.html" %} {% block title %}Annal - Projects{% endblock %} {% block content %}
{% if project_stats %} {% for p in project_stats %} {% endfor %}
Project Total Agent Indexed Top Tags
{{ p.name }} {{ p.total }} {{ p.agent_memory }} {{ p.file_indexed }} {% for tag, count in p.top_tags %} {{ tag }} {{ count }} {% endfor %}
{% else %}
>_

No projects configured yet.

Use the init_project MCP tool to add your first project.

{% endif %} {% endblock %}