0.2.0b5
Pre-release
Pre-release
Highlights
🔥 Experimental GPTAssistantAgent, which leverages the OpenAI Assistant API for conversational capabilities in AutoGen. This agent is unique in its reliance on the OpenAI Assistant API for state management, differing from other agents using the Completion API.
- Blogpost: https://microsoft.github.io/autogen/blog/2023/11/13/OAI-assistants/
- Notebook 1: GPTAssistantAgent in a hello-world example: https://github.com/microsoft/autogen/blob/main/notebook/agentchat_oai_assistant_twoagents_basic.ipynb
- Notebook 2: GPTAssistantAgent using function call: https://github.com/microsoft/autogen/blob/main/notebook/agentchat_oai_assistant_function_call.ipynb
- Notebook 3: GPTAssistantAgent with code interpreter: https://github.com/microsoft/autogen/blob/main/notebook/agentchat_oai_code_interpreter.ipynb
- Notebook 4: GPTAssistantAgent in a group chat: https://github.com/microsoft/autogen/blob/main/notebook/agentchat_oai_assistant_groupchat.ipynb
🔥 Blogpost for EcoAssistant, which is designed to solve user queries more accurately and affordably using assistant hierarchy and solution demonstration.
Thanks to @IANTHEREAL @gagb @LeoLjl @kevin666aa @qingyun-wu @sonichi @JieyuZ2 and all the other contributors!
What's Changed
- Fix docstring of get_or_create by @thinkall in #583
- Refactor GPTAssistantAgent by @gagb in #632
- uncomment test_hierarchy_flow_using_select_speaker by @qingyun-wu in #640
- Add basic notebook for gptassistant by @gagb in #636
- Openai assistant function usage notebook by @IANTHEREAL in #639
- bump version by @sonichi in #645
- add EcoAssistant blog by @JieyuZ2 in #647
- Add code interpreter for GptAssistant Notebook. by @LeoLjl in #644
- Add openai_client as property and update notebook. by @LeoLjl in #654
- fix tag in EcoAssistant blog by @JieyuZ2 in #657
- Add agentchat_oai_assistant_groupchat.ipynb by @LeoLjl in #656
- Add blog post for open ai assistants by @gagb in #638
- add doc about openai assistants by @qingyun-wu in #659
New Contributors
Full Changelog: v0.2.0b4...0.2.0b5