Showing results for Category: Samples from Semantic Kernel

Apr 17, 2025
Post comments count0
Post likes count2

Integrating Semantic Kernel Python with Google’s A2A Protocol

Evan Mattson
Evan Mattson

Google's Agent-to-Agent (A2A) protocol is designed to enable seamless interoperability among diverse AI agents. Microsoft’s Semantic Kernel (SK), an open-source platform for orchestrating intelligent agent interactions, is now being integrated into the A2A ecosystem. In this blog, we demonstrate how Semantic Kernel agents can easily function as an ...

AnnouncementSamplesPython
Apr 17, 2025
Post comments count1
Post likes count0

Semantic Kernel adds Model Context Protocol (MCP) support for Python

Eduard van Valkenburg
Eduard van Valkenburg

We are excited to announce that Semantic Kernel (SK) now has first-class support for the Model Context Protocol (MCP) — a standard created by Anthropic to enable models, tools, and agents to share context and capabilities seamlessly. With this release, SK can act as both an MCP host (client) and an MCP server, and you can leverage these capabili...

Semantic KernelSamplesPython
Apr 3, 2025
Post comments count1
Post likes count3

Using OpenAI’s Audio-Preview Model with Semantic Kernel

Roger Barreto
Roger Barreto

OpenAI's gpt-4o-audio-preview is a powerful multimodal model that enables audio input and output capabilities, allowing developers to create more natural and accessible AI interactions. This model supports both speech-to-text and text-to-speech functionalities in a single API call through the Chat Completions API, making it suitable for building vo...

Semantic KernelSamples.NET
Mar 28, 2025
Post comments count3
Post likes count3

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
Post comments count1
Post likes count0

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
Post comments count0
Post likes count2

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
Post comments count0
Post likes count1

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
Post comments count0
Post likes count2

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
Post comments count0
Post likes count0

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
Post comments count0
Post likes count1

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