Showing category results for Python

Jan 30, 2026
Post comments count0
Post likes count0

Build AI Agents with Claude Agent SDK and Microsoft Agent Framework

Dmytro Struk
Dmytro Struk

Microsoft Agent Framework now integrates with the Claude Agent SDK, enabling you to build AI agents powered by Claude's full agentic capabilities. This integration brings together the Agent Framework's consistent agent abstraction with Claude's powerful features, including file editing, code execution, function calling, streaming responses, multi-t...

Agent FrameworkAnnouncementPython
Jan 27, 2026
Post comments count0
Post likes count1

Build AI Agents with GitHub Copilot SDK and Microsoft Agent Framework

Dmytro Struk
Dmytro Struk

Microsoft Agent Framework now integrates with the GitHub Copilot SDK, enabling you to build AI agents powered by GitHub Copilot. This integration brings together the Agent Framework's consistent agent abstraction with GitHub Copilot's capabilities, including function calling, streaming responses, multi-turn conversations, shell command execution, f...

Announcement.NETPython
Dec 1, 2025
Post comments count2
Post likes count2

The “Golden Triangle” of Agentic Development with Microsoft Agent Framework: AG-UI, DevUI & OpenTelemetry Deep Dive

Kinfey Lo
Kinfey Lo

In the explosive era of Agentic AI, we're not just seeking more powerful models—we're searching for a development experience that lets developers actually get some sleep. When building Agents locally, we've traditionally faced three major challenges: Today, I'll walk you through a classic case from Microsoft Agent Framework Sampl...

.NETPythonAgents
Oct 23, 2025
Post comments count2
Post likes count0

Unlocking Enterprise AI Complexity: Multi-Agent Orchestration with the Microsoft Agent Framework

Kinfey Lo
Kinfey Lo

The Architectural Imperative: Why Multi-Agent Orchestration is Essential In modern enterprise AI systems, the scope and complexity of real-world business challenges quickly exceed the capabilities of a single, monolithic AI Agent. Facing tasks like end-to-end customer journey management, multi-source data governance, or deep human-in-the-loop revi...

.NETSamplesPython
Aug 26, 2025
Post comments count0
Post likes count1

Encoding Changes for Template Arguments in Semantic Kernel

Dmytro Struk
Dmytro Struk

In previous versions of the Semantic Kernel, the encoding of template arguments was performed automatically if the argument type was a . The encoding was not applied for custom types, anonymous types, or collections. With the latest changes, we've introduced stricter rules: if automatic encoding is enabled (the default behavior), an exception wi...

Semantic KernelAnnouncements.NET
Aug 26, 2025
Post comments count0
Post likes count1

Azure Authentication Changes in Semantic Kernel Python

Dmytro Struk
Dmytro Struk

In previous versions of the Semantic Kernel Python, the default fallback authentication mechanism for Azure services like was from the Azure Identity library. This provided a convenient way to authenticate without explicitly passing credentials, especially during development. However, with the latest package version , this fallback is being remov...

Semantic KernelAnnouncementsPython
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
Apr 8, 2025
Post comments count0
Post likes count0

Python Vector Store Connectors update: Faiss, Azure SQL Server and Pinecone

Eduard van Valkenburg
Eduard van Valkenburg

Announcing New Vector Stores: Faiss, SQL Server, and Pinecone We are thrilled to announce the availability of three new Vector Stores and Vector Store Record Collections: Faiss, SQL Server, and Pinecone. These new connectors will enable you to store and retrieve vector data efficiently, making it easier to work with your own data and data models...

Semantic KernelPythonVector Database
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