# Agents-M365Copilot **Repository Path**: mirrors_microsoft/Agents-M365Copilot ## Basic Information - **Project Name**: Agents-M365Copilot - **Description**: Copilot Control Systems SDKs - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-06-18 - **Last Updated**: 2025-09-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Microsoft 365 Copilot APIs Client Libraries The Microsoft 365 Copilot APIs client libraries are designed to facilitate the development of high-quality, efficient, and resilient AI solutions that access the [Copilot APIs](https://learn.microsoft.com/en-us/microsoft-365-copilot/extensibility/copilot-apis-overview). These libraries include service and core libraries. The service libraries offer models and request builders that provide a rich, typed experience for working with Microsoft 365 Copilot APIs. The core libraries offer advanced features to facilitate interactions with the Copilot APIs. These features include embedded support for retry handling, secure redirects, transparent authentication, and payload compression. These capabilities help you enhance the quality of your AI solution's communications with the Copilot APIs without adding complexity. Additionally, the core libraries simplify routine tasks such as paging through collections and creating batch requests. ## Supported Languages The Copilot APIs client libraries are currently available for the following languages: - [C#](https://github.com/microsoft/Agents-M365Copilot/tree/main/dotnet) - [Python](https://github.com/microsoft/Agents-M365Copilot/tree/main/python) - [TypeScript](https://github.com/microsoft/Agents-M365Copilot/tree/main/typescript) ## Installation The Copilot API client libraries are included as a module in the Microsoft 365 Agents SDK. These libraries can be included in your projects via GitHub and popular platform package managers. - For instructions on how to install the .NET client libraries, click [here](https://github.com/microsoft/Agents-M365Copilot/blob/main/dotnet/README.md#installation-via-nuget). - For instructions on how to install the Python client libraries, click [here](https://github.com/microsoft/Agents-M365Copilot/blob/main/python/README.md#installation). - For instructions on how to install the TypeScript client libraries, click [here](https://github.com/microsoft/Agents-M365Copilot/blob/main/typescript/README.md#installation). ## Issues To view or log issues, see [issues](https://github.com/microsoft/Agents-M365Copilot/issues). ## 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 https://cla.opensource.microsoft.com. 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.