Skip to content
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

Closed
moonbox3 opened this issue Feb 5, 2025 · 1 comment · Fixed by #10607
Closed

Python: Support AG 0.2 Agents #10407

moonbox3 opened this issue Feb 5, 2025 · 1 comment · Fixed by #10607
Assignees
Labels
agents autogen python Pull requests for the Python Semantic Kernel

Comments

@moonbox3
Copy link
Contributor

moonbox3 commented Feb 5, 2025

Allow for the use of AG 0.2 agents inside of SK.

@moonbox3 moonbox3 added the agents label Feb 5, 2025
@moonbox3 moonbox3 self-assigned this Feb 5, 2025
@markwallace-microsoft markwallace-microsoft added python Pull requests for the Python Semantic Kernel triage labels Feb 5, 2025
@moonbox3 moonbox3 removed the triage label Feb 5, 2025
@evchaki evchaki added the sk team issue A tag to denote issues that where created by the Semantic Kernel team (i.e., not the community) label Feb 6, 2025
@crickman crickman changed the title Python: support AG 0.2 Agents Python: Support AG 0.2 Agents Feb 6, 2025
@crickman
Copy link
Contributor

crickman commented Feb 6, 2025

This is Ben's corresponding task: #10445.

Be great to leverage each other's knowledge and techniques when making progress with this feature.

@crickman crickman removed the sk team issue A tag to denote issues that where created by the Semantic Kernel team (i.e., not the community) label Feb 13, 2025
@crickman crickman moved this to Sprint: In Review in Semantic Kernel Feb 19, 2025
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]>
@crickman crickman moved this from Sprint: In Review to Sprint: Done in Semantic Kernel Feb 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
agents autogen python Pull requests for the Python Semantic Kernel
Projects
Status: Sprint: Done
Development

Successfully merging a pull request may close this issue.

4 participants