mirror of
https://github.com/microsoft/autogen.git
synced 2025-08-20 22:52:06 +00:00

* first notebook for distributed rock, paper and scissors * add distributed group chat notebook * fix formatting * fix pipeline issues * fix formatting issue * promote distributed group chat notebook into a multiple files * fix docs * fix docs * fix pyright * Apply suggestions from code review Add PR review suggestions Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com> * improving group chat manager from round robin to LLM based Signed-off-by: Mohammad Mazraeh <mazraeh.mohammad@gmail.com> * remove lfs file to fix Signed-off-by: Mohammad Mazraeh <mazraeh.mohammad@gmail.com> * add gut back using lfs Signed-off-by: Mohammad Mazraeh <mazraeh.mohammad@gmail.com> * re-add gif using lfs Signed-off-by: Mohammad Mazraeh <mazraeh.mohammad@gmail.com> * remove gitattributes Signed-off-by: Mohammad Mazraeh <mazraeh.mohammad@gmail.com> * redo git lfs add --------- Signed-off-by: Mohammad Mazraeh <mazraeh.mohammad@gmail.com> Co-authored-by: Ryan Sweet <rysweet@microsoft.com> Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
AutoGen Core
Package layering
base
are the the foundational generic interfaces upon which all else is built. This module must not depend on any other module.application
are implementations of core components that are used to compose an application.components
are the building blocks for creating agents.