{% extends "base.html" %} {% from "components/help_macros.html" import tooltip, help_panel, help_step, help_tip, privacy_note %} {% set active_page = 'metrics' %} {% block title %}Metrics Dashboard - Deep Research System{% endblock %} {% block extra_head %} {% endblock %} {% block content %}

Metrics Dashboard

⭐ Star Reviews 💰 Cost Analytics ⚠️ Context Overflow 🔗 Link Analytics 📔 Journals
Research Mode:
Time Range:
{% call help_panel('metrics-how', 'Understanding Metrics', icon='tachometer-alt', collapsed=true, dismissible=true) %}
{{ help_step(1, "Token Usage", "Tokens are pieces of text (roughly 4 characters or 3/4 of a word). Higher token counts = longer research but more thorough results.") }} {{ help_step(2, "Cost Estimates", "Costs are calculated from token usage and model pricing. Local models (Ollama) show $0.00 as they run on your hardware.") }} {{ help_step(3, "Performance", "Response time and success rate help identify slow or problematic model configurations.") }} {{ help_step(4, "Ratings", "Your satisfaction ratings help track which models and settings produce the best results for your needs.") }}
{{ privacy_note("All metrics are calculated locally. Your usage data never leaves your device.") }} {% endcall %}

Loading metrics...

{% endblock %} {% block component_scripts %} {% endblock %}