-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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: Add Anthropic Connector #7364
base: main
Are you sure you want to change the base?
Commits on Apr 4, 2024
-
.Net: Anthropic initial (#5739)
### 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. --> ### Description <!-- Describe your changes, the overall approach, the underlying design. These notes will help understanding how your code works. Thanks! --> cc: @RogerBarreto ### 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 😄
Configuration menu - View commit details
-
Copy full SHA for 3dd68cf - Browse repository at this point
Copy the full SHA 3dd68cfView commit details
Commits on Apr 16, 2024
-
Merge branch 'main' into anthropic/main-merge
# Conflicts: # dotnet/SK-dotnet.sln
Configuration menu - View commit details
-
Copy full SHA for ca7e8c7 - Browse repository at this point
Copy the full SHA ca7e8c7View commit details -
.Net: Claude service and DI (#5794)
cc: @RogerBarreto ### 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 😄
Configuration menu - View commit details
-
Copy full SHA for d0b4b0f - Browse repository at this point
Copy the full SHA d0b4b0fView commit details
Commits on Apr 17, 2024
-
.Net: Claude tools models (#5790)
Claude tools models cc: @RogerBarreto ### 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 😄
Configuration menu - View commit details
-
Copy full SHA for 1a475fb - Browse repository at this point
Copy the full SHA 1a475fbView commit details
Commits on Jun 30, 2024
-
Merge branch 'refs/heads/main' into feature-connectors-anthropic
# Conflicts: # dotnet/SK-dotnet.sln
Configuration menu - View commit details
-
Copy full SHA for 2aeb9e7 - Browse repository at this point
Copy the full SHA 2aeb9e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6986704 - Browse repository at this point
Copy the full SHA 6986704View commit details
Commits on Jul 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2da5840 - Browse repository at this point
Copy the full SHA 2da5840View commit details
Commits on Jul 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f30c5f9 - Browse repository at this point
Copy the full SHA f30c5f9View commit details
Commits on Jul 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5040bed - Browse repository at this point
Copy the full SHA 5040bedView commit details
Commits on Jul 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0c8ba96 - Browse repository at this point
Copy the full SHA 0c8ba96View commit details
Commits on Jul 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6273a71 - Browse repository at this point
Copy the full SHA 6273a71View commit details -
.Net: Anthropic chat generation (non-streaming) and removed FC (#7101)
Part of: #5690 Anthropic chat generation (non-streaming) @RogerBarreto ### 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: Roger Barreto <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0a4df86 - Browse repository at this point
Copy the full SHA 0a4df86View commit details
Commits on Sep 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for af2393a - Browse repository at this point
Copy the full SHA af2393aView commit details
Commits on Sep 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e96eb90 - Browse repository at this point
Copy the full SHA e96eb90View commit details -
.Net: Anthropic - samples (#8585)
#5690 Added samples @RogerBarreto --------- Co-authored-by: Roger Barreto <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 28cadcc - Browse repository at this point
Copy the full SHA 28cadccView commit details
Commits on Sep 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 30b503a - Browse repository at this point
Copy the full SHA 30b503aView commit details
Commits on Sep 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2f47d9b - Browse repository at this point
Copy the full SHA 2f47d9bView commit details
Commits on Oct 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 86e169a - Browse repository at this point
Copy the full SHA 86e169aView commit details
Commits on Oct 29, 2024
-
.Net: Anthropic - streaming (#8560)
### 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. --> #5690 ### Description <!-- Describe your changes, the overall approach, the underlying design. These notes will help understanding how your code works. Thanks! --> Added streaming functionality and related tests. @RogerBarreto @RogerBarret0 ### 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 😄
Configuration menu - View commit details
-
Copy full SHA for 17cfd02 - Browse repository at this point
Copy the full SHA 17cfd02View commit details -
Configuration menu - View commit details
-
Copy full SHA for f13666b - Browse repository at this point
Copy the full SHA f13666bView commit details