Managing the workflows in the Autonomous Lab.
You must have access to at least one MongoDB database (locally or remotely). To install MongoDB locally, refer to this.
You also need to install Rabbitmq
.
python setup.py develop
Before any commit, please go to alab_management
folder and run flake8, ruff, and black, and solve all the typing issues:
flake8
black .
ruff --fix
The docs is served at https://cedergrouphub.github.io/alabos/