Following the deployment of a python-aware agent, we can start creating a pipeline. The first stage would be to:
1. Clean up any previous data
2. Create a virtual environment for python
3. Install all dependencies from a requirements.txt file in our project
Note: we assume the global pipeline