HMP / agents /start_repl.bat
GitHub Action
Sync from GitHub with Git LFS
9d7a35f
raw
history blame
258 Bytes
@echo off
echo --------------------------
echo Installing requirements...
echo --------------------------
pip install -r requirements.txt
echo --------------------------
echo Running REPL-Cicle...
echo --------------------------
python start_repl.py
pause