HMP / experimental /v1_agent_attempt /start_repl.sh
GitHub Action
Sync from GitHub with Git LFS
f9ed220
Raw
History Blame Contribute Delete
260 Bytes
#!/bin/bash
echo "--------------------------"
echo "Installing requirements..."
echo "--------------------------"
pip install -r requirements.txt
echo --------------------------
echo Running REPL-Cicle...
echo --------------------------
python start_repl.py