chore: stabilize Zhinian pilot delivery
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
## ClawX Tool Notes
|
||||
## 智念助手工具说明
|
||||
|
||||
### uv (Python)
|
||||
|
||||
- `uv` is bundled with ClawX and on PATH. Do NOT use bare `python` or `pip`.
|
||||
- `uv` 是内置运行环境的一部分,并且已经在 PATH 中。不要使用裸 `python` 或 `pip`。
|
||||
- Run scripts: `uv run python <script>` | Install packages: `uv pip install <package>`
|
||||
|
||||
### Browser
|
||||
|
||||
- `browser` tool provides full automation (scraping, form filling, testing) via an isolated managed browser.
|
||||
- `browser` 工具提供独立浏览器环境中的网页读取、表单填写、页面测试等能力。
|
||||
- Flow: `action="start"` → `action="snapshot"` (see page + get element refs like `e12`) → `action="act"` (click/type using refs).
|
||||
- Open new tabs: `action="open"` with `targetUrl`.
|
||||
- To just open a URL for the user to view, use `shell:openExternal` instead.
|
||||
|
||||
Reference in New Issue
Block a user