AgentSkillsCN

olore-ms-agent-framework-latest

本地 Microsoft Agent Framework 文档参考。当用户询问 Microsoft Agent Framework 的相关知识,或探讨如何在 .NET 或 Python 中构建 AI 代理、MCP 服务器与客户端、持久化代理、代理工具、Teams/WebChat 适配器,以及代理间通信时,可参考此文档。

SKILL.md
--- frontmatter
name: olore-ms-agent-framework-latest
description: Local Microsoft Agent Framework documentation reference. Use when asked about Microsoft Agent Framework, building AI agents in .NET or Python, MCP servers/clients, durable agents, agent tools, Teams/WebChat adapters, or agent-to-agent communication.

Microsoft Agent Framework Documentation

Microsoft Agent Framework provides libraries for building AI agents in Python and .NET. It supports multiple LLM providers (Azure OpenAI, OpenAI, Anthropic, Ollama, Bedrock), durable execution with Azure Functions, MCP server integration, and agent-to-agent communication.

Quick Reference

TopicEntry Point
Python getting startedcontents/python/README.md
.NET getting startedcontents/dotnet/README.md
Core packagecontents/python/packages/core/
Agent samplescontents/python/samples/getting_started/agents/
Azure Functionscontents/python/samples/getting_started/azure_functions/
MCP integrationcontents/python/samples/getting_started/mcp/
Workflowscontents/python/samples/getting_started/workflows/
Agent-to-agentcontents/python/packages/a2a/

When to use

Use this skill when the user asks about:

  • Microsoft Agent Framework setup and usage
  • Building agents in Python or .NET
  • Azure OpenAI, Anthropic, or Ollama providers
  • MCP server/client integration
  • Durable agents with Azure Functions
  • Agent tools and middleware
  • Agent-to-agent communication
  • Workflow orchestration patterns

How to find information

  1. First, read TOC.md to see all available documentation files
  2. Identify the relevant section/files based on the user's question
  3. Read specific files for detailed information

TOC.md contains a complete file listing organized by directory - always check it first before searching.