Skip to content

Commit 1d4d3ce

Browse files
Update docs links and assets
1 parent f3cbd4c commit 1d4d3ce

15 files changed

Lines changed: 98 additions & 22 deletions

File tree

README.md

Lines changed: 23 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
[![Python](https://img.shields.io/badge/python-3.9%2B-3776AB)](https://www.python.org/)
66
[![License](https://img.shields.io/badge/license-MIT-blue)](https://github.com/Qitor/qitos)
7-
[![Docs](https://img.shields.io/badge/docs-online-0A66C2)](https://qitor.github.io/QitOS/)
7+
[![Docs](https://img.shields.io/badge/docs-online-0A66C2)](https://qitor.github.io/qitos/)
88
[![Repo](https://img.shields.io/badge/github-Qitor%2Fqitos-black)](https://github.com/Qitor/qitos)
99

1010
**QitOS is a research-first agentic framework with one canonical kernel:**
@@ -17,7 +17,7 @@ It is designed for researchers and advanced builders who need:
1717
- benchmark-ready evaluation loops (GAIA already adapted).
1818

1919
- Chinese README: [README.zh.md](README.zh.md)
20-
- Docs: [https://qitor.github.io/QitOS/](https://qitor.github.io/QitOS/)
20+
- Docs: [https://qitor.github.io/qitos/](https://qitor.github.io/qitos/)
2121
- Repository: [https://github.com/Qitor/qitos](https://github.com/Qitor/qitos)
2222

2323
## Why QitOS
@@ -85,6 +85,20 @@ python examples/patterns/react.py --workspace ./playground
8585
qita board --logdir runs
8686
```
8787

88+
## Product UI Snapshots
89+
90+
### QitOS CLI render
91+
92+
![QitOS CLI](assets/qitos_cli_snapshot.png)
93+
94+
### qita board
95+
96+
![qita board](assets/qita_board_snapshot.png)
97+
98+
### qita trajectory view
99+
100+
![qita trajectory view](assets/qita_traj_snapshot.png)
101+
88102
### 4) Run GAIA with the QitOS benchmark adapter
89103

90104
Single sample:
@@ -236,16 +250,16 @@ from qitos.kit.planning import DynamicTreeSearch, PlanCursor, LLMDecisionBlock
236250

237251
## Documentation
238252

239-
- Docs home: [https://qitor.github.io/QitOS/](https://qitor.github.io/QitOS/)
253+
- Docs home: [https://qitor.github.io/qitos/](https://qitor.github.io/qitos/)
240254
- Kernel architecture:
241-
- [English](https://qitor.github.io/QitOS/research/kernel/)
242-
- [中文](https://qitor.github.io/QitOS/zh/research/kernel/)
255+
- [English](https://qitor.github.io/qitos/research/kernel/)
256+
- [中文](https://qitor.github.io/qitos/zh/research/kernel/)
243257
- 30-min labs:
244-
- [English](https://qitor.github.io/QitOS/research/labs/)
245-
- [中文](https://qitor.github.io/QitOS/zh/research/labs/)
258+
- [English](https://qitor.github.io/qitos/research/labs/)
259+
- [中文](https://qitor.github.io/qitos/zh/research/labs/)
246260
- API reference (auto-generated from `qitos/*`):
247-
- [English](https://qitor.github.io/QitOS/reference/api_generated/)
248-
- [中文](https://qitor.github.io/QitOS/zh/reference/api_generated/)
261+
- [English](https://qitor.github.io/qitos/reference/api_generated/)
262+
- [中文](https://qitor.github.io/qitos/zh/reference/api_generated/)
249263

250264
## Local Docs
251265

README.zh.md

Lines changed: 24 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
[![Python](https://img.shields.io/badge/python-3.9%2B-3776AB)](https://www.python.org/)
66
[![License](https://img.shields.io/badge/license-MIT-blue)](https://github.com/Qitor/qitos)
7-
[![Docs](https://img.shields.io/badge/docs-online-0A66C2)](https://qitor.github.io/QitOS/)
7+
[![Docs](https://img.shields.io/badge/docs-online-0A66C2)](https://qitor.github.io/qitos/)
88
[![Repo](https://img.shields.io/badge/github-Qitor%2Fqitos-black)](https://github.com/Qitor/qitos)
99

1010
**QitOS 是一个研究优先的智能体框架,且只保留一条内核主线:**
@@ -16,7 +16,7 @@
1616
- 基准评测用户:可直接接入 benchmark(GAIA 已适配)。
1717

1818
- English README: [README.md](README.md)
19-
- 文档站点: [https://qitor.github.io/QitOS/](https://qitor.github.io/QitOS/)
19+
- 文档站点: [https://qitor.github.io/qitos/](https://qitor.github.io/qitos/)
2020
- 仓库地址: [https://github.com/Qitor/qitos](https://github.com/Qitor/qitos)
2121

2222
## 为什么是 QitOS
@@ -84,6 +84,20 @@ python examples/patterns/react.py --workspace ./playground
8484
qita board --logdir runs
8585
```
8686

87+
## 产品界面截图
88+
89+
### QitOS CLI 渲染效果
90+
91+
![QitOS CLI](assets/qitos_cli_snapshot.png)
92+
93+
### qita board
94+
95+
![qita board](assets/qita_board_snapshot.png)
96+
97+
### qita 轨迹视图
98+
99+
![qita trajectory view](assets/qita_traj_snapshot.png)
100+
87101
### 4) 运行 GAIA Benchmark(QitOS 适配版)
88102

89103
单题运行:
@@ -235,16 +249,16 @@ from qitos.kit.planning import DynamicTreeSearch, PlanCursor, LLMDecisionBlock
235249

236250
## 文档导航
237251

238-
- 文档首页: [https://qitor.github.io/QitOS/](https://qitor.github.io/QitOS/)
252+
- 文档首页: [https://qitor.github.io/qitos/](https://qitor.github.io/qitos/)
239253
- 内核架构:
240-
- [English](https://qitor.github.io/QitOS/research/kernel/)
241-
- [中文](https://qitor.github.io/QitOS/zh/research/kernel/)
254+
- [English](https://qitor.github.io/qitos/research/kernel/)
255+
- [中文](https://qitor.github.io/qitos/zh/research/kernel/)
242256
- 30 分钟实验课:
243-
- [English](https://qitor.github.io/QitOS/research/labs/)
244-
- [中文](https://qitor.github.io/QitOS/zh/research/labs/)
257+
- [English](https://qitor.github.io/qitos/research/labs/)
258+
- [中文](https://qitor.github.io/qitos/zh/research/labs/)
245259
- API 参考(构建时自动从 `qitos/*` 生成):
246-
- [English](https://qitor.github.io/QitOS/reference/api_generated/)
247-
- [中文](https://qitor.github.io/QitOS/zh/reference/api_generated/)
260+
- [English](https://qitor.github.io/qitos/reference/api_generated/)
261+
- [中文](https://qitor.github.io/qitos/zh/reference/api_generated/)
248262

249263
## 本地文档开发
250264

@@ -281,4 +295,4 @@ QitOS 的长期目标是:
281295

282296
该工作流会在 `main` 分支更新时自动构建并发布到 GitHub Pages,目标地址:
283297

284-
- [https://qitor.github.io/QitOS/](https://qitor.github.io/QitOS/)
298+
- [https://qitor.github.io/qitos/](https://qitor.github.io/qitos/)

assets/qita_board_snapshot.png

1.51 MB
Loading

assets/qita_traj_snapshot.png

464 KB
Loading

assets/qitos_cli_snapshot.png

565 KB
Loading
1.51 MB
Loading

docs/assets/qita_traj_snapshot.png

464 KB
Loading

docs/assets/qitos_cli_snapshot.png

565 KB
Loading

docs/builder/qita.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@
44

55
Use `qita` as your default run inspection tool: board, view, replay, and export.
66

7+
## UI Snapshot
8+
9+
### qita board
10+
11+
![qita board](../assets/qita_board_snapshot.png)
12+
13+
### qita trajectory view
14+
15+
![qita trajectory view](../assets/qita_traj_snapshot.png)
16+
717
## 0) First create at least one run
818

919
Run any example with trace enabled (default):

docs/index.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,20 @@ python examples/patterns/react.py --workspace ./playground
6363
</div>
6464
</div>
6565

66+
## Product Snapshot
67+
68+
### QitOS CLI
69+
70+
![QitOS CLI](assets/qitos_cli_snapshot.png)
71+
72+
### qita board
73+
74+
![qita board](assets/qita_board_snapshot.png)
75+
76+
### qita trajectory view
77+
78+
![qita trajectory view](assets/qita_traj_snapshot.png)
79+
6680
## Source Index
6781

6882
- [examples/quickstart/minimal_agent.py](https://github.com/Qitor/qitos/blob/main/examples/quickstart/minimal_agent.py)

0 commit comments

Comments
 (0)