Showing archive results for March 2026

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