Runner program that watches over and executes agent and test suites from aiVLE.
- Python >= 3.6
- Duplicate the
example.env
file to create a new.env
file. - Update the values in the
.env
file according to your aivle-web configuration. - Ensure that the user
WATCHER_USERNAME
is registered as an admin in the system. - Install the requirements:
pip install -r requirements.txt
- Run watcher
python watcher.py