Skip to content

Commit 724da36

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 724da36

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ 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+
![star-us](https://github.com/user-attachments/assets/9cdc33bb-b55f-4d25-9e24-43212065eb97)
3031

31-
![star-us](./assets/star.gif)
3232

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

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

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

62-
<img width="1280" height="639" alt="image" src="https://github.com/user-attachments/assets/c34a1fdb-02fd-4542-9c10-121d79dba67f" />
62+
<img width="1363" height="563" alt="Three-Layer Architecture Diagram" src="https://github.com/user-attachments/assets/5a17d6fd-f960-4afd-a984-207fe2b341c8" />
6363

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

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

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

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

75-
- **Full Traceability**
75+
- **Full Traceability:**
7676
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.
7777

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

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

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

87-
- **Self-Evolving Memory**
87+
- **Self-Evolving Memory:**
8888
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" />
89+
<img width="1365" height="308" alt="process" src="https://github.com/user-attachments/assets/aeb2dd9a-d76a-465d-b807-9b781c9cb8aa" />
9090

9191
## 🚀Get Started
9292

0 commit comments

Comments
 (0)