https://github.com/officedev/microsoft-365-copilot-samples
Microsoft Copilot for Microsoft 365 samples
https://github.com/officedev/microsoft-365-copilot-samples
copilot-for-microsoft-365 microsoft-365 microsoft-teams
Last synced: 9 months ago
JSON representation
Microsoft Copilot for Microsoft 365 samples
- Host: GitHub
- URL: https://github.com/officedev/microsoft-365-copilot-samples
- Owner: OfficeDev
- License: mit
- Created: 2023-10-27T09:12:08.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-07-18T08:37:06.000Z (11 months ago)
- Last Synced: 2025-09-12T00:40:05.072Z (10 months ago)
- Topics: copilot-for-microsoft-365, microsoft-365, microsoft-teams
- Homepage: https://aka.ms/extendcopilotm365
- Size: 55.1 MB
- Stars: 173
- Watchers: 13
- Forks: 100
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
- Support: SUPPORT.md
Awesome Lists containing this project
README
# Microsoft 365 Copilot samples
This repository contains samples that show how to write [agents and plugins for Microsoft 365 Copilot](https://learn.microsoft.com/microsoft-365-copilot/extensibility/).
> [!IMPORTANT]
> These samples are intended for instructive and demonstration purposes and are not intended for use in production. Do not put them into production without upgrading them to production quality.
> [!IMPORTANT]
> To run these samples, you must ensure that your development environment meets the [requirements](https://learn.microsoft.com/microsoft-365-copilot/extensibility/prerequisites).
## Samples
| Name | Type |Language | Description
| -------- | --- | :-------: | ------- |
| Geo-Locator Game | Declarative Agent | [JSON](./samples/cext-geolocator-game) | Copilot plays a guessing game about geography |
| Product support | Declarative Agent | [JSON](./samples/da-product-support) | Product support agent that uses content stored in Microsoft 365 to answer questions |
| Trey Research | Declarative Agent with API Plugin | [TypeScript (no auth)](./samples//cext-trey-research/), [Python (no auth)](./samples/cext-trey-research-python) [TypeScript (OAuth 2.0)](./samples/cext-trey-research-auth/) | Handles billing and project assignments for a hypothetical consulting company |
## Contributing
This project welcomes contributions and suggestions. Most contributions require you to agree to a
Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us
the rights to use your contribution. For details, visit .
When you submit a pull request, a CLA bot will automatically determine whether you need to provide
a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions
provided by the bot. You will only need to do this once across all repos using our CLA.
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or
contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.
## Trademarks
This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft
trademarks or logos is subject to and must follow [Microsoft's Trademark & Brand Guidelines](https://www.microsoft.com/en-us/legal/intellectualproperty/trademarks/usage/general).
Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship.
Any use of third-party trademarks or logos are subject to those third-party's policies.