HMP / agents /init.sh
GitHub Action
Sync from GitHub with Git LFS
24e9ff4
raw
history blame
309 Bytes
#!/bin/bash
# === INSTALL DEPENDENCIES ===
echo "--------------------------"
echo "Installing requirements..."
echo "--------------------------"
pip install -r requirements.txt
# === RUN AGENT ===
echo --------------------------
echo Running initialization...
echo --------------------------
python repl.py