mirror of
https://github.com/microsoft/autogen.git
synced 2025-07-13 03:50:51 +00:00

This PR does the following: - Fix warning messages in AGS on launch. - Improve Cli message to include app URL on startup from command line - Minor improvements default gallery generator. (add more default tools) - Improve new session behaviour. ## Related issue number Closes #5097 ## Checks
4 lines
116 B
Python
4 lines
116 B
Python
from .builder import GalleryBuilder, create_default_gallery
|
|
|
|
__all__ = ["GalleryBuilder", "create_default_gallery"]
|