Showing archive results for April 2026

Apr 28, 2026
Post comments count0
Post likes count0

A2A v1 Is Here: Cross-Platform Agent Communication in Microsoft Agent Framework for .NET

Sergey Menshykh

As organizations move from single-agent prototypes to multi-agent production systems, the ability for agents to communicate reliably across platforms and organizational boundaries becomes essential. With the release of A2A Protocol v1.0 and updated support in the Microsoft Agent Framework, you can now connect and expose your AI agents using a stabl...

.NETAnnouncementAgent Framework
Apr 24, 2026
Post comments count0
Post likes count1

Chat History Storage Patterns in Microsoft Agent Framework

Wes Steyn

When people talk about building AI agents, they usually focus on models, tools, and prompts. In practice, one of the most important architectural decisions is much simpler: where does the conversation history live? Imagine a user asks your agent a complex question, clicks “try again,” explores two different answers in parallel, and then comes ba...

Agent Framework
Apr 23, 2026
Post comments count2
Post likes count2

CodeAct in Agent Framework: Faster Agents with Fewer Model Turns

Eduard van Valkenburg

Modern AI agents often aren't bottlenecked by model quality, they are bottlenecked by orchestration overhead. When an agent chains together many small tool calls, each step typically requires a new model turn, driving up latency and token usage. With CodeAct support in Agent Framework, agents can collapse those multi-step plans into a sing...

Agent FrameworkPythonAgents
Apr 13, 2026
Post comments count1
Post likes count3

Agent Skills in .NET: Three Ways to Author, One Provider to Run Them

Sergey Menshykh

Your agents can now draw on skills authored in three different ways – as files on disk, as inline C# code, or as encapsulated classes – and combine them freely in a single provider. Add built-in script execution support and a human-approval mechanism for script calls, and you have a practical authoring model that fits real-world scenarios: skills t...

.NETAgent FrameworkAgent Skills
Apr 8, 2026
Post comments count2
Post likes count3

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 count7

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