dubswayAgenticV2 / start-worker.bat
peace2024's picture
agentic analysis
eefb74d
@echo off
echo Starting Dubsway Video AI Worker Daemon...
echo.
REM Activate virtual environment
call myenv31\Scripts\activate.bat
REM Set Python path to include the project root
set PYTHONPATH=%CD%
REM Run the worker daemon
python -m worker.daemon
pause