Showing results for Category: Samples from Semantic Kernel

Mar 28, 2025
2
0

Building a Model Context Protocol Server with Semantic Kernel

Sergey Menshykh
Sergey Menshykh

This is second MCP related blog post that is part of a series of blog posts that will cover how to use Semantic Kernel (SK) with the Model Context Protocol (MCP). This blog post demonstrates how to build an MCP server using MCP C# SDK and SK, expose SK plugins as MCP tools and call the tools from client side via SK. Here are a few reasons wh...

Semantic KernelSamples.NET
Feb 24, 2025
1
0

Hybrid Model Orchestration

Sergey Menshykh
Sergey Menshykh

Hybrid model orchestration is a powerful technique that AI applications can use to intelligently select and switch between multiple models based on various criteria, all while being transparent to the calling code. This technique not only allows for model selection based on factors such as the prompt's input token size and each model's min/max toke...

Semantic KernelSamples.NET
Oct 25, 2024
0
2

Process Framework gets Python support and more!

Shawn Henry
Shawn Henry

As we continue to empower developers in embedding AI into their workflows, we are thrilled to announce significant updates to the Microsoft Semantic Kernel's Process Framework. Building on our introductory blog, weโ€™ve made enhancements that further streamline business process automation and AI integration and help you to be successful with the Sema...

Semantic KernelAnnouncementsAnnouncement
May 21, 2024
0
1

Use Semantic Kernel to create a Restaurant Bookings Sample with Python

Sophia Lagerkrans-Pandey Evan Mattson Eduard van Valkenburg
Sophia,
Evan,
Eduard

Hi all, Weโ€™re looking forward to highlight a Python sample today focused on a Restaurant Bookings sample here. Bookingย Restaurantย -ย Demoย Application Thisย sampleย providesย aย practicalย demonstrationย ofย howย to leverageย featuresย from theย Semantic Kernelย to build aย consoleย application. Specifically, the application utilizes theย Business Schedule...

Semantic KernelSamplesPython
May 21, 2024
0
2

Connect Logic Apps’ 1,400 connectors to Semantic Kernel

Matthew Bolanos
Matthew Bolanos

At the heart of every company are custom APIs that are built to solve specific business problems. These APIs often use Logic Apps, which is a powerful way to build APIsย without writing code. With Logic Apps' over 1,400 enterprise connectors, you can connect to your enterprise systems, transform data, and automate processes to solve your business ne...

Semantic KernelAnnouncementsAnnouncement
May 20, 2024
0
0

Use Semantic Kernel to create a Restaurant Bookings Sample with .NET

Sophia Lagerkrans-Pandey Roger Barreto
Sophia,
Roger

Hi all, With Microsoft Build approaching, we wanted to share some walk throughs and samples of Semantic Kernel. Today we're going to dive into a Restaurant booking sample to showcase multiple features of Semantic Kernel. Thisย sampleย providesย aย practicalย demonstrationย ofย howย to leverageย featuresย from theย Semantic Kernelย to build aย consoleย appl...

Semantic KernelSamples
May 17, 2024
0
1

Use Semantic Kernel to create a Restaurant Bookings Sample with Java

Sophia Lagerkrans-Pandey
Sophia Lagerkrans-Pandey

Weโ€™re looking forward to highlight a Java sample today focused on a Restaurant Bookings sample here. Bookingย Restaurantย โ€“ย Demoย Application Thisย sampleย providesย aย practicalย demonstrationย ofย howย to leverageย featuresย from theย Semantic Kernelย to build aย consoleย application. Specifically, the application utilizes theย Business Schedule andย Bookingย ...

SamplesSemantic KernelJava
May 17, 2024
0
1

Using Semantic Kernel to create a Time Plugin with Java

Sophia Lagerkrans-Pandey
Sophia Lagerkrans-Pandey

Plugins are one of the most powerful features of Semantic Kernel and in this demo we show how you can easily use Plugins with the power of Auto Function Calling from AI Models with Java here. A Glimpse into the Demonstrationย  Time Information Pluginย  In the demo we implement a simple class TimePlugin with one function to retrieve the UTC time in...

Semantic KernelSamplesJava
May 14, 2024
1
0

Using Semantic Kernel to create a Time Plugin with .NET

Sophia Lagerkrans-Pandey Roger Barreto
Sophia,
Roger

Plugins are one of the most powerful features of Semantic Kernel and in this demo we show how you can easily use Plugins with the power of Auto Function Calling from AI Models.ย ย  A Glimpse into the Demonstrationย  Time Information Pluginย  In the demo we implement a simple class TimeInformantionPlugin with one function to retrieve the UTC time in ...

SamplesSemantic Kernel.NET
May 13, 2024
0
1

How to Get Started using Semantic Kernel .NET

Sophia Lagerkrans-Pandey Roger Barreto
Sophia,
Roger

Hi all, With Microsoft Build approaching, we wanted to share some walk throughs of using Semantic Kernel to get started if you haven't already. Today we're going to dive into the Getting Started guide we have in the main Semantic Kernel GitHub repository for .NET. Getting Started with Semantic Kernelย  We are excited to announce new enhance...

Semantic KernelSamples