I'm a bit confused by how AutoGen works. I'm running the simple NVDA vs TESLA stock example in my terminal.
Initially it tried to add
!pip install
to the code. But I'm not in Jupyter, so I don't think this can work.
I installed the libraries manually and changed my request to give me code without trying to install libraries.
But then it failed to import them.
Presumably it's running the code in its own virtualenv or similar somewhere? Is that right? So the libraries I installed on my main Python installation aren't visible to it?
If so, how is it meant to work? How does code coming back from GPT via the assistant install the libraries it needs to run?