diff --git a/README.md b/README.md index 88d80a25..72a95866 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,11 @@ Persisting connects durable model state—parameters and KV caches—with durabl Agent history—trajectories and execution records. The current product is the path from execution to queryable history: +| Governed execution | Durable history | +| --- | --- | +| pVisor | pChronicle | + + - **`pvisor`** is an executor that produces persistable, reviewable facts: staged Effects and execution records from one Agent Run; - **`pchronicle`** browses, queries, exchanges, and serves trajectory Datasets. diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index 525c190d..1a00a253 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -3,7 +3,7 @@ const path = require('path'); const config = { title: 'Persisting', tagline: 'Persistent Infrastructure for the Agent Era', - favicon: 'img/logo-mark.svg', + favicon: 'img/logos/persisting-icon.png', url: 'https://deeplink-org.github.io', // Use `/` for local previews; GitHub Pages sets DOCUSAURUS_BASE_URL=/Persisting/. baseUrl: process.env.DOCUSAURUS_BASE_URL || '/', @@ -48,7 +48,7 @@ const config = { }, navbar: { title: 'Persisting', - logo: { alt: 'Persisting', src: 'img/logo-mark.svg' }, + logo: { alt: 'Persisting', src: 'img/logos/persisting-icon.png' }, items: [ { to: '/docs/', label: 'Start here', position: 'left' }, { to: '/docs/pvisor/', label: 'pVisor', position: 'left' }, diff --git a/docs/src/en/pchronicle/index.md b/docs/src/en/pchronicle/index.md index 5900d4d0..d4bc2e08 100644 --- a/docs/src/en/pchronicle/index.md +++ b/docs/src/en/pchronicle/index.md @@ -1,6 +1,6 @@ # pChronicle -pChronicle logo +pChronicle logo **pChronicle is an Agent trajectory storage engine.** Use it to browse, query, exchange, and serve run Datasets produced by Persisting or by supported diff --git a/docs/src/en/pvisor/index.md b/docs/src/en/pvisor/index.md index d8565e65..0dba4480 100644 --- a/docs/src/en/pvisor/index.md +++ b/docs/src/en/pvisor/index.md @@ -1,6 +1,6 @@ # pVisor -pVisor logo +pVisor logo **pVisor runs an existing Agent command inside a controlled execution environment.** It gives each Run its own workspace boundary, records the diff --git a/docs/src/zh/pchronicle/index.md b/docs/src/zh/pchronicle/index.md index 60930cf7..764dded9 100644 --- a/docs/src/zh/pchronicle/index.md +++ b/docs/src/zh/pchronicle/index.md @@ -1,6 +1,6 @@ # pChronicle -pChronicle logo +pChronicle logo **pChronicle 是 Agent 轨迹存储引擎。** 用于浏览、查询、交换和服务运行 Dataset;既可以读取 Persisting 产生的运行记录,也可以直接读取受支持的外部格式;不要求先运行 pVisor。 diff --git a/docs/src/zh/pvisor/index.md b/docs/src/zh/pvisor/index.md index da946f5a..aad8b177 100644 --- a/docs/src/zh/pvisor/index.md +++ b/docs/src/zh/pvisor/index.md @@ -1,6 +1,6 @@ # pVisor -pVisor logo +pVisor logo **pVisor 在受控执行环境中运行现有的 Agent 命令。** 它为每个 Run 提供独立的工作区边界, 记录实际生效的控制机制,并让你在文件变更进入项目之前先进行审查。 diff --git a/docs/static/img/logos/pchronicle-with-text.png b/docs/static/img/logos/pchronicle-with-text.png new file mode 100644 index 00000000..da3af74e Binary files /dev/null and b/docs/static/img/logos/pchronicle-with-text.png differ diff --git a/docs/static/img/logos/persisting-logo-v10.png b/docs/static/img/logos/persisting-logo-v10.png new file mode 100644 index 00000000..046ab5ce Binary files /dev/null and b/docs/static/img/logos/persisting-logo-v10.png differ diff --git a/docs/static/img/logos/persisting-with-text.png b/docs/static/img/logos/persisting-with-text.png new file mode 100644 index 00000000..4da3bf2a Binary files /dev/null and b/docs/static/img/logos/persisting-with-text.png differ diff --git a/docs/static/img/logos/pvisor-with-text.png b/docs/static/img/logos/pvisor-with-text.png new file mode 100644 index 00000000..28b3ae58 Binary files /dev/null and b/docs/static/img/logos/pvisor-with-text.png differ