Need UV-based code-interpreter custom template
we care about install speed. every time make a new sandbox, we have to install different library via pip install.
most of code excution time bottleneck is pip install.
so we need much easer way to build costom template like code-interpreter but use uv as defalt. and we need to easely set pre-install library.