Showing results for March 2025 | Semantic Kernel

Mar 28, 2025
Post comments count5
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
Mar 24, 2025
Post comments count2
Post likes count1

Semantic Kernel Agent Framework RC2

Shawn Henry
Shawn Henry

Three weeks ago we released the Release the Agents! SK Agents Framework RC1 | Semantic Kernel and we’ve been thrilled to see the momentum grow. Thank you to everyone who has shared feedback, filed issues, and started building with agents in Semantic Kernel—we’re seeing more developers try agents than ever before. Today, we’re declaring build 1.43 ...

AnnouncementsSemantic KernelAgents
Mar 18, 2025
Post comments count0
Post likes count0

Accelerating Agentic Workflows with NVIDIA AgentIQ, Azure AI Foundry and Semantic Kernel

Sophia Lagerkrans-Pandey
Sophia Lagerkrans-Pandey

Today, we're excited to announce our collaboration with NVIDIA. In Azure AI Foundry, we've integrated NVIDIA NIM microservices and the NVIDIA AgentIQ toolkit into Azure AI Foundry—unlocking unprecedented efficiency, performance, and cost optimization for your AI projects. Read more on the announcement here. Optimizing performance with NVIDIA Agent...

AnnouncementAnnouncements
Mar 17, 2025
Post comments count0
Post likes count1

Guest Blog: Build a Multi-Agent System Using Microsoft Azure AI Agent Service and Semantic Kernel in 3 Simple Steps!

Sophia Lagerkrans-Pandey Akshay Kokane
Sophia,
Akshay

Build a Multi-Agent System Using Microsoft Azure AI Agent Service and Semantic Kernel in 3 Simple Steps! Today we're thrilled to welcome back guest author, Akshay Kokane to share his recent Medium article on Build a Multi-Agent System Using Microsoft Azure AI Agent Service and Semantic Kernel in 3 Simple Steps. We’ll turn it over to him to div...

Guest Blog
Mar 14, 2025
Post comments count0
Post likes count0

Customer Case Study: Announcing the Microsoft Semantic Kernel Couchbase Connector

Sophia Lagerkrans-Pandey
Sophia Lagerkrans-Pandey

We're thrilled to announce the launch of the Semantic Kernel Couchbase Vector Store Connector for .NET developers, created through our strategic partnership with Microsoft's Semantic Kernel team. This powerful out-of-the-box connector transforms how developers integrate vector search capabilities into their AI applications. What sets this connec...

Customer Story
Mar 13, 2025
Post comments count1
Post likes count0

The Future of AI: Customizing AI Agents with the Semantic Kernel Agent Framework

Sophia Lagerkrans-Pandey Tao Chen
Sophia,
Tao

Today we're excited to promote a recent blog from AI Platform focused on customizing AI agents with the Semantic Kernel agent framework. Read the entire blog post: here The Future of AI blog series is an evolving collection of posts from the AI Futures team in collaboration with subject matter experts across Microsoft. In this series...

AgentsSemantic Kernel
Mar 13, 2025
Post comments count0
Post likes count0

Using Azure AI Agents with Semantic Kernel in .NET and Python

Sophia Lagerkrans-Pandey Evan Mattson Chris Rickman
Sophia,
Evan,
Chris

Today we’re excited to dive into Semantic Kernel and Azure AI Agents. There are additional details about using an within Semantic Kernel covered in our documentation here. Azure AI Agents are powerful tools for developers seeking to integrate AI capabilities into their applications. In this blog post, we'll explore how to utilize Azure AI Agent...

AgentsSemantic Kernel
Mar 12, 2025
Post comments count0
Post likes count1

Customer Case Story: Creating a Semantic Kernel Agent for Automated GitHub Code Reviews

Sophia Lagerkrans-Pandey Rasmus Wulff Jensen
Sophia,
Rasmus

Today I want to welcome a guest author to our Semantic Kernel blog, Rasmus Wulff Jensen, to cover how he's created a Semantic Kernel agent for automated GitHub code review. We'll turn it over to Rasmus to dive in. Introduction If you work in software development, you know that Code reviews are an essential part of the software development process...

Semantic KernelCustomer Story
Mar 11, 2025
Post comments count0
Post likes count0

Customer Case Study: INCM transforms legal accessibility with an AI Search Assistant

Sophia Lagerkrans-Pandey José Camacho
Sophia,
José

Customer Case Study: INCM transforms legal accessibility with an AI Search Assistant The Imprensa Nacional-Casa da Moeda (INCM) is responsible for managing and publishing Portugal’s Diário da República (Official Gazette of the Republic of Portugal), which includes essential information for understanding laws, regulations, and legal processes. The ...

Customer StorySemantic Kernel
Mar 10, 2025
Post comments count0
Post likes count0

Keeping the Conversation Flowing: Managing Context with Semantic Kernel Python

Evan Mattson
Evan Mattson

In the dynamic field of conversational AI, managing coherent and contextually meaningful interactions between humans and digital assistants poses increasingly complex challenges. As dialogue lengths extend, maintaining full conversational context becomes problematic due to token constraints and memory limitations inherent to large language mo...

Semantic KernelPython