Showing category results for .NET

Mar 12, 2026
Post comments count0
Post likes count0

Agent Harness in Agent Framework

Dmytro Struk Chris Rickman Eduard van Valkenburg
Dmytro,
Chris,
Eduard

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
Mar 2, 2026
Post comments count2
Post likes count4

Give Your Agents Domain Expertise with Agent Skills in Microsoft Agent Framework

Sergey Menshykh
Sergey Menshykh

You can now equip your Microsoft Agent Framework agents with portable, reusable skill packages that provide domain expertise on demand — without changing a single line of your agent's core instructions. With built-in skills providers for both .NET and Python, your agents can discover and load Agent Skills at runtime, pulling in only the context the...

Announcement.NETPython
Feb 19, 2026
Post comments count1
Post likes count2

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

Dmytro Struk Shawn Henry
Dmytro,
Shawn

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 27, 2026
Post comments count0
Post likes count4

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...

.NETPythonSamples
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
Jun 5, 2025
Post comments count0
Post likes count2

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 count2
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...

.NETSemantic KernelAnnouncement
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 KernelAnnouncement.NET