{% extends "base.html" %} {% block title %}Annal - Projects{% endblock %} {% block content %}
| Project | Total | Agent | Indexed | Stale | Top Tags |
|---|---|---|---|---|---|
| {{ p.name }} | {{ p.total }} | {{ p.agent_memory }} | {{ p.file_indexed }} | {% if p.stale + p.never_accessed > 0 %} {{ p.stale + p.never_accessed }} {% else %} 0 {% endif %} | {% for tag, count in p.top_tags %} {{ tag }} {{ count }} {% endfor %} |
No projects configured yet.
Use the init_project MCP tool to add your first project.