Posts by this author

Mar 12, 2026
Post comments count0
Post likes count0

Agent Harness in Agent Framework

Agent harness is the layer where model reasoning connects to real execution: shell and filesystem access, approval flows, and context management across long-running sessions. With Agent Framework, these patterns can now be built consistently in both Python and .NET. In this post, we’ll look at three practical building blocks for production agent...

.NETPythonAgent Framework
Feb 19, 2026
Post comments count1
Post likes count2

Migrate your Semantic Kernel and AutoGen projects to Microsoft Agent Framework Release Candidate

We're thrilled to announce that Microsoft Agent Framework has reached Release Candidate status for both .NET and Python. Release Candidate is an important milestone on the road to General Availability — it means the API surface is stable, and all features that we intend to release with version 1.0 are complete. Now is the time to move your Semantic...

Announcement.NETPython
Jan 30, 2026
Post comments count0
Post likes count1

Build AI Agents with Claude Agent SDK and Microsoft Agent Framework

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 count4

Build AI Agents with GitHub Copilot SDK and Microsoft Agent Framework

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
Aug 26, 2025
Post comments count0
Post likes count1

Encoding Changes for Template Arguments in Semantic Kernel

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

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
Feb 24, 2025
Post comments count0
Post likes count1

Compatibility of PostgreSQL Connector with AWS and GCP

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
Feb 4, 2025
Post comments count0
Post likes count2

Using Azure OpenAI Chat Completion with data source and Function Calling

Azure OpenAI Chat Completion with data source provides powerful capabilities for integrating conversational AI into applications. However, using a data source and function calling in a single request is not supported yet. When both features are enabled, function calling is ignored, and only the data source is used. This presents a challenge when re...

Semantic Kernel
Nov 21, 2024
Post comments count0
Post likes count0

Announcing the GA Release of Filters for .NET and Python in Semantic Kernel

We are excited to announce the General Availability (GA) release of Filters for our .NET and Python Semantic Kernel! This vital enhancement strengthens the control and visibility developers have when running functions, ensuring responsible AI practices are instilled from the ground up. Filters not only improve security but also contribute to buildi...

Semantic KernelAnnouncementsAnnouncement
Nov 21, 2024
Post comments count0
Post likes count3

Announcing the GA Release of the OpenAPI Plugin for .NET and Python in Semantic Kernel

We are thrilled to announce the General Availability (GA) release of the OpenAPI package for Semantic Kernel, available for both .NET and Python! With this significant milestone, developers can easily integrate existing APIs as plugins, enhancing the capabilities of their AI agents while making them more versatile in real-world applications. Why O...

.NETAnnouncementsAnnouncement