You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
:fire: Nov 11: AutoGen experimentally supports OpenAI's Assistants! Checkout the [GPT Assistant Agent](autogen/agentchat/contrib/gpt_assistant_agent.py).
15
+
:fire: Nov 11: AutoGen experimentally supports OpenAI's Assistants! Checkout our [blogpost](https://microsoft.github.io/autogen/blog/2023/11/13/OAI-assistants) for details and examples.
16
16
17
17
:fire: Nov 8: AutoGen is selected into [Open100: Top 100 Open Source achievements](https://www.benchcouncil.org/evaluation/opencs/annual.html) 35 days after spinoff.
Copy file name to clipboardExpand all lines: website/docs/Examples/AgentChat.md
+5
Original file line number
Diff line number
Diff line change
@@ -39,3 +39,8 @@ Links to notebook examples:
39
39
5.**Agent Teaching and Learning**
40
40
- Teach Agents New Skills & Reuse via Automated Chat - [View Notebook](https://github.com/microsoft/autogen/blob/main/notebook/agentchat_teaching.ipynb)
41
41
- Teach Agents New Facts, User Preferences and Skills Beyond Coding - [View Notebook](https://github.com/microsoft/autogen/blob/main/notebook/agentchat_teachability.ipynb)
42
+
43
+
6.**Multi-Agent Chat with OpenAI Assistants in the loop**
44
+
- Chat with OpenAI Assistant using function call - [View Notebook](https://github.com/microsoft/autogen/blob/main/notebook/agentchat_oai_assistant_function_call.ipynb)
45
+
- Chat with OpenAI Assistant with Code Interpreter - [View Notebook](https://github.com/microsoft/autogen/blob/main/notebook/agentchat_oai_code_interpreter.ipynb)
46
+
- OpenAI Assistant in a Group Chat - [View Notebook](https://github.com/microsoft/autogen/blob/main/notebook/agentchat_oai_assistant_groupchat.ipynb)
Copy file name to clipboardExpand all lines: website/docs/Use-Cases/agent_chat.md
+5
Original file line number
Diff line number
Diff line change
@@ -114,6 +114,11 @@ The figure below shows six examples of applications built using AutoGen.
114
114
- Teach Agents New Skills & Reuse via Automated Chat - [View Notebook](https://github.com/microsoft/autogen/blob/main/notebook/agentchat_teaching.ipynb)
115
115
- Teach Agents New Facts, User Preferences and Skills Beyond Coding - [View Notebook](https://github.com/microsoft/autogen/blob/main/notebook/agentchat_teachability.ipynb)
116
116
117
+
6.**Multi-Agent Chat with OpenAI Assistants in the loop**
118
+
- Chat with OpenAI Assistant using function call - [View Notebook](https://github.com/microsoft/autogen/blob/main/notebook/agentchat_oai_assistant_function_call.ipynb)
119
+
- Chat with OpenAI Assistant with Code Interpreter - [View Notebook](https://github.com/microsoft/autogen/blob/main/notebook/agentchat_oai_code_interpreter.ipynb)
120
+
- OpenAI Assistant in a Group Chat - [View Notebook](https://github.com/microsoft/autogen/blob/main/notebook/agentchat_oai_assistant_groupchat.ipynb)
121
+
117
122
## For Further Reading
118
123
119
124
_Interested in the research that leads to this package? Please check the following papers._
0 commit comments