mirror of
https://github.com/microsoft/autogen.git
synced 2025-12-12 15:31:21 +00:00
* Selector group chat that uses LLM to select the next speaker * Merge remote-tracking branch 'origin/staging' into selector-groupchat * Add allow_repeated_speaker option * Add test for allowed_repeated_speaker=True * Example for selector group chat * format * Rename and index * title for notebook * Merge remote-tracking branch 'origin/staging' into selector-groupchat
AutoGen Core
Package layering
baseare the the foundational generic interfaces upon which all else is built. This module must not depend on any other module.applicationare implementations of core components that are used to compose an application.componentsare the building blocks for creating agents.