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

Move SK.CoreSkills to new package: SK.Skills.Core #1623

Merged
merged 10 commits into from
Jun 22, 2023

Conversation

shawncal
Copy link
Member

Motivation and Context

Slimming down the kernel core project, nuget package.

Description

These "Core Skills" are good ones to have, but are not fundamental to the operation of SK. They will continue to be included in the "Microsoft.SemanticKernel" nuget metapackage, but if a developer chooses to just install the minimal "Microsoft.SemanticKernel.Core", they may not want these skills. This packages them so that they are now optional.

Contribution Checklist

@shawncal shawncal requested review from a team as code owners June 21, 2023 01:33
@github-actions github-actions bot added .NET Issue or Pull requests regarding .NET code kernel Issues or pull requests impacting the core kernel kernel.core labels Jun 21, 2023
@shawncal shawncal marked this pull request as draft June 21, 2023 01:37
@shawncal
Copy link
Member Author

Updating docs now...

@shawncal shawncal marked this pull request as ready for review June 21, 2023 03:02
@shawncal shawncal enabled auto-merge June 21, 2023 03:03
@shawncal shawncal added this pull request to the merge queue Jun 22, 2023
Merged via the queue into microsoft:main with commit 3955257 Jun 22, 2023
16 checks passed
@shawncal shawncal deleted the core-skills-package branch June 22, 2023 08:14
@evchaki evchaki added this to the Sprint 33 milestone Jun 30, 2023
shawncal added a commit to shawncal/semantic-kernel that referenced this pull request Jul 6, 2023
### Motivation and Context
Slimming down the kernel core project, nuget package.

### Description
These "Core Skills" are good ones to have, but are not fundamental to
the operation of SK. They will continue to be included in the
"Microsoft.SemanticKernel" nuget metapackage, but if a developer chooses
to just install the minimal "Microsoft.SemanticKernel.Core", they may
not want these skills. This packages them so that they are now optional.

### Contribution Checklist
<!-- Before submitting this PR, please make sure: -->
- [X] The code builds clean without any errors or warnings
- [X] The PR follows SK Contribution Guidelines
(https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md)
- [X] The code follows the .NET coding conventions
(https://learn.microsoft.com/dotnet/csharp/fundamentals/coding-style/coding-conventions)
verified with `dotnet format`
- [X] All unit tests pass, and I have added new tests where possible
- [X] I didn't break anyone 😄

---------

Co-authored-by: name <email>
Co-authored-by: Lee Miller <lemiller@microsoft.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kernel Issues or pull requests impacting the core kernel .NET Issue or Pull requests regarding .NET code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants