2026-01-13 16:41:31 +08:00
|
|
|
# Agent 配置示例
|
|
|
|
|
base_workdir: "D:/XGame/TraceStudio" # 作为默认工作目录(可被请求覆盖)
|
|
|
|
|
shared_root: "D:/XGame/TraceStudio/cloud" # 文件类输出请写到此目录,供 Docker 挂载访问
|
|
|
|
|
|
|
|
|
|
# 可用工具清单(按名称映射到可执行文件)
|
|
|
|
|
tools:
|
|
|
|
|
unreal_editor:
|
2026-01-13 19:31:05 +08:00
|
|
|
path: "E:/Pack/UE/unrealengine/Engine/Binaries/Win64/UnrealEditor.exe"
|
2026-01-13 16:41:31 +08:00
|
|
|
unreal_insights:
|
2026-01-13 19:31:05 +08:00
|
|
|
path: "E:/Pack/UE/unrealengine/Engine/Binaries/Win64/UnrealInsights.exe"
|
2026-01-13 16:41:31 +08:00
|
|
|
python:
|
|
|
|
|
path: "C:/Python311/python.exe"
|
|
|
|
|
|
|
|
|
|
# 运行默认值
|
|
|
|
|
run_defaults:
|
|
|
|
|
timeout: 300
|
|
|
|
|
capture_output: true
|
|
|
|
|
strip_output: true
|