ms-agent-framework-docs
Installation
SKILL.md
Microsoft Agent Framework Documentation
Microsoft Agent Framework is a comprehensive SDK for building AI agents in .NET and Python. It provides abstractions for AI integration (Azure AI, OpenAI, Anthropic, Ollama), tool execution, Model Context Protocol (MCP), durable agents with state persistence, workflows, and multi-channel adapters (Teams, WebChat, DirectLine).
Quick Reference
| Topic | Entry Point |
|---|---|
| Project overview | references/README.md |
| FAQ & nightly builds | references/docs/FAQS.md |
| .NET samples | references/dotnet/samples/README.md |
| .NET getting started | references/dotnet/samples/GettingStarted/README.md |
| Python samples | references/python/samples/README.md |
| Architecture decisions | references/docs/decisions/README.md |
| Durable agents TTL | references/docs/features/durable-agents/durable-agents-ttl.md |
| Azure Functions hosting | references/dotnet/samples/AzureFunctions/README.md |
| Workflows | references/dotnet/samples/GettingStarted/Workflows/README.md |