Showing archive results for 2026

Apr 8, 2026
Post comments count0
Post likes count0

Building a Real-Time Multi-Agent UI with AG-UI and Microsoft Agent Framework Workflows

Evan Mattson

Multi-agent systems demo beautifully. Putting them in front of real users is another story. In early prototypes, a terminal or a basic chat window is enough. But once agents start handing off to each other, pausing for approvals, or asking follow-up questions, those interfaces fall apart. Which agent is active? Why is the system waitin...

AG-UIPythonAgent Framework
Apr 3, 2026
Post comments count4
Post likes count6

Microsoft Agent Framework Version 1.0

Shawn Henry

Today, we're thrilled to announce that Microsoft Agent Framework has reached version 1.0 for both .NET and Python. This is the production-ready release: stable APIs, and a commitment to long-term support. Whether you're building a single assistant or orchestrating a fleet of specialized agents, Agent Framework 1.0 gives you enterprise-grade multi-a...

Agent FrameworkAnnouncements
Mar 18, 2026
Post comments count2
Post likes count1

Handling Long-Running Operations with Background Responses

Sergey,
Eduard

Handling Long-Running Operations with Background Responses AI agents powered by reasoning models can take minutes to work through complex problems — deep research, multi-step analysis, lengthy content generation. In a traditional request-response pattern, that means your client sits idle waiting for a connection that may time out, or worse, fails ...

.NETPythonAgent Framework
Mar 13, 2026
Post comments count0
Post likes count2

What’s New in Agent Skills: Code Skills, Script Execution, and Approval for Python

Sergey Menshykh

Code-Defined Skills, Script Execution, and Approval for Agent Skills in Python When we introduced Agent Skills for Microsoft Agent Framework, you could package domain expertise as file-based skill directories and have agents discover and load them on demand. Now, the Python SDK takes skills further — you can define skills entirely in code, let age...

Agent FrameworkPythonAgents
Mar 12, 2026
Post comments count0
Post likes count0

Agent Harness in Agent Framework

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

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,
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
Feb 10, 2026
Post comments count0
Post likes count3

From Local Models to Agent Workflows: Building a Deep Research Solution with Microsoft Agent Framework on Microsoft Foundry Local

Kinfey Lo

Introduction: A New Paradigm for AI Application Development In enterprise AI application development, we often face this dilemma: while cloud-based large language models are powerful, issues such as data privacy, network latency, and cost control make many scenarios difficult to implement. Traditional local small models, although lightweight, lack...

Agent FrameworkPythonAgents
Jan 30, 2026
Post comments count0
Post likes count1

Build AI Agents with Claude Agent SDK and Microsoft Agent Framework

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 count4

Build AI Agents with GitHub Copilot SDK and Microsoft Agent Framework

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