Showing archive results for July 2026

Jul 23, 2026
Post comments count0
Post likes count1

Move Agent Orchestration/Workflows out of Code with Agent Framework Declarative Workflows 1.0

Peter Ibekwe

Most multi-agent apps wire every flow in application code: the sequence of steps, branching, and handoffs between agents all live inside the program, making the orchestration harder to review, version, and change. Declarative workflows make that orchestration explicit. In YAML, you define how agents coordinate, how state changes, where exe...

Agent FrameworkAnnouncement
Jul 22, 2026
Post comments count1
Post likes count4

The Microsoft Agent Framework Harness is now released

Wes Steyn

Your agents can now be built on a stable, batteries-included harness - the loop, planning, memory, context management, approvals, and telemetry that turn a model into an agent that actually does things - in both Python and .NET. What is an agent harness? An agent harness is the scaffolding that turns a language model into an agent. A model on its...

Agent Framework.NETPython
Jul 15, 2026
Post comments count0
Post likes count2

Agent Skills for Python Is Now Released

Giles Odigwe

Your Python agents can now pick up reusable bundles of domain expertise (instructions, reference material, and scripts that load only when a task calls for them) through a stable, production-ready API. Agent Skills for Python in Microsoft Agent Framework is stable and shipping: the core skills API has no experimental gate, so you can rely on it...

PythonAgent FrameworkAgents
Jul 9, 2026
Post comments count0
Post likes count0

Agent Harness: Scaling the claw or harness capabilities

Wes Steyn

Part 3 of Build your own claw and harness with Microsoft Agent Framework. In Part 2 our personal finance assistant learned to work with your data safely: it reads your portfolio, asks before it trades, and remembers what matters across sessions. It's useful - but everything it knows is baked into one prompt, it does its work one step at a time, ...

Agent Framework
Jul 8, 2026
Post comments count0
Post likes count0

Agent Framework’s Orchestration Patterns Reach 1.0

Evan Mattson

Python's package is now 1.0.0. That puts Microsoft Agent Framework's orchestration layer at 1.0 across Python and .NET. Sequential, concurrent, group chat, handoff, and magentic orchestration are now stable in both SDKs. You can pick the coordination pattern that fits your problem instead of choosing around SDK maturity. Magentic is the best...

Agent FrameworkAnnouncement
Jul 7, 2026
Post comments count0
Post likes count0

Agent Skills for .NET Is Now Released

Sergey Menshykh

You can now give your .NET agents reusable packages of domain expertise - instructions, reference documents, and scripts they load only when a task needs them - through a stable, production-ready API. Agent Skills for .NET in Microsoft Agent Framework has moved out of experimental preview - the attribute is removed and the API is stable. Teams can...

.NETAgent FrameworkAgents