Install AI Tooling

Now we can install a bunch of usefull ai-tooling in the virtual python environment we've created. If we were using pip we might do something like:

pip install open-interpreter pip install autogen pip install langchain pip install jupyterlab

You now have: * 🧠 Open Interpreter for agent loops * 🤖 AutoGen for multi-agent workflows * 🧰 LangChain for chaining tools * 📒 Jupyter for notebooks