.Net Agents - Mark experimental features #10535
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)
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 ofAgentChat
and is not conducive to distributed patterns.Agent
: The base abstraction defines three methods that are not associated with patterns being graduated:GetChannelKeys
CreateChannelAsync
RestoreChannelAsync
The text was updated successfully, but these errors were encountered: