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: Add Bedrock Agent to .Net SDK #10443

Merged
merged 32 commits into from
Feb 19, 2025
Merged

Conversation

TaoChenOSU
Copy link
Contributor

@TaoChenOSU TaoChenOSU commented Feb 6, 2025

Motivation and Context

This PR adds the Bedrock Agent to the .Net SDK. It's equivalent to this PR to the Python SDK.

Description

Integrate AWS Bedrock Agent to SK .Net. The integration includes the following features:

  1. Create a new Bedrock agent in code.
  2. Retrieve an existing Bedrock agent in code.
  3. Chat with the agent in streaming and non-streaming mode.
  4. Enable code interpreter.
  5. Function calling and execution.
  6. Linking an AWS knowledge base.

Note: tests will be included in a separate PR.

Contribution Checklist


For more details, open the Copilot Workspace session.

@TaoChenOSU TaoChenOSU requested a review from a team as a code owner February 6, 2025 19:11
@markwallace-microsoft markwallace-microsoft added the .NET Issue or Pull requests regarding .NET code label Feb 6, 2025
@github-actions github-actions bot changed the title Add Bedrock Agent to .Net SDK .Net: Add Bedrock Agent to .Net SDK Feb 6, 2025
@TaoChenOSU TaoChenOSU marked this pull request as draft February 6, 2025 19:12
@TaoChenOSU TaoChenOSU self-assigned this Feb 6, 2025
@TaoChenOSU TaoChenOSU enabled auto-merge February 19, 2025 21:17
@TaoChenOSU TaoChenOSU added this pull request to the merge queue Feb 19, 2025
@crickman crickman added experimental Associated with an experimental feature enhancement agents and removed python Pull requests for the Python Semantic Kernel labels Feb 19, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Feb 19, 2025
@TaoChenOSU TaoChenOSU added this pull request to the merge queue Feb 19, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Feb 19, 2025
@TaoChenOSU TaoChenOSU added this pull request to the merge queue Feb 19, 2025
Merged via the queue into main with commit 7137770 Feb 19, 2025
36 checks passed
@TaoChenOSU TaoChenOSU deleted the TaoChenOSU/add-bedrock-agent-dotnet branch February 19, 2025 22:25
@TaoChenOSU TaoChenOSU mentioned this pull request Feb 20, 2025
4 tasks
github-merge-queue bot pushed a commit that referenced this pull request Feb 20, 2025
### 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.
-->
PR for Bedrock Agent in .Net SK has been merged:
#10443. This PR adds
tests to the integration.

### Description

<!-- Describe your changes, the overall approach, the underlying design.
These notes will help understanding how your code works. Thanks! -->
Add unit tests and integration tests.

### 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 😄
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
agents documentation enhancement experimental Associated with an experimental feature kernel.core .NET Issue or Pull requests regarding .NET code
Projects
Status: Sprint: Done
Development

Successfully merging this pull request may close these issues.

4 participants