AutoGen is a framework that enables development of LLM applications using multiple agents that can converse with each other to solve task. AutoGen agents are customizable, conversable, and seamlessly allow human participation. They can operate in various modes that employ combinations of LLMs, human inputs, and tools.
Git repo here: https://github.com/microsoft/autogen
deleted by creator
It seems reasonably realistic if you compare it to code interpreter, it was able to recognize packages it hadn’t installed and go seek them out, I don’t think it’s outside the scope for it to recognize which module wasn’t installed and install it
Even now with regular models they’ll suggest the packages you install before executing the code they provide
deleted by creator