Align Agent CLI docs to host shared python on PATH
All checks were successful
技能自动化发布 / release (push) Successful in 7s

This commit is contained in:
2026-07-15 13:58:41 +08:00
parent 296798a0f3
commit b016b3b411
9 changed files with 42 additions and 60 deletions

View File

@@ -129,10 +129,10 @@ Action 是**可选能力**
## 执行模型
宿主将 action 转为 argv再用**共享 Python** 执行(与 Agent CLI 同一解释器契约)
宿主将 action 转为 argv再用**共享 Python**(用户数据目录下 `python-runtime/.venv`)执行
```text
{JIANGCHANG_PYTHON_EXE} {skill_root}/scripts/main.py <command> <args...>
python {skill_root}/scripts/main.py <command> <args...>
```
- `entrypoint.type` 当前只支持 `cli`