-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
Python: Support AG 0.2 Agents #10407
Comments
This is Ben's corresponding task: #10445. Be great to leverage each other's knowledge and techniques when making progress with this feature. |
4 tasks
github-merge-queue bot
pushed a commit
that referenced
this issue
Feb 20, 2025
### Motivation and Context For those who use AutoGen's 0.2 `ConversableAgent`, we're providing support in Semantic Kernel to run this agent type. This assumes one will port their existing AG 0.2.X `ConversableAgent` code and run in Semantic Kernel. Note: as we move towards GA for our agent chat patterns, we are analyzing how to support AutoGen agents with a shared time. This PR does not provide support for the AG `ConversibleAgent` group chat patterns that exist in the 0.2.X package. <!-- Thank you for your contribution to the semantic-kernel repo! Please help reviewers and future users, providing the following information: 1. Why is this change required? 2. What problem does it solve? 3. What scenario does it contribute to? 4. If it fixes an open issue, please link to the issue here. --> ### Description Add support and samples for the AG 0.2.X ConversableAgent. - Add unit test coverage. - Add samples and READMEs. - Closes #10407 <!-- Describe your changes, the overall approach, the underlying design. These notes will help understanding how your code works. Thanks! --> ### Contribution Checklist <!-- Before submitting this PR, please make sure: --> - [X] The code builds clean without any errors or warnings - [X] The PR follows the [SK Contribution Guidelines](https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md) and the [pre-submission formatting script](https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md#development-scripts) raises no violations - [X] All unit tests pass, and I have added new tests where possible - [X] I didn't break anyone 😄 --------- Co-authored-by: Chris <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Allow for the use of AG 0.2 agents inside of SK.
The text was updated successfully, but these errors were encountered: