Skip to content

Commit 7c6960c

Browse files
authored
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
1 parent 2235b09 commit 7c6960c

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ MemU offers several convenient ways to get started right away:
2727
## ⭐ Star Us on GitHub
2828

2929
Star MemU to get notified about new releases and join our growing community of AI developers building intelligent agents with persistent memory capabilities.
30-
31-
![star-us](./assets/star.gif)
30+
![star-us](https://github.com/user-attachments/assets/913dcd2e-90d2-4f62-9e2d-30e1950c0606)
3231

3332
**💬 Join our Discord community:** [https://discord.gg/memu](https://discord.gg/memu)
3433

@@ -59,34 +58,35 @@ MemU offers a flexible and robust alternative, inspired by hierarchical storage
5958

6059
Its core architecture consists of three layers: **Resource Layer → Memory Item Layer → MemoryCategory Layer.**
6160

62-
<img width="1280" height="639" alt="image" src="https://github.com/user-attachments/assets/c34a1fdb-02fd-4542-9c10-121d79dba67f" />
61+
<img width="1363" height="563" alt="Three-Layer Architecture Diagram" src="https://github.com/user-attachments/assets/06029141-7068-4fe8-bf50-377cc6f80c87" />
6362

64-
- **Resource Layer**
63+
- **Resource Layer:**
6564
A multimodal raw data warehouse, also serving as the ground truth layer, providing a semantic foundation for the memory system.
6665

67-
- **Memory Item Layer**
66+
- **Memory Item Layer:**
6867
A unified semantic abstraction layer, functioning as the system’s semantic cache, supplying high-density semantic vectors for downstream retrieval and reasoning.
6968

70-
- **MemoryCategory Layer**
69+
- **MemoryCategory Layer:**
7170
A thematic document layer, mimicking human working memory mechanisms, balancing short-term response efficiency and long-term information completeness.
7271

7372
Through this three-layer design, **MemU brings genuine memory into the agent layer, achieving:**
7473

75-
- **Full Traceability**
74+
- **Full Traceability:**
7675
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.
7776

78-
- **End-to-End Memory Lifecycle Management**
77+
- **End-to-End Memory Lifecycle Management:**
7978
The three core processes correspond to the memory lifecycle: **Memorization → Retrieval → Self-evolution**.
8079

81-
- **Coherent and Scalable Memorization**
80+
- **Coherent and Scalable Memorization:**
8281
During memorization, the system maintains memory coherence while automatically managing resources to support sustainable expansion.
8382

84-
- **Efficient and Interpretable Retrieval**
83+
- **Efficient and Interpretable Retrieval:**
8584
Retrieves information efficiently while preserving interpretability, supporting cross-theme and cross-modal semantic queries and reasoning.
8685

87-
- **Self-Evolving Memory**
86+
- **Self-Evolving Memory:**
8887
A feedback-driven mechanism continuously adapts the memory structure according to real usage patterns.
89-
<img width="1280" height="312" alt="image" src="https://github.com/user-attachments/assets/e2c0ac0c-e5cb-44a9-b880-89be142e1ca5" />
88+
<img width="1365" height="308" alt="process" src="https://github.com/user-attachments/assets/cabed021-f231-4bd2-9bb5-7c8cdb5f928c" />
89+
9090

9191
## 🚀Get Started
9292

0 commit comments

Comments
 (0)