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 Aspire scaffolding for agent-hosting sample #10702

Merged
merged 8 commits into from
Feb 27, 2025

Conversation

SergeyMenshykh
Copy link
Member

Motivation, Context and Description

This PR adds scaffolding for the Aspire agent-hosting sample that will be extended in several follow-up PRs. Ninety-nine percent of the code is generated by the Aspire Starter App template, with a few minor changes to add an empty agent completions controller, call it from the UI, and display the results.

Next steps include:

  • Deploy Azure AI Service with a chat model to be used by the agent in the next step.
  • Update the AgentCompletionsController to use a chat completion agent

Note: This PR targets the feature-agents-hosting feature branch.
Contributes to: #10149

@SergeyMenshykh SergeyMenshykh added .NET Issue or Pull requests regarding .NET code samples labels Feb 26, 2025
@SergeyMenshykh SergeyMenshykh self-assigned this Feb 26, 2025
@SergeyMenshykh SergeyMenshykh requested a review from a team as a code owner February 26, 2025 19:43
@SergeyMenshykh SergeyMenshykh merged commit 6f8877a into feature-agents-hosting Feb 27, 2025
10 checks passed
@SergeyMenshykh SergeyMenshykh deleted the add-aspire-scaffolding branch February 27, 2025 11:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
.NET Issue or Pull requests regarding .NET code
Projects
Status: Sprint: Done
Development

Successfully merging this pull request may close these issues.

4 participants