autogen/python/packages/autogen-ext
Eric Zhu 756e2a4865
feat: update OpenAIAssistantAgent to support AsyncAzureOpenAI client (#5312)
Resolves #5179
2025-01-31 16:09:11 -08:00
..
src/autogen_ext feat: update OpenAIAssistantAgent to support AsyncAzureOpenAI client (#5312) 2025-01-31 16:09:11 -08:00
tests feat: Support R1 reasoning text in model create result; enhance API docs (#5262) 2025-01-30 11:03:54 -08:00
LICENSE-CODE Include license file in package (#3703) 2024-10-09 15:01:09 -04:00
README.md Make package readmes slightly less empty (#4961) 2025-01-09 10:44:13 -08:00
pyproject.toml chore: add asyncio_atexit dependency to docker requirements (#5307) 2025-01-31 14:14:43 -08:00
test_filesurfer_agent.html Memory Interface in AgentChat (#4438) 2025-01-14 07:06:13 +00:00

README.md

AutoGen Extensions

AutoGen is designed to be extensible. The autogen-ext package contains many different component implementations maintained by the AutoGen project. However, we strongly encourage others to build their own components and publish them as part of the ecosytem.