From dbfe3483f522b71462814803fbe686c8d71fff1d Mon Sep 17 00:00:00 2001 From: Elliot Chen <2340896+cyfyifanchen@users.noreply.github.com> Date: Thu, 18 Jun 2026 08:44:54 +0800 Subject: [PATCH] docs: simplify README reflection wording (#296) --- README.md | 66 +++++-------------------------------------------- README.zh-CN.md | 6 ++--- 2 files changed, 9 insertions(+), 63 deletions(-) diff --git a/README.md b/README.md index 83560f6..6b39c11 100644 --- a/README.md +++ b/README.md @@ -22,8 +22,7 @@
- [EverOS 1.0.0](#everos-100) -- [EverOS: One Memory For All](#everos-one-memory-for-all) -- [How EverOS Is Different](#how-everos-is-different) +- [Why Ever OS](#why-ever-os) - [Quick Start](#quick-start) - [Use Cases](#use-cases) - [Architecture At A Glance](#architecture-at-a-glance) @@ -50,8 +49,8 @@ > through [EverAlgo](https://github.com/EverMind-AI/EverAlgo). > > **Coming next:** Knowledge Wiki will turn memory into editable, -> source-backed Markdown knowledge pages. Reflection, also called Dreaming, -> will run when the system is idle or offline to connect signals, compress +> source-backed Markdown knowledge pages. Reflection will run when the +> system is idle or offline to connect signals, compress > history, and improve profiles and skills between sessions.
@@ -62,7 +61,7 @@ -## EverOS: One Memory For All +## Why Ever OS EverOS is the local memory operating system for agents and makers. It gives one portable memory layer across coding assistants, apps, devices, and @@ -70,59 +69,6 @@ workflows. Today it stores conversations, files, and agent trajectories as readable Markdown, then syncs local SQLite and LanceDB indexes for fast retrieval and self-evolving reuse. - - - - - - - - - - - -
-Markdown As Source Of Truth
-
-All memory is persisted as .md files: readable, editable, -grep-able, Git-versioned, and openable directly in Obsidian. -
-Local Three-Part Stack
-
-Markdown + SQLite + LanceDB keep vectors, BM25, and scalar filters -local. No MongoDB, Elasticsearch, or Redis required. -
-Dual-Track Memory
-
-Agent memory (cases / skills) and user memory -(episodes / profile) are extracted independently. -
-Multimodal Ingestion
-
-Text, images, audio, documents, PDFs, HTML, and email are unified into -searchable memory. -
-Self-Evolution
-
-Common skills are extracted from real usage; repeated patterns become -reusable workflows, no retraining required. -
-Orthogonal Retrieval
-
-Search independently by user_id, agent_id, -app_id, project_id, and session_id. -
- -
-
- -[![](https://img.shields.io/badge/-Back_to_top-gray?style=flat-square)](#readme-top) - -
- - -## How EverOS Is Different - @@ -160,7 +106,7 @@ Search independently by user_id, agent_id, - + @@ -805,7 +751,7 @@ becomes something users can read, correct, link, version, and open in their existing Markdown tools. - + @@ -812,7 +812,7 @@ EverOS 1.0.0 是更大规模记忆系统路线图的第一个发布版本。Watc 向量召回结果,而是用户可以阅读、修正、链接、版本化,并用现有 Markdown 工具打开的知识层。
Title❌ Usually retrieval, graph, dashboards, or generated summaries instead of editable source-backed pages
Dreaming / ReflectionReflection ✅ Coming next: Reflection that runs when the system is idle or offline to connect signals, compress history, and improve profiles and skills between sessions ❌ Usually online read/write APIs, retrieval records, or summaries rather than idle-time memory consolidation
-Dreaming / Reflection
+Reflection

Runs when the system is idle or offline to revisit stored memory, connect weak signals, compress noisy history into durable patterns, and improve profiles and diff --git a/README.zh-CN.md b/README.zh-CN.md index e8920df..8e67939 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -50,7 +50,7 @@ > [EverAlgo](https://github.com/EverMind-AI/EverAlgo) 支撑的模块化算法。 > > **即将推出:** Knowledge Wiki 会把记忆整理成可编辑、可溯源的 -> Markdown 知识页。Reflection(也称 Dreaming)会在系统空闲或离线时 +> Markdown 知识页。Reflection 会在系统空闲或离线时 > 连接信号、压缩历史,并持续改进 profile 和 skills。
@@ -152,7 +152,7 @@ Agent 记忆(cases / skills)与用户记忆(❌ 通常是 retrieval、graph、dashboard 或 generated summaries,而不是可编辑、可溯源的知识页
Dreaming / ReflectionReflection ✅ 即将推出:在系统空闲或离线时运行,用来连接信号、压缩历史,并在 session 之间改进 profiles 和 skills ❌ 通常是在线读写 API、retrieval records 或 summaries,而不是空闲态记忆整理
-Dreaming / Reflection
+Reflection

在系统空闲或离线时运行,重新审视已存储记忆,连接弱信号,把嘈杂历史压缩成稳定模式, 并持续改进 profile 和 skills。目标是让 Agent 在活跃 session 之间也能变得更好,