-
Notifications
You must be signed in to change notification settings - Fork 5.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add MagenticOneGroupChat to AGS #4595
Conversation
Testing config { |
Fixes to connection.py are crucial to avoid typing errors that look like: Message formatting error: Subscripted generics cannot be used with class and instance checks it is the order of checking isinstance, it is a bit weird |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @husseinmozannar .
Merging this in ..
Will make some minor fixes to visuals for the m1 orchestrator node in the node flow diagram later.
At somepoint, once we have implemented #4439 ... we can refactor component_factory to use that mechanism (we will need to refactor M1 orchestrator and agents to implement their own serialization and loading methods).
* add magenticonegroupchat to ags * fix termination condition * typing order check * format error * fix M1 orchestrator handle tool mesages * add filesurfer and coder
* add magenticonegroupchat to ags * fix termination condition * typing order check * format error * fix M1 orchestrator handle tool mesages * add filesurfer and coder
Add MagenticOneGroupChat to Autogen Studio.
Remaining issues: