File Bug Report
AG2 Classic is in maintenance mode
We only fix security issues and critical bugs in existing behaviour — no new features or enhancements. For feature ideas, please use the actively developed AG2 repository.
For a security vulnerability, do not open a public issue — follow the private process in the repository's SECURITY.md.
When you submit an issue to GitHub, please do your best to follow these guidelines! This will make it a lot easier to provide you with good feedback:
-
The ideal bug report contains a short reproducible code snippet. This way anyone can try to reproduce the bug easily (see this for more details). If your snippet is longer than around 50 lines, please link to a gist or a GitHub repo.
-
If an exception is raised, please provide the full traceback.
-
Please include your operating system type and version number, as well as your Python, autogen, scikit-learn versions. The version of autogen can be found by running the following code snippet:
-
Please ensure all code snippets and error messages are formatted in appropriate code blocks. See Creating and highlighting code blocks for more details.