HMP / agents /start_repl.sh
GitHub Action
Sync from GitHub with Git LFS
24e9ff4
Raw
History Blame
315 Bytes
#!/bin/bash
# === INSTALL DEPENDENCIES ===
echo "--------------------------"
echo "Installing requirements..."
echo "--------------------------"
pip install -r requirements.txt
# === RUN AGENT ===
echo "--------------------------"
echo "Running HMP REPL-agent..."
echo "--------------------------"
python repl.py