Web UI
Memory
Memory system dashboard for viewing and managing agent memories.
Statistics Cards
- Total entries count
- Type distribution breakdown (bar chart)
- Average importance score (0-1)
- Total access count
- Embedding coverage percentage
Memory Types
| Type | Color | Description |
|---|---|---|
| codebase_knowledge | Cyan | Project structure understanding |
| agent_learning | Green | Patterns from completed tasks |
| solution_pattern | Purple | Recognized code patterns |
| conversation_history | Blue | Past interactions |
| decision_rationale | Orange | Why choices were made |
Actions
- Backfill Embeddings: Generate vector embeddings for entries without them
- Compact Memory: Remove low-importance entries below threshold
