mirror of
https://github.com/microsoft/autogen.git
synced 2025-07-25 18:01:03 +00:00

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