Skip to content

Commit 652871a

Browse files
author
Yulin Li
committed
Merge branch 'main' of https://github.com/yulin-li/foundry-samples into yulin/voice-live-update
2 parents d45542c + b0ac479 commit 652871a

File tree

190 files changed

+7640
-3615
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

190 files changed

+7640
-3615
lines changed

.github/CODEOWNERS

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# See for instructions on this file https://help.github.com/articles/about-codeowners/
2+
3+
#### files referenced in docs (DO NOT EDIT, except for Docs team!!!) #############################################################################
4+
/samples/microsoft/java/mslearn-resources/quickstart/.env.template @sdgilley
5+
/samples/microsoft/javascript/mslearn-resources/quickstart/.env.template @sdgilley
6+
/samples/microsoft/csharp/mslearn-resources/quickstart/Samples/.env.example @sdgilley
7+
/samples/microsoft/python/mslearn-resources/quickstart/quickstart.py @sdgilley
8+
/samples/microsoft/java/mslearn-resources/quickstart/src/main/java/com/azure/ai/foundry/samples/ChatCompletionSample.java @sdgilley
9+
/samples/microsoft/javascript/mslearn-resources/quickstart/src/quickstart.js @sdgilley
10+
/samples/microsoft/csharp/mslearn-resources/quickstart/Samples/SimpleInference.cs @sdgilley
11+
/samples/microsoft/REST/mslearn-resources/quickstart/quickstart.sh @sdgilley
12+
/samples/microsoft/python/mslearn-resources/quickstart/quickstart.py @sdgilley
13+
/samples/microsoft/java/mslearn-resources/quickstart/src/main/java/com/azure/ai/foundry/samples/AgentSample.java @sdgilley
14+
/samples/microsoft/javascript/mslearn-resources/quickstart/src/quickstart.js @sdgilley
15+
/samples/microsoft/csharp/mslearn-resources/quickstart/Samples/AgentService.cs @sdgilley
16+
/samples/microsoft/REST/mslearn-resources/quickstart/quickstart.sh @sdgilley
17+
/samples/microsoft/python/mslearn-resources/quickstart/quickstart.py
18+
/samples/microsoft/java/mslearn-resources/quickstart/src/main/java/com/azure/ai/foundry/samples/FileSearchAgentSample.java @sdgilley
19+
/samples/microsoft/javascript/mslearn-resources/quickstart/src/quickstart.js @sdgilley
20+
/samples/microsoft/csharp/mslearn-resources/quickstart/Samples/AgentFileSearch.cs @sdgilley
21+
/samples/microsoft/REST/mslearn-resources/quickstart/quickstart.sh @sdgilley

.github/workflows/run-samples.yml

Lines changed: 0 additions & 229 deletions
This file was deleted.

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
*.userosscache
1111
*.sln.docstates
1212
*.env
13-
13+
venv/
1414
# User-specific files (MonoDevelop/Xamarin Studio)
1515
*.userprefs
1616

doc-samples/agents/python/requirements.txt

Lines changed: 0 additions & 6 deletions
This file was deleted.

package-lock.json

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

samples/agent-catalog/3p-agent-samples/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
## Agent Catalog - 3P Agent Samples for Azure AI Foundry Agent Service SDK
1+
## Agent Catalog - 3P Agent Samples
22

3-
This folder contains Microsoft-authored Agent code samples for the Agent Service SDK
3+
This folder contains Third-Party Agent code samples.
44

