From 0fdf9255becde13b44a58a9df3d2798c9c409d26 Mon Sep 17 00:00:00 2001 From: Google Gemini Date: Sun, 22 Mar 2026 23:25:33 +0000 Subject: [PATCH 1/2] Add tabbed interface and graph view to memory.html --- src/dashboard/templates/memory.html | 125 ++++++++++++++++++++++++++++ 1 file changed, 125 insertions(+) diff --git a/src/dashboard/templates/memory.html b/src/dashboard/templates/memory.html index 1c2822aa..6db0585a 100644 --- a/src/dashboard/templates/memory.html +++ b/src/dashboard/templates/memory.html @@ -3,7 +3,26 @@ {% block title %}Memory Browser{% endblock %} {% block content %} +
+
+
+

Memory Browser

+

Semantic search through conversation history and facts

+
+ +
+ +
+
+

Memory Browser

Semantic search through conversation history and facts

@@ -66,7 +85,14 @@ {{ "%.2f"|format(mem.relevance_score) }} {% endif %}
+
{{ mem.content }}
+ {% if mem.relevance_score %} +
+
+
+ {% endif %} +
{{ mem.timestamp[11:16] }} {% if mem.agent_id %} @@ -119,9 +145,108 @@ {% endif %}
+ +
+
+
+
+
+
+
+
+