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: Add support for AutoGen's 0.2 ConversableAgent #10607

Merged
merged 14 commits into from
Feb 20, 2025

Conversation

moonbox3
Copy link
Contributor

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.

Description

Add support and samples for the AG 0.2.X ConversableAgent.

Contribution Checklist

@moonbox3 moonbox3 added python Pull requests for the Python Semantic Kernel agents labels Feb 19, 2025
@moonbox3 moonbox3 requested a review from a team as a code owner February 19, 2025 09:54
@moonbox3 moonbox3 enabled auto-merge February 20, 2025 11:05
@moonbox3 moonbox3 added this pull request to the merge queue Feb 20, 2025
Merged via the queue into microsoft:main with commit 2984423 Feb 20, 2025
28 checks passed
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 this pull request may close these issues.

Python: Support AG 0.2 Agents
5 participants