-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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: Update experimental meta-data for graduation #10600
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM Need to get feedback from @RogerBarreto regarding the content graduation changes.
I changed the abstractions and core to have an rc
suffix as agreed with LT.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We are planning in deprecating our KernelContens
in favor or MEAI.AIContent
s in the mid/long term.
For graduation purposes suggest moving all agent specific Content
s to Agent.Abstractions
project graduating them there instead.
Motivation and Context
As part of Agent Graduation, the
Experimental
attributes must be more precisely defined.beta
prior to graduation #10303Description
Apply
Experimental
attributes for non-graduating artifacts for:Microsoft.SementicKernel.Agents.Abstractions
Microsoft.SementicKernel.Agents.Core
Microsoft.SementicKernel.Agents.OpenAI
Contribution Checklist