Files
realizemultiagent/start-qa-fixed.bat
2026-04-02 00:59:42 +08:00

12 lines
282 B
Batchfile

@echo off
echo Starting QA Engineer (QA) role...
echo Workspace: D:\openclaw-multi-agent\roles\qa
echo.
REM Set environment variable for workspace
set OPENCLAW_WORKSPACE=D:\openclaw-multi-agent\roles\qa
REM Start OpenClaw
openclaw workspace D:\openclaw-multi-agent\roles\qa
pause