{% extends "base.html" %} {% block title %}Dashboard{% endblock %} {% block content %}
Overview of your context store
| Timestamp | Agent | Task | Contexts | Tokens |
|---|---|---|---|---|
| {{ entry.timestamp.strftime('%Y-%m-%d %H:%M') }} | {{ entry.agent_id or 'anonymous' }} | {{ entry.task }} | {{ entry.contexts_served|length }} | {{ entry.tokens_used }}/{{ entry.tokens_budget }} |
Start querying contexts to see activity here.
| Type | Content | Tags | Created |
|---|---|---|---|
| {{ ctx.type }} | {{ ctx.content[:100] }} | {% for tag in ctx.tags[:3] %} {{ tag }} {% endfor %} {% if ctx.tags|length > 3 %} +{{ ctx.tags|length - 3 }} {% endif %} | {{ ctx.created_at.strftime('%Y-%m-%d') }} |
Add your first context to get started.