name: olore-ms-agent-framework-latest description: Local Microsoft Agent Framework documentation reference (latest). Microsoft Agent Framework is a comprehensive multi-language (.NET/C# and Python) framework for building, orchestrating, and deploying AI agents and multi-agent workflows with support for MCP servers/clients, durable agents, agent-to-agent communication, and dozens of LLM providers.
Microsoft Agent Framework Documentation
Microsoft Agent Framework is a comprehensive multi-language (.NET/C# and Python) framework for building, orchestrating, and deploying AI agents and multi-agent workflows. It supports MCP servers/clients, durable agents, agent-to-agent (A2A) communication, and dozens of LLM providers including OpenAI, Azure OpenAI, Azure AI Foundry, Anthropic, Gemini, Mistral, Ollama, and more.
Quick Reference
| Task | Entry Point |
|---|---|
| Project overview | contents/README.md |
| .NET getting started | contents/dotnet/README.md |
| Python getting started | contents/python/README.md |
| Python first agent | contents/python/samples/01-get-started/README.md |
| .NET agent samples | contents/dotnet/samples/02-agents/Agents/README.md |
| MCP integration | contents/dotnet/samples/02-agents/ModelContextProtocol/README.md |
| Durable agents | contents/docs/features/durable-agents/README.md |
| Azure AI Foundry agents | contents/dotnet/samples/02-agents/AgentsWithFoundry/README.md |
| Agent skills | contents/dotnet/samples/02-agents/AgentSkills/README.md |
| Python package list | contents/python/PACKAGE_STATUS.md |
When to use
Use this skill when the user asks about:
- Building AI agents in .NET (C#) or Python using Microsoft Agent Framework
- MCP (Model Context Protocol) server and client implementation
- Agent-to-agent (A2A) communication and multi-agent orchestration
- Durable agents and workflows with Azure Durable Functions or Durable Task
- Azure AI Foundry, Azure OpenAI, or other LLM provider integrations
- Agent skills, context providers, middleware, and observability
- Declarative workflow definitions (YAML-based)
- Hosting agents on Azure Functions or as Foundry-hosted agents
- Migrating from AutoGen or Semantic Kernel to Agent Framework
How to find information
- First, read
TOC.mdfor the complete file listing organized by directory - Identify the relevant section (.NET vs Python, samples vs packages vs docs)
- Read the relevant README.md or feature doc for details
TOC.md contains all 385 files organized by directory - always check it first.