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: Update experimental meta-data for graduation #10600

Open
wants to merge 42 commits into
base: main
Choose a base branch
from

Conversation

crickman
Copy link
Contributor

@crickman crickman commented Feb 19, 2025

Motivation and Context

As part of Agent Graduation, the Experimental attributes must be more precisely defined.

Description

Apply Experimental attributes for non-graduating artifacts for:

  • Microsoft.SementicKernel.Agents.Abstractions
  • Microsoft.SementicKernel.Agents.Core
  • Microsoft.SementicKernel.Agents.OpenAI

Contribution Checklist

@crickman crickman added .NET Issue or Pull requests regarding .NET code enhancement agents labels Feb 19, 2025
@crickman crickman requested a review from moonbox3 February 19, 2025 00:35
Base automatically changed from agents-assistant-fixes-and-streamlining to main February 19, 2025 02:12
@@ -5,9 +5,8 @@
<AssemblyName>Microsoft.SemanticKernel.Agents.OpenAI</AssemblyName>
<RootNamespace>Microsoft.SemanticKernel.Agents.OpenAI</RootNamespace>
<TargetFrameworks>net8.0;netstandard2.0</TargetFrameworks>
<NoWarn>$(NoWarn);SKEXP0110</NoWarn>
<NoWarn>$(NoWarn);OPENAI001;NU5104</NoWarn>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is OPENAI001?

Copy link
Contributor Author

@crickman crickman Feb 19, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Underlying SDK is still beta: https://www.nuget.org/packages/OpenAI/2.2.0-beta.2

We've got the same supression in the AI connectors.

It wasn't an issue when the package identified as -beta.

@crickman crickman requested a review from alliscode February 19, 2025 21:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
agents enhancement feature_graduation Applied to all feature graduation issues .NET Issue or Pull requests regarding .NET code
Projects
Status: Sprint: In Review
Development

Successfully merging this pull request may close these issues.

.Net Agents - Mark experimental features .Net Agent Graduation - Bump package from beta prior to graduation
3 participants