Buckets:
| @echo off | |
| :: Luuna Workspace Automation System Startup Script | |
| echo ======================================== | |
| echo Luuna Autonomous Workspace Orchestrator | |
| echo ======================================== | |
| :: Check if Python is installed | |
| python --version >nul 2>&1 | |
| if %errorlevel% neq 0 ( | |
| echo Error: Python is not installed or not in PATH | |
| echo Please install Python 3.8+ and try again | |
| pause | |
| exit /b 1 | |
| ) | |
| :: Check if requirements are installed | |
| echo Checking dependencies... | |
| pip show watchdog >nul 2>&1 | |
| if %errorlevel% neq 0 ( | |
| echo Installing required dependencies... | |
| pip install -r requirements.txt | |
| if %errorlevel% neq 0 ( | |
| echo Error installing dependencies | |
| pause | |
| exit /b 1 | |
| ) | |
| ) | |
| :: Create workspaces directory if it doesn't exist | |
| if not exist "c:\Luuna\WORKSPACES" ( | |
| mkdir "c:\Luuna\WORKSPACES" | |
| echo Created workspaces directory: c:\Luuna\WORKSPACES | |
| ) | |
| :: Start the orchestrator | |
| echo Starting Luuna Orchestrator... | |
| echo Workspaces will be monitored in: c:\Luuna\WORKSPACES | |
| echo Press Ctrl+C to stop | |
| python luuna_orchestrator.py | |
| pause |
Xet Storage Details
- Size:
- 1.14 kB
- Xet hash:
- 3196e13d72d9f98f71533cb746738ace81d9f96e0cca9bdb46a6b03ca10109a7
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.