Showing archive results for May 2026

May 22, 2026
Post comments count0
Post likes count0

Agent Skills for Python: File, Code, and Class – Composed in One Provider

Sergey Menshykh

Python developers working with Agent Skills can now author skills as files on disk, as inline Python code, or as reusable classes - and mix them freely through composable source classes that handle discovery, filtering, and deduplication. A skill living in your local repository, one installed from your organization's internal package index, and a q...

Agent FrameworkPythonAgent Skills
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