olore-ms-agent-framework-latest

star 67

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.

olorehq By olorehq schedule Updated 6/14/2026

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

  1. First, read TOC.md for the complete file listing organized by directory
  2. Identify the relevant section (.NET vs Python, samples vs packages vs docs)
  3. Read the relevant README.md or feature doc for details

TOC.md contains all 385 files organized by directory - always check it first.

Install via CLI
npx skills add https://github.com/olorehq/olore --skill olore-ms-agent-framework-latest
Repository Details
star Stars 67
call_split Forks 4
navigation Branch main
article Path SKILL.md
More from Creator