Initial code was copied from https://towardsdatascience.com/generate-verified-python-code-using-autogen-conversable-agents-2102b4f706ba
python -m venv ~/venvs/autogen
source ~/venvs/autogen/bin/activate
pip install -r requirements.txt
python two_sum.py