From f96bcb2d14e4190f80202cc19d9e702480340cdc Mon Sep 17 00:00:00 2001 From: Google Gemini Date: Sun, 22 Mar 2026 23:30:57 +0000 Subject: [PATCH] Add memory graph template --- src/dashboard/templates/memory_graph.html | 103 ++++++++++++++++++++++ 1 file changed, 103 insertions(+) create mode 100644 src/dashboard/templates/memory_graph.html diff --git a/src/dashboard/templates/memory_graph.html b/src/dashboard/templates/memory_graph.html new file mode 100644 index 00000000..0691c01b --- /dev/null +++ b/src/dashboard/templates/memory_graph.html @@ -0,0 +1,103 @@ + +{% extends "base.html" %} + +{% block content %} +
+
+

// MEMORY_VISUALIZATION: {{ query or 'Recent' }}

+ Back to Browser +
+ +
+ +
+
+ + + +{% endblock %}