Align Agent CLI docs to host shared python on PATH
All checks were successful
技能自动化发布 / release (push) Successful in 7s
All checks were successful
技能自动化发布 / release (push) Successful in 7s
This commit is contained in:
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user