docs(readme): polish repository presentation (#263)
* docs(readme): refine repository watch section Replace the Stay Tuned section with a clearer Watch EverOS call to action in both English and Chinese READMEs. Remove the star GIF and keep star history as lighter social proof. * docs(readme): improve highlights table spacing Add spacing below each feature title in the EverOS highlights table. Mirror the same table spacing in the Chinese README.
This commit is contained in:
18
README.md
18
README.md
@ -30,7 +30,7 @@
|
|||||||
- [Project Structure](#project-structure)
|
- [Project Structure](#project-structure)
|
||||||
- [Documentation](#documentation)
|
- [Documentation](#documentation)
|
||||||
- [Use Cases](#use-cases)
|
- [Use Cases](#use-cases)
|
||||||
- [Stay Tuned](#stay-tuned)
|
- [Watch EverOS](#watch-everos)
|
||||||
- [EverMind Ecosystems](#evermind-ecosystems)
|
- [EverMind Ecosystems](#evermind-ecosystems)
|
||||||
- [Contributing](#contributing)
|
- [Contributing](#contributing)
|
||||||
|
|
||||||
@ -55,16 +55,19 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td width="33%" valign="top">
|
<td width="33%" valign="top">
|
||||||
<strong>Markdown As Source Of Truth</strong><br>
|
<strong>Markdown As Source Of Truth</strong><br>
|
||||||
|
<br>
|
||||||
All memory is persisted as <code>.md</code> files: readable, editable,
|
All memory is persisted as <code>.md</code> files: readable, editable,
|
||||||
grep-able, Git-versioned, and openable directly in Obsidian.
|
grep-able, Git-versioned, and openable directly in Obsidian.
|
||||||
</td>
|
</td>
|
||||||
<td width="33%" valign="top">
|
<td width="33%" valign="top">
|
||||||
<strong>Local Three-Part Stack</strong><br>
|
<strong>Local Three-Part Stack</strong><br>
|
||||||
|
<br>
|
||||||
Markdown + SQLite + LanceDB keep vectors, BM25, and scalar filters
|
Markdown + SQLite + LanceDB keep vectors, BM25, and scalar filters
|
||||||
local. No MongoDB, Elasticsearch, or Redis required.
|
local. No MongoDB, Elasticsearch, or Redis required.
|
||||||
</td>
|
</td>
|
||||||
<td width="33%" valign="top">
|
<td width="33%" valign="top">
|
||||||
<strong>Dual-Track Memory</strong><br>
|
<strong>Dual-Track Memory</strong><br>
|
||||||
|
<br>
|
||||||
Agent memory (<code>cases</code> / <code>skills</code>) and user memory
|
Agent memory (<code>cases</code> / <code>skills</code>) and user memory
|
||||||
(<code>episodes</code> / <code>profile</code>) are extracted independently.
|
(<code>episodes</code> / <code>profile</code>) are extracted independently.
|
||||||
</td>
|
</td>
|
||||||
@ -72,16 +75,19 @@ Agent memory (<code>cases</code> / <code>skills</code>) and user memory
|
|||||||
<tr>
|
<tr>
|
||||||
<td width="33%" valign="top">
|
<td width="33%" valign="top">
|
||||||
<strong>Multimodal Ingestion</strong><br>
|
<strong>Multimodal Ingestion</strong><br>
|
||||||
|
<br>
|
||||||
Text, images, audio, documents, PDFs, HTML, and email are unified into
|
Text, images, audio, documents, PDFs, HTML, and email are unified into
|
||||||
searchable memory.
|
searchable memory.
|
||||||
</td>
|
</td>
|
||||||
<td width="33%" valign="top">
|
<td width="33%" valign="top">
|
||||||
<strong>Self-Evolution</strong><br>
|
<strong>Self-Evolution</strong><br>
|
||||||
|
<br>
|
||||||
Common skills are extracted from real usage; repeated patterns become
|
Common skills are extracted from real usage; repeated patterns become
|
||||||
reusable workflows, no retraining required.
|
reusable workflows, no retraining required.
|
||||||
</td>
|
</td>
|
||||||
<td width="33%" valign="top">
|
<td width="33%" valign="top">
|
||||||
<strong>Orthogonal Retrieval</strong><br>
|
<strong>Orthogonal Retrieval</strong><br>
|
||||||
|
<br>
|
||||||
Search independently by <code>user_id</code>, <code>agent_id</code>,
|
Search independently by <code>user_id</code>, <code>agent_id</code>,
|
||||||
<code>app_id</code>, <code>project_id</code>, and <code>session_id</code>.
|
<code>app_id</code>, <code>project_id</code>, and <code>session_id</code>.
|
||||||
</td>
|
</td>
|
||||||
@ -656,11 +662,15 @@ Explore stored entities and relationships in a graph interface. Frontend demo; b
|
|||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
## Stay Tuned
|
## Watch EverOS
|
||||||
|
|
||||||
Star the repo or join the community links above to follow new architecture methods, benchmark releases, memory-enabled use cases, Wiki-style memory, and Dreaming updates.
|
EverOS 1.0.0 is the first release of a larger memory-system roadmap.
|
||||||
|
Watch this repository for upcoming work on Wiki-style memory, Dreaming,
|
||||||
|
deeper offline evolution, benchmark releases, and more real-world agent
|
||||||
|
integrations.
|
||||||
|
|
||||||

|
If EverOS is useful to your agent stack, starring the repo helps more
|
||||||
|
builders discover it.
|
||||||
|
|
||||||
### Star History
|
### Star History
|
||||||
|
|
||||||
|
|||||||
@ -30,7 +30,7 @@
|
|||||||
- [项目结构](#项目结构)
|
- [项目结构](#项目结构)
|
||||||
- [文档](#文档)
|
- [文档](#文档)
|
||||||
- [使用场景](#使用场景)
|
- [使用场景](#使用场景)
|
||||||
- [持续关注](#持续关注)
|
- [关注 EverOS](#关注-everos)
|
||||||
- [EverMind 生态](#evermind-生态)
|
- [EverMind 生态](#evermind-生态)
|
||||||
- [参与贡献](#参与贡献)
|
- [参与贡献](#参与贡献)
|
||||||
|
|
||||||
@ -55,28 +55,34 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td width="33%" valign="top">
|
<td width="33%" valign="top">
|
||||||
<strong>Markdown As Source Of Truth</strong><br>
|
<strong>Markdown As Source Of Truth</strong><br>
|
||||||
|
<br>
|
||||||
所有记忆持久化为 <code>.md</code> 文件:可读、可改、可 grep、可 Git 版本化,也可直接用 Obsidian 打开。
|
所有记忆持久化为 <code>.md</code> 文件:可读、可改、可 grep、可 Git 版本化,也可直接用 Obsidian 打开。
|
||||||
</td>
|
</td>
|
||||||
<td width="33%" valign="top">
|
<td width="33%" valign="top">
|
||||||
<strong>Local Three-Part Stack</strong><br>
|
<strong>Local Three-Part Stack</strong><br>
|
||||||
|
<br>
|
||||||
Markdown + SQLite + LanceDB 在本地完成向量、BM25 和标量过滤检索,无需 MongoDB、Elasticsearch 或 Redis。
|
Markdown + SQLite + LanceDB 在本地完成向量、BM25 和标量过滤检索,无需 MongoDB、Elasticsearch 或 Redis。
|
||||||
</td>
|
</td>
|
||||||
<td width="33%" valign="top">
|
<td width="33%" valign="top">
|
||||||
<strong>Dual-Track Memory</strong><br>
|
<strong>Dual-Track Memory</strong><br>
|
||||||
|
<br>
|
||||||
Agent 记忆(<code>cases</code> / <code>skills</code>)与用户记忆(<code>episodes</code> / <code>profile</code>)独立提取,互不污染。
|
Agent 记忆(<code>cases</code> / <code>skills</code>)与用户记忆(<code>episodes</code> / <code>profile</code>)独立提取,互不污染。
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td width="33%" valign="top">
|
<td width="33%" valign="top">
|
||||||
<strong>Multimodal Ingestion</strong><br>
|
<strong>Multimodal Ingestion</strong><br>
|
||||||
|
<br>
|
||||||
文本、图像、音频、文档、PDF、HTML 和邮件统一抽取为可检索的记忆形态。
|
文本、图像、音频、文档、PDF、HTML 和邮件统一抽取为可检索的记忆形态。
|
||||||
</td>
|
</td>
|
||||||
<td width="33%" valign="top">
|
<td width="33%" valign="top">
|
||||||
<strong>Self-Evolution</strong><br>
|
<strong>Self-Evolution</strong><br>
|
||||||
|
<br>
|
||||||
从真实使用经验中自动抽取共性 skills,重复模式沉淀为可复用流程,无需重训。
|
从真实使用经验中自动抽取共性 skills,重复模式沉淀为可复用流程,无需重训。
|
||||||
</td>
|
</td>
|
||||||
<td width="33%" valign="top">
|
<td width="33%" valign="top">
|
||||||
<strong>Orthogonal Retrieval</strong><br>
|
<strong>Orthogonal Retrieval</strong><br>
|
||||||
|
<br>
|
||||||
按 <code>user_id</code>、<code>agent_id</code>、<code>app_id</code>、<code>project_id</code> 和 <code>session_id</code> 五维独立检索。
|
按 <code>user_id</code>、<code>agent_id</code>、<code>app_id</code>、<code>project_id</code> 和 <code>session_id</code> 五维独立检索。
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
@ -642,12 +648,14 @@ Claude Code 的持久记忆插件。自动保存并回忆过去 coding sessions
|
|||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
## 持续关注
|
## 关注 EverOS
|
||||||
|
|
||||||
Star 这个仓库,或加入上面的社区链接,以持续关注新的架构方法、benchmark releases、
|
EverOS 1.0.0 是更大规模记忆系统路线图的第一个发布版本。Watch 这个仓库,
|
||||||
memory-enabled use cases、Wiki 式记忆和 Dreaming 更新。
|
即可持续关注 Wiki 式记忆、Dreaming、更深入的离线进化、benchmark releases,
|
||||||
|
以及更多真实 Agent 集成。
|
||||||
|
|
||||||

|
如果 EverOS 对你的 Agent stack 有帮助,Star 这个仓库也会帮助更多 builders
|
||||||
|
发现它。
|
||||||
|
|
||||||
### Star 趋势
|
### Star 趋势
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user