55
**IMPORTANT NOTE:** Starter templates, instructions, code samples and resources in this 3P-agent-samples file (“samples”) are designed to assist in accelerating development of agents for specific scenarios. It is important that you review all provided resources and carefully test Agent behavior in the context of your use case: ([Learn more](https://learn.microsoft.com/en-us/legal/cognitive-services/agents/transparency-note?context=%2Fazure%2Fai-services%2Fagents%2Fcontext%2Fcontext)).
66

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
## Agent Catalog - 3P Agent Samples for Azure AI Foundry Agent Service SDK
2+
3+
This folder contains Third-Party Agent code samples for Azure Ai Foundry Service SDK.
4+
5+
**IMPORTANT NOTE:** Starter templates, instructions, code samples and resources in this 3P-agent-samples file (“samples”) are designed to assist in accelerating development of agents for specific scenarios. It is important that you review all provided resources and carefully test Agent behavior in the context of your use case: ([Learn more](https://learn.microsoft.com/en-us/legal/cognitive-services/agents/transparency-note?context=%2Fazure%2Fai-services%2Fagents%2Fcontext%2Fcontext)).
6+
7+
Certain Agent offerings may be subject to legal and regulatory requirements, may require licenses, or may not be suitable for all industries, scenarios, or use cases. By using any sample, you are acknowledging that Agents or other output created using that sample are solely your responsibility, and that you will comply with all applicable laws, regulations, and relevant safety standards, terms of service, and codes of conduct.
8+
9+
**WARNING:** The samples in this 3P-agent-samples folder were created by third parties, not Microsoft, and have not been tested or verified by Microsoft. Your use is subject to the terms provided by the relevant third party. By using any third-party sample in this file, you are acknowledging that Microsoft has no responsibility to you or others with respect to these samples.

samples/agent-catalog/3p-agent-samples/foundry-agent-service-sdk/auquan/README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
1+
**IMPORTANT NOTE FROM MICROSOFT:** The sample below was created by a third party, not Microsoft, and has not been tested or verified by Microsoft. Your use is subject to the terms provided by the relevant third party. By using the third-party sample in this file, you are acknowledging that Microsoft has no responsibility to you or others with respect to this sample.
2+
3+
4+
------
5+
16
# Auquan Due Diligence Risk Analyst Agent
27

38
This code sample for the Due Diligence Risk Analyst enables building an expert system designed to provide comprehensive risk analysis and timeline tracking for companies. It specializes in analyzing company risks across multiple dimensions including operational, financial, regulatory, and sustainability metrics. The agent processes structured risk data from Auquan's API, generates detailed timelines, and provides actionable insights through well-formatted reports with visual risk indicators.
49

5-
**IMPORTANT NOTE FROM MICROSOFT:** The sample below was created by a third party, not Microsoft, and has not been tested or verified by Microsoft. Your use is subject to the terms provided by the relevant third party. By using the third-party sample in this file, you are acknowledging that Microsoft has no responsibility to you or others with respect to this sample.
6-
710
---
811

912
## 💼 Use Cases

samples/agent-catalog/3p-agent-samples/foundry-agent-service-sdk/marqueeinsights-news-agent/README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
**IMPORTANT NOTE FROM MICROSOFT:** The sample below was created by a third party, not Microsoft, and has not been tested or verified by Microsoft. Your use is subject to the terms provided by the relevant third party. By using the third-party sample in this file, you are acknowledging that Microsoft has no responsibility to you or others with respect to this sample.
2+
3+
4+
------
5+
16
# AI News Agent
27

38
This code sample enables creating an intelligent information summarization agent designed to help executives and decision-makers stay on top of the rapidly evolving world of artificial intelligence. By continuously scanning credible news sources, it identifies and summarizes the most impactful AI developments—especially those relevant to the Microsoft ecosystem, healthcare, and legal industries.
@@ -6,8 +11,6 @@ The agent reduces information overload by prioritizing high-value updates and pr
611

712
**WARNING:** AI News is not a replacement for human analysis or legal due diligence. Instead, it augments executive awareness by surfacing credible developments that may require further attention or discussion. All strategic decisions and compliance assessments remain the responsibility of the end user.
813

9-
**IMPORTANT NOTE FROM MICROSOFT:** The sample below was created by a third party, not Microsoft, and has not been tested or verified by Microsoft. Your use is subject to the terms provided by the relevant third party. By using the third-party sample in this file, you are acknowledging that Microsoft has no responsibility to you or others with respect to this sample.
10-
1114

1215
## 🎯 Use Cases
1316

samples/agent-catalog/3p-agent-samples/foundry-agent-service-sdk/mihcm-hr-assist-agent/README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
1+
**IMPORTANT NOTE FROM MICROSOFT:** The sample below was created by a third party, not Microsoft, and has not been tested or verified by Microsoft. Your use is subject to the terms provided by the relevant third party. By using the third-party sample in this file, you are acknowledging that Microsoft has no responsibility to you or others with respect to this sample.
2+
3+
4+
------
5+
6+
17
# HR Assist Agent
28

39
This repository provides a template for deploying and managing an Azure AI Agent for MiHCM. The project leverages Azure Bicep for infrastructure deployment and Python for interacting with Azure AI services and APIs.
410

5-
**IMPORTANT NOTE FROM MICROSOFT: **The sample below was created by a third party, not Microsoft, and has not been tested or verified by Microsoft. Your use is subject to the terms provided by the relevant third party. By using the third-party sample in this file, you are acknowledging that Microsoft has no responsibility to you or others with respect to this sample.
611

712
## Features
813

0 commit comments

Comments
 (0)