AutoGen Meets GPTs
AutoGen enables collaboration among multiple ChatGPTs for complex tasks.
TL;DR
OpenAI assistants are now integrated into AutoGen via GPTAssistantAgent
. This enables multiple OpenAI assistants, which form the backend of the now popular GPTs, to collaborate and tackle complex tasks. Checkout example notebooks for reference: * Basic example * Code interpreter * Function calls