Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 4 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,32 +105,18 @@ uv pip install everos

### 2. Try the standalone demo — no key required

Before configuring a provider or starting the server, run:
No API key or server setup required—run one command to quickly experience how
EverOS stores and recalls memory:

```bash
everos demo
```

The full-screen terminal UI has an input box: type something EverOS should
remember, then ask a question that recalls it. No API key or server setup is
needed. Each round lets you watch the memory move through the real lifecycle:
ingest -> extract -> index -> recall.

The particle sphere changes with each stage, then bursts across the memory
field and fades away. A small core of yellow and white particles keeps moving
at the center, then expands smoothly into the next round. See
[docs/everos-demo.md](docs/everos-demo.md) for the complete experience. Type
`/` to see the commands (`/replay`, `/live`, `/quit`); `ctrl+c` exits anytime.
After a few rounds the demo points you at configuring your own keys (`everos
init`, then `everos demo --live`).
Enter something EverOS should remember, then ask a related question to watch
the memory move through ingest -> extract -> index -> recall.

<https://github.com/user-attachments/assets/98cb8e1e-2ca8-4504-b0a6-0b9a040a0a5c>

Press `r` to replay and `q` to quit. For a non-interactive preview, use
`everos demo --plain`; for the looping showroom view, use
`everos demo --cinematic`. See [docs/everos-demo.md](docs/everos-demo.md) for
the visualizer's scope.

### 3. Initialize and add your OpenRouter key

```bash
Expand Down
18 changes: 4 additions & 14 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,28 +105,18 @@ uv pip install everos

### 2. 先体验独立 Demo —— 不需要 Key

在配置 provider 或启动 server 之前,先运行:
无需填写 API Key 或启动 server,只需一条命令即可快速体验 EverOS 如何保存并
召回记忆:

```bash
everos demo
```

全屏 terminal UI 里带有一个输入框:先输入一件希望 EverOS 记住的事情,再提出
一个能够召回它的问题。不需要 API key,也不需要提前启动 server。每一轮都能
直观看到记忆经历完整流程:ingest -> extract -> index -> recall。

粒子球会随四个阶段持续变化,随后散落到 memory field 并淡出;中心会先留下少量
黄白粒子攒动,再由中心向外扩展成完整球体,进入下一轮。完整体验见
[docs/everos-demo.md](docs/everos-demo.md)。输入 `/` 可以
查看可用命令(`/replay`、`/live`、`/quit`);`ctrl+c` 随时退出。几轮之后,demo
会引导你配置自己的 key(`everos init`,然后 `everos demo --live`)。
输入一条希望 EverOS 记住的信息,再提出相关问题,即可直观看到记忆经过
ingest -> extract -> index -> recall 的完整流程。

<https://github.com/user-attachments/assets/98cb8e1e-2ca8-4504-b0a6-0b9a040a0a5c>

按 `r` replay,按 `q` 退出。非交互式预览可以使用 `everos demo --plain`;
循环 showroom view 可以使用 `everos demo --cinematic`。Visualizer 的范围见
[docs/everos-demo.md](docs/everos-demo.md)。

### 3. 初始化并配置百炼

```bash
Expand Down