Showing results for Category: Announcement from Semantic Kernel

Jun 5, 2025
Post comments count0
Post likes count1

Smarter SK Agents with Contextual Function Selection

Sergey Menshykh
Sergey Menshykh

Smarter SK Agents with Contextual Function Selection In today's fast-paced AI landscape, developers are constantly seeking ways to make AI interactions more efficient and relevant. The new Contextual Function Selection feature in the Semantic Kernel Agent Framework is here to address this need. By dynamically selecting and advertising only the mos...

Semantic KernelAnnouncement.NET
May 28, 2025
Post comments count1
Post likes count0

Semantic Kernel and Microsoft.Extensions.AI: Better Together, Part 2

Roger Barreto
Roger Barreto

This is Part 2 of our series on integrating Microsoft.Extensions.AI with Semantic Kernel. In Part 1, we explored the relationship between these technologies and how they complement each other. Now, let's dive into practical examples showing how to use Microsoft.Extensions.AI abstractions with Semantic Kernel in non-agent scenarios. Getting Start...

Semantic KernelAnnouncementSamples
May 21, 2025
Post comments count0
Post likes count1

Semantic Kernel and Microsoft.Extensions.AI: Better Together, Part 1

Roger Barreto
Roger Barreto

This is the start of a series highlighting the integration between Microsoft Semantic Kernel and Microsoft.Extensions.AI. Future parts will provide detailed examples of using Semantic Kernel with Microsoft.Extensions.AI abstractions.  The most common questions are:  This blog post will address these questions and offer guidance ...

Semantic KernelAnnouncementSamples
May 21, 2025
Post comments count0
Post likes count0

Transitioning to new Extensions AI IEmbeddingGenerator interface

Roger Barreto
Roger Barreto

As Semantic Kernel shifts its foundational abstractions to Microsoft.Extensions.AI, we are obsoleting and moving away from our experimental embeddings interfaces to the new standardized abstractions that provide a more consistent and powerful way to work with AI services across the .NET ecosystem. The Evolution of Embedding Generation in Seman...

Semantic KernelAnnouncementSamples
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 4, 2025
Post comments count3
Post likes count8

Semantic Kernel Agents are now Generally Available

Shawn Henry
Shawn Henry

The time is finally here, Semantic Kernel’s Agent framework is now Generally Available! Available today as part of Semantic Kernel 1.45 (.NET) and 1.27 (Python), the Semantic Kernel Agent framework makes it easier for agents to coordinate and dramatically reduces the code developers need to write to build amazing AI applications. What does Gener...

AgentsAnnouncementsAnnouncement
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 6, 2025
Post comments count2
Post likes count2

Talk to your agents! Introducing the Realtime API’s in Semantic Kernel

Eduard van Valkenburg
Eduard van Valkenburg

Introducing Realtime Agents in Semantic Kernel for Python With release 1.23.0 of the Python version of Semantic Kernel we are introducing a new set of clients for interacting with the realtime multi-modal API's of OpenAI and Azure OpenAI. They provide a abstracted approach to connecting to those services, adding your tools and running apps that le...

AnnouncementAnnouncementsPython
Mar 6, 2025
Post comments count0
Post likes count0

Effortlessly Integrate xAI’s Grok with Semantic Kernel

Roger Barreto
Roger Barreto

For Semantic Kernel users, integrating xAI's Grok API using the OpenAI connector is a breeze thanks to its compatibility with OpenAI's API format. This tutorial focuses on setting up Grok in your Semantic Kernel projects with minimal fuss, using C# and Python examples. Why Grok? Grok, built by xAI, is a powerful AI model, offers a 128k conte...

Semantic KernelAnnouncement.NET
Feb 24, 2025
Post comments count0
Post likes count1

Compatibility of PostgreSQL Connector with AWS and GCP

Dmytro Struk
Dmytro Struk

As AI-driven applications continue to evolve, the need for efficient vector-based search capabilities is greater than ever. Microsoft Semantic Kernel makes it easy to integrate these capabilities with PostgreSQL databases using the connector. Whether you're leveraging cloud-hosted PostgreSQL instances on Amazon Web Services or Google Cloud, this c...

Semantic KernelAnnouncement