Skip to content

Fix repository URLs in pyproject.toml files#44

Merged
pontemonti merged 2 commits intomainfrom
copilot/fix-links-in-pyproject-toml
Nov 13, 2025
Merged

Fix repository URLs in pyproject.toml files#44
pontemonti merged 2 commits intomainfrom
copilot/fix-links-in-pyproject-toml

Conversation

Copy link
Contributor

Copilot AI commented Nov 13, 2025

URLs in pyproject.toml files were pointing to microsoft/Agent365 instead of microsoft/Agent365-python, and documentation paths referenced the old python/microsoft_kairo/* structure instead of libraries/*.

Changes:

  • Updated Homepage, Repository, and Issues URLs to microsoft/Agent365-python in all 12 library pyproject.toml files
  • Fixed Documentation URLs to point to current libraries/microsoft-agents-a365-* directory structure

Example:

# Before
Documentation = "https://github.com/microsoft/Agent365/tree/main/python/microsoft_kairo/tooling/semantic_kernel"

# After  
Documentation = "https://github.com/microsoft/Agent365-python/tree/main/libraries/microsoft-agents-a365-tooling-extensions-semantickernel"

Files updated:

  • libraries/microsoft-agents-a365-notifications/pyproject.toml
  • libraries/microsoft-agents-a365-observability-core/pyproject.toml
  • libraries/microsoft-agents-a365-observability-extensions-agentframework/pyproject.toml
  • libraries/microsoft-agents-a365-observability-extensions-langchain/pyproject.toml
  • libraries/microsoft-agents-a365-observability-extensions-openai/pyproject.toml
  • libraries/microsoft-agents-a365-observability-extensions-semantickernel/pyproject.toml
  • libraries/microsoft-agents-a365-runtime/pyproject.toml
  • libraries/microsoft-agents-a365-tooling/pyproject.toml
  • libraries/microsoft-agents-a365-tooling-extensions-agentframework/pyproject.toml
  • libraries/microsoft-agents-a365-tooling-extensions-azureaifoundry/pyproject.toml
  • libraries/microsoft-agents-a365-tooling-extensions-openai/pyproject.toml
  • libraries/microsoft-agents-a365-tooling-extensions-semantickernel/pyproject.toml
Original prompt

This section details on the original issue you should resolve

<issue_title>Fix links in pyproject.toml files</issue_title>
<issue_description>For the pyproject.toml files in the repo, check what URLs they contain. A number of them are pointing to https://github.com/microsoft/Agent365 (or any path under that), which is incorrect. The correct URL is https://github.com/microsoft/Agent365-python. There are also some documentation links such as https://github.com/microsoft/Agent365/tree/main/python/microsoft_kairo/tooling/semantic_kernel, which contains an incorrect path. The correct URL should link to the folder that the pyproject.toml file can now be found in. In the example shared, that's https://github.com/microsoft/Agent365-python/tree/main/libraries/microsoft-agents-a365-tooling-extensions-semantickernel</issue_description>

Comments on the Issue (you are @copilot in this section)


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Co-authored-by: pontemonti <7850950+pontemonti@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix incorrect URLs in pyproject.toml files Fix repository URLs in pyproject.toml files Nov 13, 2025
Copilot AI requested a review from pontemonti November 13, 2025 05:23
@pontemonti pontemonti marked this pull request as ready for review November 13, 2025 05:24
@pontemonti pontemonti requested a review from a team as a code owner November 13, 2025 05:24
Copilot AI review requested due to automatic review settings November 13, 2025 05:24
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR corrects repository URLs and documentation paths in all 12 library pyproject.toml files, updating them from the old microsoft/Agent365 repository to microsoft/Agent365-python and replacing outdated python/microsoft_kairo/* paths with the current libraries/* directory structure.

  • Updated Homepage, Repository, and Issues URLs to point to microsoft/Agent365-python
  • Fixed Documentation URLs to reference the correct libraries/microsoft-agents-a365-* directory for each library
  • Removed legacy microsoft_kairo path references

Reviewed Changes

Copilot reviewed 12 out of 12 changed files in this pull request and generated no comments.

Show a summary per file
File Description
libraries/microsoft-agents-a365-tooling/pyproject.toml Updated URLs to Agent365-python repo and fixed documentation path to libraries/microsoft-agents-a365-tooling
libraries/microsoft-agents-a365-tooling-extensions-semantickernel/pyproject.toml Updated URLs to Agent365-python repo and fixed documentation path from microsoft_kairo/tooling/semantic_kernel to libraries/microsoft-agents-a365-tooling-extensions-semantickernel
libraries/microsoft-agents-a365-tooling-extensions-openai/pyproject.toml Updated URLs to Agent365-python repo and fixed documentation path from microsoft_kairo/tooling/openai to libraries/microsoft-agents-a365-tooling-extensions-openai
libraries/microsoft-agents-a365-tooling-extensions-azureaifoundry/pyproject.toml Updated URLs to Agent365-python repo and fixed documentation path from microsoft_kairo/tooling/azurefoundry to libraries/microsoft-agents-a365-tooling-extensions-azureaifoundry
libraries/microsoft-agents-a365-tooling-extensions-agentframework/pyproject.toml Updated URLs to Agent365-python repo and documentation path (was already using libraries structure)
libraries/microsoft-agents-a365-runtime/pyproject.toml Updated URLs to Agent365-python repo and fixed documentation path from microsoft_kairo/observability to libraries/microsoft-agents-a365-runtime
libraries/microsoft-agents-a365-observability-extensions-semantickernel/pyproject.toml Updated Homepage, Repository, and Issues URLs to Agent365-python repo
libraries/microsoft-agents-a365-observability-extensions-openai/pyproject.toml Updated Homepage, Repository, and Issues URLs to Agent365-python repo
libraries/microsoft-agents-a365-observability-extensions-langchain/pyproject.toml Updated Homepage, Repository, and Issues URLs to Agent365-python repo
libraries/microsoft-agents-a365-observability-extensions-agentframework/pyproject.toml Updated Homepage, Repository, and Issues URLs to Agent365-python repo
libraries/microsoft-agents-a365-observability-core/pyproject.toml Updated URLs to Agent365-python repo and fixed documentation path from python/libraries to libraries
libraries/microsoft-agents-a365-notifications/pyproject.toml Updated URLs to Agent365-python repo and fixed documentation path from microsoft_kairo/notification to libraries/microsoft-agents-a365-notifications

@pontemonti pontemonti merged commit a250dbd into main Nov 13, 2025
20 checks passed
@pontemonti pontemonti deleted the copilot/fix-links-in-pyproject-toml branch November 13, 2025 05:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix links in pyproject.toml files

4 participants