{# ── Card: Agnes Internal ─────────────────────────────────────────
Renders the three system tables (agnes_sessions / agnes_telemetry /
agnes_audit) in their own card so they don't pollute the
Core Business Data header counters. Read-only — no profiler
click, no `In stack` toggle; analysts query them via
`agnes query`. #}
{% if internal_card %}
Agnes Internal
System data — sessions, telemetry, audit. Also available locally for analysis.
{# Plain list — no accordion, no profile, no In stack toggle. #}
{% for table in internal_card.tables %}
{{ table.id }}
{{ table.description }}
{% endfor %}
{% endif %}
{% if metrics_data %}
{% set metrics_total = namespace(n=0) %}
{% for c in metrics_data %}{% set metrics_total.n = metrics_total.n + c.metrics|length %}{% endfor %}
Business Metrics
Standardized metric definitions with SQL examples and documentation