microsoft-agent-framework

Guide .NET agent architecture with Microsoft Agent Framework patterns.

Updated Jan 19, 2026
One-click install
npx skills add https://github.com/StormHub/Agents.Code --skill microsoft-agent-framework-stormhub
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: microsoft-agent-framework
Source: https://github.com/StormHub/Agents.Code/tree/main/skills/microsoft-agent-framework
Command: npx skills add https://github.com/StormHub/Agents.Code --skill microsoft-agent-framework-stormhub

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides expert guidance for building AI agents and multi-agent workflows in .NET using the Microsoft Agent Framework, helping developers design scalable agent architectures and orchestration patterns.

Core Features & Use Cases

  • Framework overview: core abstractions, session-based state, middleware pipelines, telemetry, and graph-based workflows.
  • Tools & integration: NuGet packages like Microsoft.Agents.AI.* and MCP/A2A interoperability.
  • Use cases: building single agents, multi-agent workflows, and enterprise-grade agent orchestration in C#.

Quick Start

Install the required .NET toolchain and reference the Agent Framework packages to scaffold your first agent-enabled application.

Frequently Asked Questions about microsoft-agent-framework

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I build multi-agent workflows in C#?

Build multi-agent workflows in C# by using the Microsoft Agent Framework to structure graph-based orchestration patterns and manage session-based state across agents. It provides structured guidance for scalable agent architectures.

What is the best way to orchestrate AI agents in .NET?

Orchestrate AI agents in .NET by leveraging the Microsoft Agent Framework's core abstractions, middleware pipelines, and graph-based workflows. This enables production-grade single-agent setups and complex multi-agent orchestration.

Does the Microsoft Agent Framework support MCP and A2A protocols?

Yes, the Microsoft Agent Framework supports MCP and A2A protocols for interoperability. This enables production-grade agent ecosystems to communicate seamlessly across different systems and tools.

How do I integrate tools and manage telemetry for .NET AI agents?

Integrate tools and manage telemetry for .NET AI agents by referencing Microsoft.Agents.AI.* NuGet packages. The framework provides built-in telemetry and middleware pipelines to monitor and process agent interactions.

Can I use this framework for enterprise-grade agent orchestration in dotnet?

Yes, you can use this framework for enterprise-grade agent orchestration in dotnet. It supplies core abstractions, memory management, and telemetry features required to scale agent ecosystems in production environments.

How to scaffold a single-agent application using Microsoft Agent Framework?

Scaffold a single-agent application by installing the required .NET toolchain and referencing Agent Framework NuGet packages. This setup provides the necessary core abstractions and session-based state for your agent.