chore: stabilize Zhinian pilot delivery

This commit is contained in:
inman
2026-05-12 19:44:44 +08:00
parent 45389855e1
commit 20b5aff4ad
174 changed files with 41428 additions and 784 deletions

View File

@@ -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.