1
0

优化python-runner的skill

This commit is contained in:
2026-02-05 11:25:15 +08:00
parent 9e42c2ccd9
commit 1873b30e30
3 changed files with 129 additions and 2 deletions

View File

@@ -352,7 +352,7 @@ for i, file in enumerate(glob.glob('*.txt')):
```bash
# 1. 获取临时脚本文件路径
temp_file_path=$(uv run skills/uv-python-runner/script/get_temp_path.py)
temp_file_path=$(uv run ./script/get_temp_path.py)
# 2. 写入PEP 723脚本内容
# 使用大模型的Write工具在 temp_file_path 中写入...