M365 Agents Dotnet
技能 活跃Microsoft 365 Agents SDK for .NET. Build multichannel agents for Teams/M365/Copilot Studio with ASP.NET Core hosting, AgentApplication routing, and MSAL-based auth. Triggers: "Microsoft 365 Agents SDK", "Microsoft.Agents", "AddAgentApplicationOptions", "AgentApplication", "AddAgentAspNetAuthentication", "Copilot Studio client", "IAgentHttpAdapter".
To empower developers to build sophisticated, enterprise-grade agents for the Microsoft 365 ecosystem using a familiar .NET stack.
功能
- ASP.NET Core hosting for agents
- AgentApplication routing and event handling
- MSAL-based authentication integration
- Copilot Studio client integration
- Clear installation and configuration examples
使用场景
- Building custom agents for Microsoft Teams
- Developing solutions for Copilot Studio
- Integrating agent logic into ASP.NET Core applications
- Implementing secure authentication for M365 agents using MSAL
非目标
- Providing a pre-built agent application, only the SDK and examples
- Handling complex agent business logic beyond core framework features
- Covering every possible Microsoft 365 integration scenario
Trust
- warning:Issues AttentionOut of 19 open issues in the last 90 days and 11 closed, the closure rate is approximately 36.8% (11 / (19 + 11)), indicating slower-than-ideal maintainer response.
Compliance
- info:GDPRThe skill provides a framework for building agents, and as such, may process personal data. The responsibility for GDPR compliance and data sanitization lies with the developer implementing the agent using this SDK.
安装
请先添加 Marketplace
/plugin marketplace add microsoft/skills/plugin install azure-sdk-dotnet@skills质量评分
类似扩展
C# Developer
95Use when building C# applications with .NET 8+, ASP.NET Core APIs, or Blazor web apps. Builds REST APIs using minimal or controller-based routing, configures database access with Entity Framework Core, implements async patterns and cancellation, structures applications with CQRS via MediatR, and scaffolds Blazor components with state management. Invoke for C#, .NET, ASP.NET Core, Blazor, Entity Framework, EF Core, Minimal API, MAUI, SignalR.
M365 Agents Ts
88Microsoft 365 Agents SDK for TypeScript/Node.js. Build multichannel agents for Teams/M365/Copilot Studio with AgentApplication routing, Express hosting, streaming responses, and Copilot Studio client integration. Triggers: "Microsoft 365 Agents SDK", "@microsoft/agents-hosting", "AgentApplication", "startServer", "streamingResponse", "Copilot Studio client", "@microsoft/agents-copilotstudio-client".
M365 Agents Py
75Microsoft 365 Agents SDK for Python. Build multichannel agents for Teams/M365/Copilot Studio with aiohttp hosting, AgentApplication routing, streaming responses, and MSAL-based auth. Triggers: "Microsoft 365 Agents SDK", "microsoft_agents", "AgentApplication", "start_agent_process", "TurnContext", "Copilot Studio client", "CloudAdapter".
Init
100创建或优化存储库的 AGENTS.md 文件,提供最少、高信号的说明,涵盖代理无法从代码库推断的不可发现的编码约定、工具怪癖、工作流偏好和项目特定规则。在为新存储库设置代理说明或 Claude 配置时,当现有的 AGENTS.md 文件过长、通用或过时,当代理反复犯可避免的错误,或当存储库工作流发生变化且需要修剪代理配置时使用。应用可发现性过滤器—省略 Claude 可从 README、代码、配置或目录结构中学到的任何内容—并应用质量门,以验证每行是否仍然准确且具有操作意义。
Wasm Gallery
99Browse, publish, and install WASM agents from the community gallery
LangChain
99Framework for building LLM-powered applications with agents, chains, and RAG. Supports multiple providers (OpenAI, Anthropic, Google), 500+ integrations, ReAct agents, tool calling, memory management, and vector store retrieval. Use for building chatbots, question-answering systems, autonomous agents, or RAG applications. Best for rapid prototyping and production deployments.