Skip to content

.Net Agents: Update experimental meta-data for graduation#10600

Merged
dmytrostruk merged 54 commits intomainfrom
agents-graduation
Feb 27, 2025
Merged

.Net Agents: Update experimental meta-data for graduation#10600
dmytrostruk merged 54 commits intomainfrom
agents-graduation

Conversation

@crickman
Copy link
Copy Markdown
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
Copy link
Copy Markdown
Contributor

@markwallace-microsoft markwallace-microsoft left a 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.

Copy link
Copy Markdown
Member

@rogerbarreto rogerbarreto left a 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.AIContents in the mid/long term.

For graduation purposes suggest moving all agent specific Contents to Agent.Abstractions project graduating them there instead.

Comment thread dotnet/src/Agents/Core/ChatCompletionAgent.cs Outdated
Comment thread dotnet/src/Agents/OpenAI/Agents.OpenAI.csproj
@dmytrostruk dmytrostruk added this pull request to the merge queue Feb 27, 2025
@github-merge-queue github-merge-queue Bot removed this pull request from the merge queue due to failed status checks Feb 27, 2025
@dmytrostruk dmytrostruk added this pull request to the merge queue Feb 27, 2025
@github-merge-queue github-merge-queue Bot removed this pull request from the merge queue due to failed status checks Feb 27, 2025
@dmytrostruk dmytrostruk added this pull request to the merge queue Feb 27, 2025
Merged via the queue into main with commit 9401760 Feb 27, 2025
@dmytrostruk dmytrostruk deleted the agents-graduation branch February 27, 2025 21:48
@github-project-automation github-project-automation Bot moved this from Sprint: In Review to Sprint: Done in Semantic Kernel Feb 27, 2025
musale pushed a commit to musale/semantic-kernel that referenced this pull request Mar 10, 2025
…10600)

### Motivation and Context
<!-- Thank you for your contribution to the semantic-kernel repo!
Please help reviewers and future users, providing the following
information:
  1. Why is this change required?
  2. What problem does it solve?
  3. What scenario does it contribute to?
  4. If it fixes an open issue, please link to the issue here.
-->

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

- Fixes: microsoft#10535
- Fixes: microsoft#10303

### Description
<!-- Describe your changes, the overall approach, the underlying design.
These notes will help understanding how your code works. Thanks! -->

Apply `Experimental` attributes for non-graduating artifacts for:

- `Microsoft.SementicKernel.Agents.Abstractions`
- `Microsoft.SementicKernel.Agents.Core`
- `Microsoft.SementicKernel.Agents.OpenAI`

### Contribution Checklist
<!-- Before submitting this PR, please make sure: -->

- [X] The code builds clean without any errors or warnings
- [X] The PR follows the [SK Contribution
Guidelines](https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md)
and the [pre-submission formatting
script](https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md#development-scripts)
raises no violations
- [X] All unit tests pass, and I have added new tests where possible
- [X] I didn't break anyone 😄

---------

Co-authored-by: Mark Wallace <127216156+markwallace-microsoft@users.noreply.github.com>
Co-authored-by: Ben Thomas <bentho@microsoft.com>
Co-authored-by: Ben Thomas <ben.thomas@microsoft.com>
jcruzmot-te pushed a commit to thousandeyes/aia-semantic-kernel that referenced this pull request Sep 15, 2025
…10600)

### Motivation and Context
<!-- Thank you for your contribution to the semantic-kernel repo!
Please help reviewers and future users, providing the following
information:
  1. Why is this change required?
  2. What problem does it solve?
  3. What scenario does it contribute to?
  4. If it fixes an open issue, please link to the issue here.
-->

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

- Fixes: microsoft#10535
- Fixes: microsoft#10303

### Description
<!-- Describe your changes, the overall approach, the underlying design.
These notes will help understanding how your code works. Thanks! -->

Apply `Experimental` attributes for non-graduating artifacts for:

- `Microsoft.SementicKernel.Agents.Abstractions`
- `Microsoft.SementicKernel.Agents.Core`
- `Microsoft.SementicKernel.Agents.OpenAI`

### Contribution Checklist
<!-- Before submitting this PR, please make sure: -->

- [X] The code builds clean without any errors or warnings
- [X] The PR follows the [SK Contribution
Guidelines](https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md)
and the [pre-submission formatting
script](https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md#development-scripts)
raises no violations
- [X] All unit tests pass, and I have added new tests where possible
- [X] I didn't break anyone 😄

---------

Co-authored-by: Mark Wallace <127216156+markwallace-microsoft@users.noreply.github.com>
Co-authored-by: Ben Thomas <bentho@microsoft.com>
Co-authored-by: Ben Thomas <ben.thomas@microsoft.com>
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 kernel.core .NET Issue or Pull requests regarding .NET code

Projects

Archived in project

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

6 participants