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

@@ -162,7 +162,7 @@ cmd_stats() # 只读 syncJSON stdout无 job_context
业务技能 `SKILL.md` / `references/` 应明确Agent 主读,勿只写在本文):
1. 短查询:共享 Python`JIANGCHANG_PYTHON_EXE`)跑 CLI**禁止** `uv run`
1. 短查询:共享 PythonPATH 上的 `python`)跑 CLI**禁止** `uv run`
2. 长任务 / RPA / async Action必须通过宿主 **Skill Action**`run_skill_action`**禁止** `exec` + `process poll`
3. 单条 vs 批量 action id 与参数(如 `url` / `pickCount`)。
4. `executionProfile: async` → 进度看**任务中心** / Skill Run Card`sync` → 当场结果。与入口无关。