Skip to content

Commit 8604fad

Browse files
committed
edits
1 parent 5f4aec3 commit 8604fad

1 file changed

Lines changed: 19 additions & 16 deletions

File tree

README.md

Lines changed: 19 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Microsoft Agents A365 SDK - Python
1+
# Microsoft Agents 365 SDK - Python
22

33
[![PyPI](https://img.shields.io/pypi/v/microsoft-agents-a365-observability-core?label=PyPI&logo=pypi)](https://pypi.org/search/?q=microsoft-agents-a365)
44
[![PyPI Downloads](https://img.shields.io/pypi/dm/microsoft-agents-a365-observability-core?label=Downloads&logo=pypi)](https://pypi.org/search/?q=microsoft-agents-a365)
@@ -7,9 +7,12 @@
77
[![Python Version](https://img.shields.io/badge/Python-3.10%2B-3776AB?logo=python)](https://www.python.org/)
88
[![Contributors](https://img.shields.io/github/contributors/microsoft/Agent365-python?label=Contributors&logo=github)](https://github.com/microsoft/Agent365-python/graphs/contributors)
99

10-
The Microsoft Agents A365 SDK extends the Microsoft 365 Agents SDK with enterprise-grade capabilities for building sophisticated agents. This SDK provides comprehensive tooling for observability, notifications, runtime utilities, and development tools that help developers create production-ready agents for platforms including M365, Teams, Copilot Studio, and Webchat.
10+
> #### Note:
11+
> Use the information in this README to contribute to this open-source project. To learn about using this SDK in your projects, refer to the [Microsoft Agents 365 Developer documentation](https://learn.microsoft.com/microsoft-agent-365/developer/).
1112
12-
The Microsoft Agents A365 SDK focuses on four core areas:
13+
The Microsoft Agents 365 SDK extends the Microsoft 365 Agents SDK with enterprise-grade capabilities for building sophisticated agents. This SDK provides comprehensive tooling for observability, notifications, runtime utilities, and development tools that help developers create production-ready agents for platforms including M365, Teams, Copilot Studio, and Webchat.
14+
15+
The Microsoft Agents 365 SDK focuses on four core areas:
1316

1417
- **Observability**: Comprehensive tracing, caching, and monitoring capabilities for agent applications
1518
- **Notifications**: Agent notification services and models for handling user notifications
@@ -88,7 +91,7 @@ For more detailed build instructions, see the [BUILD.md](BUILD.md).
8891
For issues, questions, or feedback:
8992

9093
- **Issues**: Please file issues in the [GitHub Issues](https://github.com/microsoft/Agent365-python/issues) section
91-
- **Documentation**: See the [Microsoft Agents A365 Developer Documentation](https://learn.microsoft.com/en-us/microsoft-agent-365/developer/)
94+
- **Documentation**: See the [Microsoft Agents 365 developer documentation](https://learn.microsoft.com/microsoft-agent-365/developer/)
9295
- **Security**: For security issues, please see [SECURITY.md](SECURITY.md)
9396

9497
## Contributing
@@ -101,7 +104,7 @@ This project has adopted the [Microsoft Open Source Code of Conduct](https://ope
101104

102105
## Trademarks
103106

104-
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.
107+
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/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.
105108

106109
## Useful Links
107110

@@ -110,24 +113,24 @@ This project may contain trademarks or logos for projects, products, or services
110113
The core SDK for building conversational AI agents for Microsoft 365 platforms.
111114

112115
- [Microsoft 365 Agents SDK](https://aka.ms/agents)
113-
- [Agents-for-net Repository](https://github.com/Microsoft/Agents-for-net)
114-
- [Agents-for-js Repository](https://github.com/Microsoft/Agents-for-js)
115-
- [Agents-for-python Repository](https://github.com/Microsoft/Agents-for-python)
116-
- [Official Agents Documentation](https://learn.microsoft.com/en-us/microsoft-365/agents-sdk/)
116+
- [Agents-for-net repository](https://github.com/Microsoft/Agents-for-net)
117+
- [Agents-for-js repository](https://github.com/Microsoft/Agents-for-js)
118+
- [Agents-for-python repository](https://github.com/Microsoft/Agents-for-python)
119+
- [Microsoft 365 Agents documentation](https://learn.microsoft.com/microsoft-365/agents-sdk/)
117120

118-
### Microsoft Agents A365 SDK
121+
### Microsoft Agents 365 SDK
119122

120123
Enterprise-grade extensions for observability, notifications, runtime utilities, and developer tools.
121124

122-
- [Agent365-dotnet Repository](https://github.com/microsoft/Agent365-dotnet)
123-
- [Agent365-python Repository](https://github.com/microsoft/Agent365-python) - You are here
124-
- [Agent365-nodejs Repository](https://github.com/microsoft/Agent365-nodejs)
125-
- [Agent365-Samples Repository](https://github.com/microsoft/Agent365-Samples)
126-
- [Microsoft Agents A365 Developer Documentation](https://learn.microsoft.com/en-us/microsoft-agent-365/developer/)
125+
- [Agent365-dotnet repository](https://github.com/microsoft/Agent365-dotnet)
126+
- [Agent365-python repository](https://github.com/microsoft/Agent365-python) - You are here
127+
- [Agent365-nodejs repository](https://github.com/microsoft/Agent365-nodejs)
128+
- [Agent365-Samples repository](https://github.com/microsoft/Agent365-Samples)
129+
- [Microsoft Agents 365 developer documentation](https://learn.microsoft.com/microsoft-agent-365/developer/)
127130

128131
### Additional Resources
129132

130-
- [Python Documentation](https://learn.microsoft.com/en-us/python/api/?view=m365-agents-sdk&preserve-view=true)
133+
- [Python Documentation](https://learn.microsoft.com/python/api/?view=m365-agents-sdk&preserve-view=true)
131134

132135
## Data Collection Notice
133136

0 commit comments

Comments
 (0)