autogen/python/packages/autogen-ext
afourney f20ba9127d
M1 docker (#5437)
Presently MagenticOne and the m1 CLI use the LocalCommandLineExecutor
(presumably copied from the agbench code, which already runs in Docker).

This pr defaults m1 to Docker, and adds a code_executor parameter to
MagenticOne, which defaults to local for now to maintain backward
compatibility -- but this behavior is immediately deprecated.
2025-02-07 20:08:28 +00:00
..
src/autogen_ext M1 docker (#5437) 2025-02-07 20:08:28 +00:00
tests feat: enhance AzureAIChatCompletionClient validation and add unit tests (#5417) 2025-02-07 18:32:14 +00: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
conftest.py Split out GRPC tests (#5431) 2025-02-07 16:57:30 +00:00
pyproject.toml Split out GRPC tests (#5431) 2025-02-07 16:57:30 +00: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.