diff --git a/README.md b/README.md index 1e0f2740..f379652f 100644 --- a/README.md +++ b/README.md @@ -25,8 +25,7 @@ --- -🧠 ReMe is a memory management framework designed for **AI agents**, providing both file-based and vector-based memory -systems. +🧠 ReMe is a memory management framework designed for **AI agents**, providing both [file-based](#-file-based-memory-system-remelight) and [vector-based](#-vector-based-memory-system) memory systems. It tackles two core problems of agent memory: **limited context window** (early information is truncated or lost in long conversations) and **stateless sessions** (new sessions cannot inherit history and always start from scratch). diff --git a/README_ZH.md b/README_ZH.md index 6081ab37..3d37e30f 100644 --- a/README_ZH.md +++ b/README_ZH.md @@ -25,7 +25,8 @@ --- -🧠 ReMe 是一个专为 **AI 智能体** 打造的记忆管理框架,同时提供基于文件系统和基于向量库的记忆系统。 +🧠 ReMe 是一个专为 **AI 智能体** 打造的记忆管理框架,同时提供基于[文件系统](#-基于文件的记忆系统-remelight)和基于[向量库](#-基于向量库的记忆系统)的记忆系统。 + 它解决智能体记忆的两类核心问题:**上下文窗口有限**(长对话时早期信息被截断或丢失)、**会话无状态**(新对话无法继承历史,每次从零开始)。