Showing category results for Agent Framework

Jul 30, 2026
Post comments count0
Post likes count1

Building agent teams with Agent Framework, GitHub Copilot CLI and Squad

Shawn,
tamir

Microsoft Agent Framework supports creating agents that use the GitHub Copilot SDK as their backend. GitHub Copilot agents provide access to powerful coding-oriented AI capabilities, including shell command execution, file operations, URL fetching, Model Context Protocol (MCP) server integration, and can be integrated into your existing development...

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

Discover Agent Skills from MCP servers in .NET

Sergey Menshykh

Your agents can now discover and load Agent Skills directly from a Model Context Protocol (MCP) server. Instead of shipping every skill inside your application or copying skill folders into each deployment, you point an agent at an MCP server and it pulls the skills it needs on demand. A central team can publish skills once, and every agent across ...

Agent FrameworkAgent SkillsMCP
Jul 23, 2026
Post comments count0
Post likes count3

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
Jun 29, 2026
Post comments count3
Post likes count2

Agent Harness: Working with your data, safely

Wes Steyn

Part 2 of Build your own claw and agent harness with Microsoft Agent Framework. In Part 1 we stood up a harness and gave our personal finance assistant its first abilities: a custom tool, web search, and planning. It can talk about the markets - but it can't yet touch your data, and nothing stops it from taking a sensitive action on a whim. T...

Agent Framework.NETPython
Jun 22, 2026
Post comments count0
Post likes count3

Meet your agent harness and claw

Wes Steyn

Part 1 of Build your own claw and agent harness with Microsoft Agent Framework. In the overview we said a "claw" is really just an agent harness: a loop around a model, wired up with tools, planning, memory, and more. In this first post we stand up that loop and give our personal finance assistant its first three abilities: plan...

Agent Framework.NETPython