Back to skills

m365-agents-ts

ai-tools

Microsoft 365 Agents SDK for TypeScript/Node.js. Provides AgentApplication routing, Express hosting, streaming responses via Azure OpenAI, and Copilot Studio client integration for building agents tha

Setup & Installation

npx skills add https://github.com/microsoft/m365-agents-ts --skill m365-agents-ts
or paste the link and ask your coding assistant to install it
https://github.com/microsoft/m365-agents-ts
View on GitHub

What This Skill Does

Microsoft 365 Agents SDK for TypeScript/Node.js. Provides AgentApplication routing, Express hosting, streaming responses via Azure OpenAI, and Copilot Studio client integration for building agents that run across Teams, M365, and Copilot Studio. Using this SDK instead of raw Bot Framework or the REST API gives you typed AgentApplication routing, built-in Express hosting, and a Copilot Studio client that handles conversation lifecycle, so you avoid wiring up auth, activity dispatch, and streaming chunking by hand.

When to use it

  • Working with m365 agents ts functionality
  • Implementing m365 agents ts features
  • Debugging m365 agents ts related issues