{% extends "base.html" %} {% block title %}Overview — ClawTex Dashboard{% endblock %} {% block content %}

Overview

Agent Status
Online
Audit Entries
{{ audit_count }}
Memory Namespace
{{ namespace }}
Memory Count
{{ memory_count }}

Recent Governance Decisions

{% if recent_decisions %} {% for entry in recent_decisions %} {% endfor %}
Timestamp Action Decision Tenant
{{ entry.timestamp }} {{ entry.action }} {{ entry.decision }} {{ entry.tenant_id or "—" }}
{% else %}
No governance decisions recorded yet.
{% endif %} {% endblock %}