I did a non-standard dev workflow.
mkdir myenv
python3 -m venv .
# create agent.py
source bin/activate
pip install tensorlake
tensorlake deploy ./agent.py
It deploys but fails during FE loading python code with error "module agent not found".
This is non-standard workflow so we don't really support it, but also looks like a UX miss that the deployment doesn't fail in this case at the very least.
I did a non-standard dev workflow.
It deploys but fails during FE loading python code with error "module agent not found".
This is non-standard workflow so we don't really support it, but also looks like a UX miss that the deployment doesn't fail in this case at the very least.