Move openai assistant agent to autogen-ext; add on_messages_stream (#4268)

This commit is contained in:
Eric Zhu
2024-11-19 01:42:11 -05:00
committed by GitHub
parent b8ea088e33
commit 2b7658a9da
5 changed files with 37 additions and 21 deletions

View File

@@ -191,6 +191,7 @@
"The following preset agents are available:\n",
"\n",
"- {py:class}`~autogen_agentchat.agents.CodeExecutorAgent`: An agent that can execute code.\n",
"- {py:class}`~autogen_ext.agents.OpenAIAssistantAgent`: An agent that is backed by an OpenAI Assistant, with ability to use custom tools.\n",
"- {py:class}`~autogen_ext.agents.MultimodalWebSurfer`: A multi-modal agent that can search the web and visit web pages for information."
]
},