M365 Agents SDK Samples
Server-side implementations using the M365 Agents SDK to extend Copilot Studio agents.
Contents
| Sample | Description |
|---|---|
| call-agent-connector/ | Azure Function connector for calling agents |
| multilingual-bot/ | Multilingual bot with automatic translation |
| relay-bot/ | Relay bot pattern implementation |
| Copilot Studio Client | Console app to consume an agent (.NET, Node, Python) — M365 Agents SDK repo |
| Copilot Studio Skill | Call an echo bot from a skill (.NET, Node, Python) — M365 Agents SDK repo |
| Multi-Agent | Multiple AgentApplication instances in one host (.NET) — M365 Agents SDK repo |