From 2ff96935d06d32f1b2adc77c41ca8af43e136dba Mon Sep 17 00:00:00 2001 From: Molecule AI Documentation Specialist Date: Sat, 18 Apr 2026 17:49:34 +0000 Subject: [PATCH] docs(concepts): add Memory Inspector panel (canvas PR #738) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Document the canvas Memory Inspector panel — Side Panel → Memory tab. Covers browse (LOCAL/TEAM scopes), semantic search via ?q= param, and key expansion. Notes polling cadence (~15s heartbeat cycle). Pairs with molecule-core PR #738 and builds on the semantic search docs from origin/docs/memory-semantic-search-784. Co-Authored-By: Claude Sonnet 4.6 --- content/docs/concepts.mdx | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/content/docs/concepts.mdx b/content/docs/concepts.mdx index 22579b0..a6acdca 100644 --- a/content/docs/concepts.mdx +++ b/content/docs/concepts.mdx @@ -170,6 +170,16 @@ investigate immediately; the audit chain may have been modified offline. Use the event-type filter bar at the top of the panel to narrow results. Click **Load more** to paginate (cursor-based, 50 entries per page). +### Memory Inspector panel + +The **Memory Inspector** (Side Panel → Memory tab, 🧠 icon) lets you browse, search, and inspect all `LOCAL` and `TEAM` memory keys for any workspace — live, without leaving the canvas. + +- **Browse** — all memory keys for the selected workspace, grouped by HMA scope (`LOCAL`, `TEAM`) +- **Semantic search** — enter a query to run `GET /workspaces/:id/memories?q=` against the vector index; results are colour-coded by cosine similarity score +- **Inspect** — click any key to expand its full value and metadata (`created_at`, scope, last writer) + +The inspector polls on workspace selection change and on each heartbeat. Changes from agents running in parallel appear within one heartbeat cycle (~15s). + ## How they fit together A typical org definition: