May 21, 2025
Post comments count0
Post likes count1

Vector Data Extensions are now Generally Available (GA)

Wes Steyn Shay Rojansky
Wes,
Shay

We’re excited to announce the release of Microsoft.Extensions.VectorData.Abstractions, a foundational library providing exchange types and abstractions for vector stores when working with vector data in AI-powered applications. This release is the result of a close collaboration between the Semantic Kernel and .NET teams, combining expertise in AI ...

Semantic Kernel.NETVector Database
May 16, 2025
Post comments count0
Post likes count1

Semantic Kernel: Package previews, Graduations & Deprecations

Sophia Lagerkrans-Pandey Sergey Menshykh
Sophia,
Sergey

Semantic Kernel: Package Previews, Graduations & Deprecations We are excited to share a summary of recent updates and continuous clean-up efforts across the Semantic Kernel .NET codebase. These changes focus on improving maintainability, aligning with the latest APIs, and ensuring a consistent experience for users. Below you’ll find details on...

Semantic Kernel.NET
May 6, 2025
Post comments count0
Post likes count0

RC1: Semantic Kernel for Java Agents API

Derek Keeler
Derek Keeler

We’re excited to announce the release candidate of the Semantic Kernel for Java Agents API! This marks a major step forward in bringing the power of intelligent agents to Java developers, enabling them to build rich, contextual, and interactive AI experiences using the Semantic Kernel framework. What Are Agents in Semantic Kernel? Agents are inte...

Semantic KernelJava
May 2, 2025
Post comments count0
Post likes count5

Guest Blog: Orchestrating AI Agents with Semantic Kernel Plugins: A Technical Deep Dive

Sophia Lagerkrans-Pandey Jarre Nejatyab
Sophia,
Jarre

Today we're excited to welcome Jarre Nejatyab as a guest blog to highlight a technical deep dive on orchestrating AI Agents with Semantic Kernel Plugins. In the rapidly evolving world of Large Language Models (LLMs), orchestrating specialized AI agents has become crucial for building sophisticated cognitive architectures capable of complex reasoni...

Semantic KernelGuest Blog
Apr 28, 2025
Post comments count0
Post likes count0

Guest Blog: Letting AI Help Make the World More Accessible – Analyzing Website Accessibility with Semantic Kernel and OmniParser

Sophia Lagerkrans-Pandey
Sophia Lagerkrans-Pandey

Today we're excited to welcome Jonathan David, as a guest author on the Semantic Kernel blog. We'll turn it over to Jonathan to dive into Letting AI Help Make the World More Accessible - Analyzing Website Accessibility with Semantic Kernel and OmniParser.   With the European Accessibility Act and Germany's Barrierefreiheitsstärkungsgesetz (w...

Guest Blog
Apr 25, 2025
Post comments count0
Post likes count5

Guest Blog: SemantiClip: A Practical Guide to Building Your Own AI Agent with Semantic Kernel

Sophia Lagerkrans-Pandey Vic Perdana
Sophia,
Vic

Today we’re excited to welcome Vic Perdana, as a guest author on the Semantic Kernel blog today to cover his work on a SemantiClip: A Practical Guide to Building Your Own AI Agent with Semantic Kernel. We’ll turn it over to Vic to dive in further. Everywhere you look lately, the buzz is about AI agents. But cutting through the noise—what doe...

Guest Blog
Apr 24, 2025
Post comments count0
Post likes count0

Customer Case Study: Microsoft Store Assistant — bringing multi expert intelligence to Microsoft Store chat with Semantic Kernel and Azure AI

Sophia Lagerkrans-Pandey Bryan Levy Jeff Iris
Sophia,
Bryan,
Jeff

Introduction In October 2024 Microsoft replaced a legacy rule‑based chat bot on Microsoft Store with Microsoft Store Assistant, powered by Azure Open AI, Semantic Kernel, and real‑time page context. The transformation changed a scripted, button-driven experience into a conversation that comprehends the entire public Microsoft portfolio, includin...

Customer Story
Apr 21, 2025
Post comments count0
Post likes count2

Guest Blog: Build an AI App That Can Browse the Internet Using Microsoft’s Playwright MCP Server & Semantic Kernel — in Just 4 Steps

Sophia Lagerkrans-Pandey Akshay Kokane
Sophia,
Akshay

Today we're excited to feature a returning guest author, Akshay Kokane to share his recent Medium article on Building an AI App That Can Browse the Internet Using Microsoft’s Playwright MCP Server & Semantic Kernel. We’ll turn it over to him to dive in! MCP! It’s the new buzzword in the AI world. So, I thought — why not be a part of this buz...

Semantic KernelGuest Blog
Apr 17, 2025
Post comments count0
Post likes count3

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 count1

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