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

.Net: unsealing the AgentGroupChat, AgentChat, and AggregatorAgent classes … #8720

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

joslat
Copy link
Contributor

@joslat joslat commented Sep 14, 2024

…and having them implement corresponding interfaces (IAgentGroupChat, IAgentChat). This change will greatly enhance the extensibility and flexibility

Motivation and Context

Description

I propose unsealing the AgentGroupChat, AgentChat, and AggregatorAgent classes and having them implement corresponding interfaces (IAgentGroupChat, IAgentChat). This change will greatly enhance the extensibility and flexibility of the Semantic Kernel, allowing developers to extend and customize these classes to suit various application needs.

Benefits:

Enables inheritance for customization and extension.
Promotes programming against abstractions.
Improves testability through easier mocking.
Aligns with SOLID design principles.
Encourages community contributions and ecosystem growth.
I believe these changes will benefit the community and align with the project's goals. I'm open to feedback and willing to adjust the proposal as needed.

Contribution Checklist

…and having them implement corresponding interfaces (IAgentGroupChat, IAgentChat). This change will greatly enhance the extensibility and flexibility
@joslat joslat requested a review from a team as a code owner September 14, 2024 14:18
@markwallace-microsoft markwallace-microsoft added the .NET Issue or Pull requests regarding .NET code label Sep 14, 2024
@github-actions github-actions bot changed the title unsealing the AgentGroupChat, AgentChat, and AggregatorAgent classes … .Net: unsealing the AgentGroupChat, AgentChat, and AggregatorAgent classes … Sep 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
.NET Issue or Pull requests regarding .NET code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants