From 9328442b5ca4c2557808690c2883d94f2f6a76a8 Mon Sep 17 00:00:00 2001 From: Elliot Chen <2340896+cyfyifanchen@users.noreply.github.com> Date: Wed, 24 Jun 2026 23:28:48 +0800 Subject: [PATCH] docs(readme): sync chinese 1.1 feature positioning (#309) --- README.zh-CN.md | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/README.zh-CN.md b/README.zh-CN.md index a3c636f..2d7feb1 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -21,7 +21,6 @@
-- [即将推出](#即将推出) - [为什么选择 EverOS](#为什么选择-everos) - [快速开始](#快速开始) - [使用场景](#使用场景) @@ -35,17 +34,6 @@ -## 即将推出 - -> [!IMPORTANT] -> -> **Knowledge Wiki:** 由记忆生成可编辑、可溯源的 Markdown 知识页。 -> -> **Reflection:** 在系统空闲或离线时运行,连接信号、压缩历史, -> 并在 session 之间持续改进 profiles 和 skills。 - -
- ## 为什么选择 EverOS EverOS 是面向 agents 和 makers 的 Python library 与 local-first memory @@ -85,6 +73,16 @@ agent trajectories 保存为可读 Markdown,并同步本地 SQLite 与 LanceDB ✅ 按 user_idagent_idapp_idproject_idsession_id 检索 ❌ 通常按 app、namespace、tenant、thread 或 graph 来组织 + +Knowledge Wiki +✅ 可编辑、可溯源的 Markdown 知识页,支持 taxonomy、CRUD APIs 和 topic search +❌ 通常和 memory 分离,被锁在 dashboard 里,或者无法回溯到源文件 + + +Reflection +✅ 离线记忆进化:在 session 之间合并 episode clusters,并持续改进 profiles 和 skills +❌ 通常只是 retrieval-only memory,缺少后台 consolidation 和长周期改进 +