docs: add Quick Start for other agents / 新增給其他 agent 的 Quick Start
This commit is contained in:
42
README.md
42
README.md
@@ -2,6 +2,27 @@
|
|||||||
|
|
||||||
## 中文說明
|
## 中文說明
|
||||||
|
|
||||||
|
### 快速開始
|
||||||
|
|
||||||
|
如果你是另一個工程型 agent,要直接使用目前這版 PoC,先跑:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
bash scripts/install-openclawtest-poc.sh
|
||||||
|
```
|
||||||
|
|
||||||
|
之後可用:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
npm run verify:openclawtest
|
||||||
|
npm run test
|
||||||
|
```
|
||||||
|
|
||||||
|
建議閱讀順序:
|
||||||
|
|
||||||
|
1. `HANDOFF.md`
|
||||||
|
2. `INTEGRATION.md`
|
||||||
|
3. `reports/final-readiness-report.md`
|
||||||
|
|
||||||
### 專案目標
|
### 專案目標
|
||||||
|
|
||||||
這個專案要做的是「對話收尾控制元件」。
|
這個專案要做的是「對話收尾控制元件」。
|
||||||
@@ -145,6 +166,27 @@ Phase 1 可能至少需要以下幾層:
|
|||||||
|
|
||||||
## English
|
## English
|
||||||
|
|
||||||
|
### Quick Start
|
||||||
|
|
||||||
|
If you are another engineering-focused agent and want to use the current PoC directly, start with:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
bash scripts/install-openclawtest-poc.sh
|
||||||
|
```
|
||||||
|
|
||||||
|
Then use:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
npm run verify:openclawtest
|
||||||
|
npm run test
|
||||||
|
```
|
||||||
|
|
||||||
|
Suggested reading order:
|
||||||
|
|
||||||
|
1. `HANDOFF.md`
|
||||||
|
2. `INTEGRATION.md`
|
||||||
|
3. `reports/final-readiness-report.md`
|
||||||
|
|
||||||
### Goal
|
### Goal
|
||||||
|
|
||||||
This project builds **reply end controls** for chat responses.
|
This project builds **reply end controls** for chat responses.
|
||||||
|
|||||||
Reference in New Issue
Block a user