Skip to content

Commit ed48e6e

Browse files
authored
docs: fix formatting issues in README
- Trimmed trailing whitespace in README - No code changes
1 parent 7c6960c commit ed48e6e

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -60,30 +60,30 @@ Its core architecture consists of three layers: **Resource Layer → Memory Item
6060

6161
<img width="1363" height="563" alt="Three-Layer Architecture Diagram" src="https://github.com/user-attachments/assets/06029141-7068-4fe8-bf50-377cc6f80c87" />
6262

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

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

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

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

74-
- **Full Traceability:**
74+
- **Full Traceability:**
7575
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.
7676

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

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

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

86-
- **Self-Evolving Memory:**
86+
- **Self-Evolving Memory:**
8787
A feedback-driven mechanism continuously adapts the memory structure according to real usage patterns.
8888
<img width="1365" height="308" alt="process" src="https://github.com/user-attachments/assets/cabed021-f231-4bd2-9bb5-7c8cdb5f928c" />
8989

0 commit comments

Comments
 (0)