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: Support an Agent based on Azure AI Agents #10114

Closed
crickman opened this issue Jan 7, 2025 · 0 comments · Fixed by #10134
Closed

.Net: Support an Agent based on Azure AI Agents #10114

crickman opened this issue Jan 7, 2025 · 0 comments · Fixed by #10134
Assignees
Labels
agents enhancement experimental Associated with an experimental feature .NET Issue or Pull requests regarding .NET code

Comments

@crickman
Copy link
Contributor

crickman commented Jan 7, 2025

https://www.nuget.org/packages/Azure.AI.Projects/1.0.0-beta.2

@crickman crickman added .NET Issue or Pull requests regarding .NET code agents enhancement experimental Associated with an experimental feature labels Jan 7, 2025
@crickman crickman self-assigned this Jan 7, 2025
@github-actions github-actions bot changed the title Support an Agent based on Azure AI Agents .Net: Support an Agent based on Azure AI Agents Jan 7, 2025
@crickman crickman moved this to Sprint: In Progress in Semantic Kernel Jan 7, 2025
@crickman crickman moved this from Sprint: In Progress to Sprint: In Review in Semantic Kernel Jan 27, 2025
github-merge-queue bot pushed a commit that referenced this issue Jan 27, 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.
-->

Add support for Azure AI Agents: 
-
https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/ai/Azure.AI.Projects/src/Custom/Agent
- https://learn.microsoft.com/en-us/azure/ai-services/agents/

Fixes: #10114

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

- Adds `AzureAIAgent` type in a new project/package
- Maintains parity with `OpenAIAssistantAgent` 
- Supports Azure specific tool offerings

### 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 enhancement experimental Associated with an experimental feature .NET Issue or Pull requests regarding .NET code
Projects
Status: Sprint: In Review
Development

Successfully merging a pull request may close this issue.

2 participants