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
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
| --- | --- |
| <img src="docs/static/img/logos/pvisor-with-text.png" alt="pVisor" width="220" /> | <img src="docs/static/img/logos/pchronicle-with-text.png" alt="pChronicle" width="220" /> |


- **`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.
Expand Down
4 changes: 2 additions & 2 deletions docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 || '/',
Expand Down Expand Up @@ -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' },
Expand Down
2 changes: 1 addition & 1 deletion docs/src/en/pchronicle/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# pChronicle

<img src="/img/logos/pchronicle-icon.png" alt="pChronicle logo" width="96" />
<img src="/img/logos/pchronicle-with-text.png" alt="pChronicle logo" width="240" />

**pChronicle is an Agent trajectory storage engine.** Use it to browse, query,
exchange, and serve run Datasets produced by Persisting or by supported
Expand Down
2 changes: 1 addition & 1 deletion docs/src/en/pvisor/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# pVisor

<img src="/img/logos/pvisor-icon.png" alt="pVisor logo" width="96" />
<img src="/img/logos/pvisor-with-text.png" alt="pVisor logo" width="240" />

**pVisor runs an existing Agent command inside a controlled execution
environment.** It gives each Run its own workspace boundary, records the
Expand Down
2 changes: 1 addition & 1 deletion docs/src/zh/pchronicle/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# pChronicle

<img src="/img/logos/pchronicle-icon.png" alt="pChronicle logo" width="96" />
<img src="/img/logos/pchronicle-with-text.png" alt="pChronicle logo" width="240" />

**pChronicle 是 Agent 轨迹存储引擎。** 用于浏览、查询、交换和服务运行 Dataset;既可以读取
Persisting 产生的运行记录,也可以直接读取受支持的外部格式;不要求先运行 pVisor。
Expand Down
2 changes: 1 addition & 1 deletion docs/src/zh/pvisor/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# pVisor

<img src="/img/logos/pvisor-icon.png" alt="pVisor logo" width="96" />
<img src="/img/logos/pvisor-with-text.png" alt="pVisor logo" width="240" />

**pVisor 在受控执行环境中运行现有的 Agent 命令。** 它为每个 Run 提供独立的工作区边界,
记录实际生效的控制机制,并让你在文件变更进入项目之前先进行审查。
Expand Down
Binary file added docs/static/img/logos/pchronicle-with-text.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/static/img/logos/persisting-logo-v10.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/static/img/logos/persisting-with-text.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/static/img/logos/pvisor-with-text.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading