From c5ed752a39642755a173ac05a09ef52f7981895b Mon Sep 17 00:00:00 2001 From: "Alice (OpenClaw)" Date: Wed, 13 May 2026 21:34:15 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20add=20Quick=20Start=20for=20other=20age?= =?UTF-8?q?nts=20/=20=E6=96=B0=E5=A2=9E=E7=B5=A6=E5=85=B6=E4=BB=96=20agent?= =?UTF-8?q?=20=E7=9A=84=20Quick=20Start?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) diff --git a/README.md b/README.md index 24bf5b9..7f9f471 100644 --- a/README.md +++ b/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 +### 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 This project builds **reply end controls** for chat responses.