File size: 315 Bytes
f6274c7
be51596
 
 
 
 
 
 
 
 
 
 
c34e843
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/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