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:
Leonardo Pinheiro
2024-12-06 17:41:13 +10:00
committed by GitHub
parent f5f364ccea
commit 5f61ba0c2f
12 changed files with 65 additions and 29 deletions

View File

@@ -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

View File

@@ -0,0 +1,8 @@
autogen\_ext.agents.magentic\_one
=================================
.. automodule:: autogen_ext.agents.magentic_one
:members:
:undoc-members:
:show-inheritance:

View File

@@ -0,0 +1,8 @@
autogen\_ext.agents.openai
================================
.. automodule:: autogen_ext.agents.openai
:members:
:undoc-members:
:show-inheritance: