项目文件夹

文件
2026-07-13 12:58:18 +08:00

5 行
89 B
Bash
可执行文件

#!/bin/bash
set -euo pipefail
cd "$(dirname "$0")/../agent" || exit 1
uv run src/main.py