Memory candidates viewer #16

Closed
opened 2026-03-12 09:56:33 +01:00 by shahondin1624 · 1 comment

Milestone: Dashboard Views

Display MemoryCandidate entries from SubagentResult.new_memory_candidates — show content, source badge, and confidence score. Group by session.

Acceptance Criteria

  • Dedicated /memory route or panel
  • List of MemoryCandidate entries
  • Each entry shows: content, source badge, confidence score
  • Entries grouped by session
  • Confidence score visualized (progress bar or color-coded)
  • Filterable by source or confidence threshold
## Milestone: Dashboard Views Display `MemoryCandidate` entries from `SubagentResult.new_memory_candidates` — show content, source badge, and confidence score. Group by session. ### Acceptance Criteria - [ ] Dedicated `/memory` route or panel - [ ] List of `MemoryCandidate` entries - [ ] Each entry shows: content, source badge, confidence score - [ ] Entries grouped by session - [ ] Confidence score visualized (progress bar or color-coded) - [ ] Filterable by source or confidence threshold
Author
Owner

Implemented in PR #36. Memory candidates viewer with session grouping, source/confidence filtering, and localStorage persistence.

Implemented in PR #36. Memory candidates viewer with session grouping, source/confidence filtering, and localStorage persistence.
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: llm-multiverse/llm-multiverse-ui#16