Merge pull request #35 from Molecule-AI/docs/memory-inspector-738

docs(concepts): add Memory Inspector panel (canvas PR #738)
This commit is contained in:
molecule-ai[bot] 2026-04-20 08:49:15 -07:00 committed by GitHub
commit 7e7461a672
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -240,6 +240,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=<query>` 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: