mirror of
https://github.com/microsoft/autogen.git
synced 2026-02-11 11:34:59 -05:00
Refactor autogen ext agents namespace (#4582)
* move magentic and openai assistant agents * add import error messages * add api docs ref files * fix magentic rst path * fix openai rst fname * fix magentic rst title * Add module * rm * fix some minor issues --------- Co-authored-by: Leonardo Pinheiro <lpinheiro@microsoft.com> Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
f5f364ccea
commit
5f61ba0c2f
@@ -39,6 +39,8 @@ python/autogen_core.logging
|
||||
:hidden:
|
||||
:caption: AutoGen Extensions
|
||||
|
||||
python/autogen_ext.agents.magentic_one
|
||||
python/autogen_ext.agents.openai
|
||||
python/autogen_ext.agents.web_surfer
|
||||
python/autogen_ext.agents.file_surfer
|
||||
python/autogen_ext.agents.video_surfer
|
||||
|
||||
@@ -0,0 +1,8 @@
|
||||
autogen\_ext.agents.magentic\_one
|
||||
=================================
|
||||
|
||||
|
||||
.. automodule:: autogen_ext.agents.magentic_one
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
@@ -0,0 +1,8 @@
|
||||
autogen\_ext.agents.openai
|
||||
================================
|
||||
|
||||
|
||||
.. automodule:: autogen_ext.agents.openai
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
Reference in New Issue
Block a user