Skip to content

Memory Dashboard

The Memory Dashboard is a built-in web interface for browsing, searching, and managing memories without using the CLI. It gives you a real-time visual view of what your agents remember.

Accessing the Dashboard

Open your browser and navigate to:

http://localhost:8230/ui

If the service is running on a remote server, replace localhost with the server IP or hostname. For example:

http://ec2-xx-xx-xx-xx.compute-1.amazonaws.com:8230/ui

Features

FeatureDescription
Agent filterFilter the memory list by agent ID (e.g. dev, main, blog)
Semantic searchSearch memories by meaning — results ranked by relevance score (highest first)
List viewBrowse all memories sorted by created_at descending (newest first)
Auto badgeMemories auto-generated by pipelines (auto_digest, auto_dream) are tagged with a green Auto label
Short/Long-term badgeMemories with a run_id show an orange 短期 badge; long-term memories (no run_id) show a purple 长期 badge
Score displaySearch results show a relevance score percentage
Expand/CollapseClick any memory card to expand its full content and metadata
DeleteRemove individual memories with the delete button

UI vs CLI

ScenarioRecommended
Quickly browse what an agent remembers✅ Dashboard
Search by topic to verify memory quality✅ Dashboard
Delete a stale or incorrect memory✅ Dashboard
Add memories programmaticallyCLI
Bulk operations (list all, filter by run_id)CLI
Automated pipeline integrationCLI

Interface Overview

Project Logo

Badge Reference

BadgeColorMeaning
AutoGreenMemory was written by an automated pipeline (not manually)
短期OrangeShort-term memory — has a run_id, will be promoted or archived after 7 days
长期PurpleLong-term memory — no run_id, persists indefinitely until explicitly deleted
SharedBlueMemory from the shared knowledge pool (category=experience or procedural)

Released under the MIT License.