{% extends "base.html" %} {% block title %}Annal - Projects{% endblock %} {% block content %}
| 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 %} |
No projects configured yet.
Use the init_project MCP tool to add your first project.