-
Notifications
You must be signed in to change notification settings - Fork 4.6k
.Net Agents - Mark experimental features #10535
Copy link
Copy link
Labels
.NETIssue or Pull requests regarding .NET codeIssue or Pull requests regarding .NET codeagentsfeature_graduationApplied to all feature graduation issuesApplied to all feature graduation issuessk team issueA tag to denote issues that where created by the Semantic Kernel team (i.e., not the community)A tag to denote issues that where created by the Semantic Kernel team (i.e., not the community)
Metadata
Metadata
Assignees
Labels
.NETIssue or Pull requests regarding .NET codeIssue or Pull requests regarding .NET codeagentsfeature_graduationApplied to all feature graduation issuesApplied to all feature graduation issuessk team issueA tag to denote issues that where created by the Semantic Kernel team (i.e., not the community)A tag to denote issues that where created by the Semantic Kernel team (i.e., not the community)
Type
Projects
Status
Sprint: In Review
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 toAgentChat.AgentChatSerializer: This exists as an outgrowth ofAgentChatand is not conducive to distributed patterns.Agent: The base abstraction defines three methods that are not associated with patterns being graduated:GetChannelKeysCreateChannelAsyncRestoreChannelAsync