GitHunt
MA

madsbolaris/sk-azure-agent-demo

Demonstrates how to use Semantic Kernel's process framework to orchestrate multiple agents from Azure AI Agent Service together

Semantic Kernel + Azure AI Agent demo

In this demo, we will show how to use the Semantic Kernel process framework to orchestrate
multiple Azure AI Agent Service agents.

Prerequisites

You'll need an Azure AI Foundry project with the following agents. You can find the code to create these agents in the agents folder.

Running the demo

To run the demo, first copy the sample.env file to .env and fill in the required values.

Then update the ./agents/tools/send_email.yaml file with the endpoint of your send email API.

Then, run the following command:

dotnet build
dotnet run

Languages

C#82.0%Python18.0%

Contributors

Created March 11, 2025
Updated September 18, 2025
madsbolaris/sk-azure-agent-demo | GitHunt