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 Agents - Mark experimental features #10535

Open
crickman opened this issue Feb 13, 2025 · 2 comments · May be fixed by #10600
Open

.Net Agents - Mark experimental features #10535

crickman opened this issue Feb 13, 2025 · 2 comments · May be fixed by #10600
Assignees
Labels
agents feature_graduation Applied to all feature graduation issues .NET Issue or Pull requests regarding .NET code sk team issue A tag to denote issues that where created by the Semantic Kernel team (i.e., not the community)

Comments

@crickman
Copy link
Contributor

As part of agent graduation, move the experimental declaration from the project level to specific features that are not graduating:

  • AgentChat/AgentGroupChat: The existing multi-agent chat.
  • AgentChannel: The channel construct only exists to enable multi-agent chat.
  • AggregatorAgent: In its current form, this agent is intrinsically bound to AgentChat.
  • AgentChatSerializer: This exists as an outgrowth of AgentChat and is not conducive to distributed patterns.
  • Agent: The base abstraction defines three methods that are not associated with patterns being graduated:
    1. GetChannelKeys
    2. CreateChannelAsync
    3. RestoreChannelAsync
@crickman crickman added .NET Issue or Pull requests regarding .NET code agents feature_graduation Applied to all feature graduation issues triage labels Feb 13, 2025
@crickman crickman self-assigned this Feb 13, 2025
@crickman crickman removed the triage label Feb 13, 2025
@shethaadit
Copy link
Contributor

Hi @crickman / @markwallace-microsoft, I will raise PR for this soon. :)

@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 18, 2025
@crickman crickman linked a pull request Feb 19, 2025 that will close this issue
4 tasks
@crickman crickman moved this to Sprint: In Review in Semantic Kernel Feb 19, 2025
@crickman crickman linked a pull request Feb 19, 2025 that will close this issue
4 tasks
@crickman
Copy link
Contributor Author

Hi @crickman / @markwallace-microsoft, I will raise PR for this soon. :)

Thanks, I've got it covered: #10600

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
agents feature_graduation Applied to all feature graduation issues .NET Issue or Pull requests regarding .NET code sk team issue A tag to denote issues that where created by the Semantic Kernel team (i.e., not the community)
Projects
Status: Sprint: In Review
3 participants