@echo off
setlocal
powershell -NoProfile -ExecutionPolicy Bypass -File "%~dp0install-agentflow.ps1" %*
exit /b %ERRORLEVEL%
