algorithmiaio / langpacks

Standardized builder and runners for Algorithmia algorithms
https://algorithmia.com/
MIT License
16 stars 9 forks source link

Integrated mlops agent #228

Closed zeryx closed 2 years ago

zeryx commented 2 years ago

ALGO-62 - Integrated MLOps Agent

Added a new environment + template for python, that incorporates a java mlops agent into the algorithm environment. Part of the preparation and information tracking will be handled via the ADK system.

Requires https://github.com/algorithmiaio/algorithmia-adk-python/pull/16 for testing ./tools/environment_validator.py -g python3 -s python39 -d java11 -d mlops-agent -t dependency -n python39-mlops

Set the environment variable DATAROBOT_MLOPS_API_TOKEN

Checklist