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

12 lines
318 B
Batchfile

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