Showing category results for Agent Framework

May 20, 2026
Post comments count0
Post likes count0

Stop prompt injection from hijacking your agent, new security capabilities now released within Agent Framework

Eduard,
Shruti

Prompt injection is the #1 risk on the OWASP LLM Top 10, and most agents in production today defend against it with one of two heuristics: a defensive system prompt, or a hand-rolled allowlist. Neither is deterministic. Both fail silently the day someone slips a line into an issue body, an email, or a tool result. With FIDES (Flow Integri...

AnnouncementPythonSamples
May 14, 2026
Post comments count0
Post likes count1

Governance at the Speed of Agents: Microsoft Agent Framework and Agent Governance Toolkit, Better Together

Imran,
Shawn

Building powerful AI agents is only half the story, running them safely in production is the real challenge. As customers adopt Microsoft Agent Framework for agent orchestration, a clear need has emerged for robust, built-in governance. In this post, Imran Siddique from the AGT team walks through how Agent Governance Toolkit pairs with Agent Framew...

Agent Framework.NETA2A
May 7, 2026
Post comments count1
Post likes count0

A Tour of Handoff Orchestration Pattern

Jacob Alber

A Tour of the Handoff Orchestration Pattern Most multi-agent systems start out simple: a router agent receives a user request, picks the right specialist, and forwards the conversation. As long as each specialist can complete its task in one pass, that model works fine. The first time it breaks is when an agent needs more: a follow-up questio...

Agent Framework.NETPython
May 6, 2026
Post comments count0
Post likes count1

From Local to Production: Deploy Your Microsoft Agent Framework Agent with Foundry Hosted Agents

Tao,
Shawn

Once you have your Microsoft Agent Framework (MAF) agent or workflow happily running locally on your dev machine, it's time to decide how to deploy your agent to production, monitor it, evaluate it and version it. These decisions are just as important as getting the agent running. Hosted Agents in Foundry Agent Service is the easiest way to deploy ...

Agent FrameworkAnnouncement
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