Is there a way to get an agent to install a library when it is not part of the docker container?
i have tried Autogen, and it worked really for with one agent writing code, another running it, one looking at error messages and suggesting fixed, then loop.
not sure how to achieve something similar here?
for testing purposes i want to train a machine learning image classifier for the MNIST dataset.
Extended Code Interpreter plugin working in connection with Jupyter Notebook in Docker will be available soon. It will be possible to install missing libraries "on-the-fly" :)
Is there a way to get an agent to install a library when it is not part of the docker container?
i have tried Autogen, and it worked really for with one agent writing code, another running it, one looking at error messages and suggesting fixed, then loop.
not sure how to achieve something similar here?
for testing purposes i want to train a machine learning image classifier for the MNIST dataset.