Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This pull request addresses import path corrections and README documentation improvements. The changes fix legacy "Kairo" references in import statements and update the documentation to improve clarity and consistency.
- Fixed import paths by replacing
microsoft_kairoreferences with the correctmicrosoft_agents_a365package names - Reorganized imports in Semantic Kernel extension to improve code structure by consolidating imports and removing unnecessary blank lines
- Updated README documentation to improve formatting, fix link descriptions, and standardize terminology
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| libraries/microsoft-agents-a365-tooling-extensions-semantickernel/microsoft_agents_a365/tooling/extensions/semantickernel/services/mcp_tool_registration_service.py | Reorganized imports, moved MCPStreamableHttpPlugin import to logical position with other external imports, and corrected import paths from relative to absolute package names |
| libraries/microsoft-agents-a365-tooling-extensions-azureaifoundry/microsoft_agents_a365/tooling/extensions/azureaifoundry/services/mcp_tool_registration_service.py | Fixed legacy microsoft_kairo import references by replacing them with correct microsoft_agents_a365 package paths, and reorganized imports to remove unnecessary blank lines |
| README.md | Updated documentation formatting, improved link descriptions for better clarity, standardized SDK naming conventions, and removed trailing whitespace on telemetry and trademarks sections |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
pontemonti
approved these changes
Nov 13, 2025
| - [Agents-for-js repository](https://github.com/Microsoft/Agents-for-js) | ||
| - [Agents-for-python repository](https://github.com/Microsoft/Agents-for-python) | ||
| - [Microsoft 365 Agents SDK - C# /.NET repository](https://github.com/Microsoft/Agents-for-net) | ||
| - [Microsoft 365 Agents SDK - NodeJS /TypeScript repository](https://github.com/Microsoft/Agents-for-js) |
There was a problem hiding this comment.
Inconsistent formatting: "NodeJS" should be "Node.js" to match the formatting used on line 122 and to follow the official Node.js branding guidelines.
Suggested change
| - [Microsoft 365 Agents SDK - NodeJS /TypeScript repository](https://github.com/Microsoft/Agents-for-js) | |
| - [Microsoft 365 Agents SDK - Node.js /TypeScript repository](https://github.com/Microsoft/Agents-for-js) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fix Readme and Imports