Yeah, I understand now.
You can add a last step to your code that uploads this folder structure compressed in a zip file as an artifact - what do you think?
does this make more sense? SuccessfulKoala55
Hi ElegantCoyote26 ,
I'm not sure I understand the question (or the use-case) - can you elaborate?
when an agent launches a task, it builds a venv, copies the code, runs it, etc. in my case, the code writes files (such as data it downloaded, or model files, etc) and writes them in subfolders. I'm interested in recovering the entire folder structure.
this is because if I run a different task, everything from the previous task is overwritten.
furthermore, I need the folder structure for other things downstream