You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: update images and refine punctuation in README
- Updated several images in the README for better clarity
- Refined punctuation to improve readability and consistency
- No functional or code changes included
Copy file name to clipboardExpand all lines: README.md
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,8 +27,7 @@ MemU offers several convenient ways to get started right away:
27
27
## ⭐ Star Us on GitHub
28
28
29
29
Star MemU to get notified about new releases and join our growing community of AI developers building intelligent agents with persistent memory capabilities.
A multimodal raw data warehouse, also serving as the ground truth layer, providing a semantic foundation for the memory system.
66
65
67
-
-**Memory Item Layer**
66
+
-**Memory Item Layer:**
68
67
A unified semantic abstraction layer, functioning as the system’s semantic cache, supplying high-density semantic vectors for downstream retrieval and reasoning.
69
68
70
-
-**MemoryCategory Layer**
69
+
-**MemoryCategory Layer:**
71
70
A thematic document layer, mimicking human working memory mechanisms, balancing short-term response efficiency and long-term information completeness.
72
71
73
72
Through this three-layer design, **MemU brings genuine memory into the agent layer, achieving:**
74
73
75
-
-**Full Traceability**
74
+
-**Full Traceability:**
76
75
Complete traceability across the three layers—from raw data → memory items → aggregated documents. Enables bidirectional tracking of each knowledge piece’s source and evolution, ensuring transparency and interpretability.
77
76
78
-
-**End-to-End Memory Lifecycle Management**
77
+
-**End-to-End Memory Lifecycle Management:**
79
78
The three core processes correspond to the memory lifecycle: **Memorization → Retrieval → Self-evolution**.
80
79
81
-
-**Coherent and Scalable Memorization**
80
+
-**Coherent and Scalable Memorization:**
82
81
During memorization, the system maintains memory coherence while automatically managing resources to support sustainable expansion.
83
82
84
-
-**Efficient and Interpretable Retrieval**
83
+
-**Efficient and Interpretable Retrieval:**
85
84
Retrieves information efficiently while preserving interpretability, supporting cross-theme and cross-modal semantic queries and reasoning.
86
85
87
-
-**Self-Evolving Memory**
86
+
-**Self-Evolving Memory:**
88
87
A feedback-driven mechanism continuously adapts the memory structure according to real usage patterns.
0 commit comments