Merged
Conversation
Updated the module documentation to reflect the new name and purpose.
Updated module docstring to clarify purpose and scope.
Updated module documentation to reflect OpenAI extensions.
Updated repository description and removed specific SDK details.
Removed mention of CLI tools from the module description.
rahuldevikar761
previously approved these changes
Nov 13, 2025
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR successfully removes legacy "Kairo" references from the repository and updates documentation to reflect the new "Microsoft Agent 365" branding. The changes include updating module docstrings and inline comments across multiple library packages.
Key Changes:
- Updated module documentation in all package
__init__.pyfiles to replace "Kairo SDK" with "Microsoft Agent 365 Tooling SDK" - Simplified comment in
mcp_tool_server_configuration_service.pyto remove legacy path reference - Updated GitHub Actions workflow documentation to reflect the new repository name
Reviewed Changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated 5 comments.
Show a summary per file
| File | Description |
|---|---|
libraries/microsoft-agents-a365-tooling/microsoft_agents_a365/tooling/utils/__init__.py |
Updated module docstring from "Kairo SDK Tooling Common" to "Microsoft Agent 365 Tooling SDK" |
libraries/microsoft-agents-a365-tooling/microsoft_agents_a365/tooling/services/mcp_tool_server_configuration_service.py |
Simplified navigation comment to remove legacy "kairo/tooling/common/services/" path reference |
libraries/microsoft-agents-a365-tooling/microsoft_agents_a365/tooling/__init__.py |
Updated module docstring to remove Kairo references and simplified description |
libraries/microsoft-agents-a365-tooling-extensions-semantickernel/microsoft_agents_a365/tooling/extensions/semantickernel/__init__.py |
Updated module docstring from "Kairo SDK Tooling SemanticKernel" to "Semantic Kernel extensions for Microsoft Agent 365 Tooling SDK" |
libraries/microsoft-agents-a365-tooling-extensions-openai/microsoft_agents_a365/tooling/extensions/openai/__init__.py |
Updated module docstring from "Kairo SDK Tooling OpenAI" to "OpenAI extensions for Microsoft Agent 365 Tooling SDK" and removed detailed examples |
libraries/microsoft-agents-a365-tooling-extensions-azureaifoundry/microsoft_agents_a365/tooling/extensions/azureaifoundry/__init__.py |
Updated module docstring from "Kairo Tooling Azure Foundry" to "Azure AI Foundry extension for Microsoft Agent 365 Tooling SDK" |
.github/workflows/README.md |
Updated repository references from "Kairo repository" to "Microsoft Agent 365 SDK for Python repository" and removed obsolete JavaScript and .NET SDK sections |
libraries/microsoft-agents-a365-tooling/microsoft_agents_a365/tooling/utils/__init__.py
Outdated
Show resolved
Hide resolved
libraries/microsoft-agents-a365-tooling/microsoft_agents_a365/tooling/__init__.py
Outdated
Show resolved
Hide resolved
...xtensions-semantickernel/microsoft_agents_a365/tooling/extensions/semantickernel/__init__.py
Outdated
Show resolved
Hide resolved
...s-a365-tooling-extensions-openai/microsoft_agents_a365/tooling/extensions/openai/__init__.py
Outdated
Show resolved
Hide resolved
...xtensions-azureaifoundry/microsoft_agents_a365/tooling/extensions/azureaifoundry/__init__.py
Outdated
Show resolved
Hide resolved
mrunalhirve128
previously approved these changes
Nov 13, 2025
juliomenendez
previously approved these changes
Nov 13, 2025
60af8b3
...xtensions-semantickernel/microsoft_agents_a365/tooling/extensions/semantickernel/__init__.py
Show resolved
Hide resolved
...s-a365-tooling-extensions-openai/microsoft_agents_a365/tooling/extensions/openai/__init__.py
Show resolved
Hide resolved
...xtensions-azureaifoundry/microsoft_agents_a365/tooling/extensions/azureaifoundry/__init__.py
Show resolved
Hide resolved
mrunalhirve128
approved these changes
Nov 13, 2025
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.
Updated the module documentation to reflect the new name and purpose.