From e1cb559edb2afae85f6c4f18e0f61c5662187974 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 13 Nov 2025 05:15:42 +0000 Subject: [PATCH 1/2] Initial plan From 84247cb797208db2a19a57321d3ac706e523d202 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 13 Nov 2025 05:20:32 +0000 Subject: [PATCH 2/2] Fix all incorrect URLs in pyproject.toml files Co-authored-by: pontemonti <7850950+pontemonti@users.noreply.github.com> --- .../microsoft-agents-a365-notifications/pyproject.toml | 8 ++++---- .../pyproject.toml | 8 ++++---- .../pyproject.toml | 6 +++--- .../pyproject.toml | 6 +++--- .../pyproject.toml | 6 +++--- .../pyproject.toml | 6 +++--- libraries/microsoft-agents-a365-runtime/pyproject.toml | 8 ++++---- .../pyproject.toml | 8 ++++---- .../pyproject.toml | 8 ++++---- .../pyproject.toml | 8 ++++---- .../pyproject.toml | 8 ++++---- libraries/microsoft-agents-a365-tooling/pyproject.toml | 8 ++++---- 12 files changed, 44 insertions(+), 44 deletions(-) diff --git a/libraries/microsoft-agents-a365-notifications/pyproject.toml b/libraries/microsoft-agents-a365-notifications/pyproject.toml index e0277c21..e2b3283b 100644 --- a/libraries/microsoft-agents-a365-notifications/pyproject.toml +++ b/libraries/microsoft-agents-a365-notifications/pyproject.toml @@ -33,10 +33,10 @@ dependencies = [ ] [project.urls] -Homepage = "https://github.com/microsoft/Agent365" -Repository = "https://github.com/microsoft/Agent365" -Issues = "https://github.com/microsoft/Agent365/issues" -Documentation = "https://github.com/microsoft/Agent365/tree/main/python/microsoft_kairo/notification" +Homepage = "https://github.com/microsoft/Agent365-python" +Repository = "https://github.com/microsoft/Agent365-python" +Issues = "https://github.com/microsoft/Agent365-python/issues" +Documentation = "https://github.com/microsoft/Agent365-python/tree/main/libraries/microsoft-agents-a365-notifications" [project.optional-dependencies] dev = [ diff --git a/libraries/microsoft-agents-a365-observability-core/pyproject.toml b/libraries/microsoft-agents-a365-observability-core/pyproject.toml index a10b4662..fdce9c36 100644 --- a/libraries/microsoft-agents-a365-observability-core/pyproject.toml +++ b/libraries/microsoft-agents-a365-observability-core/pyproject.toml @@ -34,10 +34,10 @@ dependencies = [ ] [project.urls] -Homepage = "https://github.com/microsoft/Agent365" -Repository = "https://github.com/microsoft/Agent365" -Issues = "https://github.com/microsoft/Agent365/issues" -Documentation = "https://github.com/microsoft/Agent365/tree/main/python/libraries/microsoft-agents-a365-observability-core" +Homepage = "https://github.com/microsoft/Agent365-python" +Repository = "https://github.com/microsoft/Agent365-python" +Issues = "https://github.com/microsoft/Agent365-python/issues" +Documentation = "https://github.com/microsoft/Agent365-python/tree/main/libraries/microsoft-agents-a365-observability-core" [project.optional-dependencies] azure = [ diff --git a/libraries/microsoft-agents-a365-observability-extensions-agentframework/pyproject.toml b/libraries/microsoft-agents-a365-observability-extensions-agentframework/pyproject.toml index 55eafb15..57da1a7a 100644 --- a/libraries/microsoft-agents-a365-observability-extensions-agentframework/pyproject.toml +++ b/libraries/microsoft-agents-a365-observability-extensions-agentframework/pyproject.toml @@ -32,9 +32,9 @@ dependencies = [ ] [project.urls] -Homepage = "https://github.com/microsoft/Agent365" -Repository = "https://github.com/microsoft/Agent365" -Issues = "https://github.com/microsoft/Agent365/issues" +Homepage = "https://github.com/microsoft/Agent365-python" +Repository = "https://github.com/microsoft/Agent365-python" +Issues = "https://github.com/microsoft/Agent365-python/issues" Documentation = "https://github.com/microsoft/Agent365-python/tree/main/libraries/microsoft-agents-a365-observability-extensions-agentframework" [project.optional-dependencies] diff --git a/libraries/microsoft-agents-a365-observability-extensions-langchain/pyproject.toml b/libraries/microsoft-agents-a365-observability-extensions-langchain/pyproject.toml index fafcb1b0..d7046632 100644 --- a/libraries/microsoft-agents-a365-observability-extensions-langchain/pyproject.toml +++ b/libraries/microsoft-agents-a365-observability-extensions-langchain/pyproject.toml @@ -34,9 +34,9 @@ dependencies = [ ] [project.urls] -Homepage = "https://github.com/microsoft/Agent365" -Repository = "https://github.com/microsoft/Agent365" -Issues = "https://github.com/microsoft/Agent365/issues" +Homepage = "https://github.com/microsoft/Agent365-python" +Repository = "https://github.com/microsoft/Agent365-python" +Issues = "https://github.com/microsoft/Agent365-python/issues" Documentation = "https://github.com/microsoft/Agent365-python/tree/main/libraries/microsoft-agents-a365-observability-extensions-langchain" [project.optional-dependencies] diff --git a/libraries/microsoft-agents-a365-observability-extensions-openai/pyproject.toml b/libraries/microsoft-agents-a365-observability-extensions-openai/pyproject.toml index 36cdf06e..a0c55afc 100644 --- a/libraries/microsoft-agents-a365-observability-extensions-openai/pyproject.toml +++ b/libraries/microsoft-agents-a365-observability-extensions-openai/pyproject.toml @@ -33,9 +33,9 @@ dependencies = [ ] [project.urls] -Homepage = "https://github.com/microsoft/Agent365" -Repository = "https://github.com/microsoft/Agent365" -Issues = "https://github.com/microsoft/Agent365/issues" +Homepage = "https://github.com/microsoft/Agent365-python" +Repository = "https://github.com/microsoft/Agent365-python" +Issues = "https://github.com/microsoft/Agent365-python/issues" Documentation = "https://github.com/microsoft/Agent365-python/tree/main/libraries/microsoft-agents-a365-observability-extensions-openai" [project.optional-dependencies] diff --git a/libraries/microsoft-agents-a365-observability-extensions-semantickernel/pyproject.toml b/libraries/microsoft-agents-a365-observability-extensions-semantickernel/pyproject.toml index a878b3e5..e8ef995a 100644 --- a/libraries/microsoft-agents-a365-observability-extensions-semantickernel/pyproject.toml +++ b/libraries/microsoft-agents-a365-observability-extensions-semantickernel/pyproject.toml @@ -35,9 +35,9 @@ dependencies = [ ] [project.urls] -Homepage = "https://github.com/microsoft/Agent365" -Repository = "https://github.com/microsoft/Agent365" -Issues = "https://github.com/microsoft/Agent365/issues" +Homepage = "https://github.com/microsoft/Agent365-python" +Repository = "https://github.com/microsoft/Agent365-python" +Issues = "https://github.com/microsoft/Agent365-python/issues" Documentation = "https://github.com/microsoft/Agent365-python/tree/main/libraries/microsoft-agents-a365-observability-extensions-semantickernel" [project.optional-dependencies] diff --git a/libraries/microsoft-agents-a365-runtime/pyproject.toml b/libraries/microsoft-agents-a365-runtime/pyproject.toml index 795c7eca..0c16df7a 100644 --- a/libraries/microsoft-agents-a365-runtime/pyproject.toml +++ b/libraries/microsoft-agents-a365-runtime/pyproject.toml @@ -28,10 +28,10 @@ dependencies = [ ] [project.urls] -Homepage = "https://github.com/microsoft/Agent365" -Repository = "https://github.com/microsoft/Agent365" -Issues = "https://github.com/microsoft/Agent365/issues" -Documentation = "https://github.com/microsoft/Agent365/tree/main/python/microsoft_kairo/observability" +Homepage = "https://github.com/microsoft/Agent365-python" +Repository = "https://github.com/microsoft/Agent365-python" +Issues = "https://github.com/microsoft/Agent365-python/issues" +Documentation = "https://github.com/microsoft/Agent365-python/tree/main/libraries/microsoft-agents-a365-runtime" [project.optional-dependencies] dev = [ diff --git a/libraries/microsoft-agents-a365-tooling-extensions-agentframework/pyproject.toml b/libraries/microsoft-agents-a365-tooling-extensions-agentframework/pyproject.toml index 4a30ce8d..89d7c4fb 100644 --- a/libraries/microsoft-agents-a365-tooling-extensions-agentframework/pyproject.toml +++ b/libraries/microsoft-agents-a365-tooling-extensions-agentframework/pyproject.toml @@ -31,10 +31,10 @@ dependencies = [ ] [project.urls] -Homepage = "https://github.com/microsoft/Agent365" -Repository = "https://github.com/microsoft/Agent365" -Issues = "https://github.com/microsoft/Agent365/issues" -Documentation = "https://github.com/microsoft/Agent365/tree/main/libraries/microsoft-agents-a365-tooling-extensions-agentframework" +Homepage = "https://github.com/microsoft/Agent365-python" +Repository = "https://github.com/microsoft/Agent365-python" +Issues = "https://github.com/microsoft/Agent365-python/issues" +Documentation = "https://github.com/microsoft/Agent365-python/tree/main/libraries/microsoft-agents-a365-tooling-extensions-agentframework" [project.optional-dependencies] dev = [ diff --git a/libraries/microsoft-agents-a365-tooling-extensions-azureaifoundry/pyproject.toml b/libraries/microsoft-agents-a365-tooling-extensions-azureaifoundry/pyproject.toml index 3ef2046e..87f3edbc 100644 --- a/libraries/microsoft-agents-a365-tooling-extensions-azureaifoundry/pyproject.toml +++ b/libraries/microsoft-agents-a365-tooling-extensions-azureaifoundry/pyproject.toml @@ -30,10 +30,10 @@ dependencies = [ ] [project.urls] -Homepage = "https://github.com/microsoft/Agent365" -Repository = "https://github.com/microsoft/Agent365" -Issues = "https://github.com/microsoft/Agent365/issues" -Documentation = "https://github.com/microsoft/Agent365/tree/main/python/microsoft_kairo/tooling/azurefoundry" +Homepage = "https://github.com/microsoft/Agent365-python" +Repository = "https://github.com/microsoft/Agent365-python" +Issues = "https://github.com/microsoft/Agent365-python/issues" +Documentation = "https://github.com/microsoft/Agent365-python/tree/main/libraries/microsoft-agents-a365-tooling-extensions-azureaifoundry" [project.optional-dependencies] dev = [ diff --git a/libraries/microsoft-agents-a365-tooling-extensions-openai/pyproject.toml b/libraries/microsoft-agents-a365-tooling-extensions-openai/pyproject.toml index 57c36ef7..76f02b70 100644 --- a/libraries/microsoft-agents-a365-tooling-extensions-openai/pyproject.toml +++ b/libraries/microsoft-agents-a365-tooling-extensions-openai/pyproject.toml @@ -29,10 +29,10 @@ dependencies = [ ] [project.urls] -Homepage = "https://github.com/microsoft/Agent365" -Repository = "https://github.com/microsoft/Agent365" -Issues = "https://github.com/microsoft/Agent365/issues" -Documentation = "https://github.com/microsoft/Agent365/tree/main/python/microsoft_kairo/tooling/openai" +Homepage = "https://github.com/microsoft/Agent365-python" +Repository = "https://github.com/microsoft/Agent365-python" +Issues = "https://github.com/microsoft/Agent365-python/issues" +Documentation = "https://github.com/microsoft/Agent365-python/tree/main/libraries/microsoft-agents-a365-tooling-extensions-openai" [project.optional-dependencies] dev = [ diff --git a/libraries/microsoft-agents-a365-tooling-extensions-semantickernel/pyproject.toml b/libraries/microsoft-agents-a365-tooling-extensions-semantickernel/pyproject.toml index 1d4c0310..8de328a1 100644 --- a/libraries/microsoft-agents-a365-tooling-extensions-semantickernel/pyproject.toml +++ b/libraries/microsoft-agents-a365-tooling-extensions-semantickernel/pyproject.toml @@ -29,10 +29,10 @@ dependencies = [ ] [project.urls] -Homepage = "https://github.com/microsoft/Agent365" -Repository = "https://github.com/microsoft/Agent365" -Issues = "https://github.com/microsoft/Agent365/issues" -Documentation = "https://github.com/microsoft/Agent365/tree/main/python/microsoft_kairo/tooling/semantic_kernel" +Homepage = "https://github.com/microsoft/Agent365-python" +Repository = "https://github.com/microsoft/Agent365-python" +Issues = "https://github.com/microsoft/Agent365-python/issues" +Documentation = "https://github.com/microsoft/Agent365-python/tree/main/libraries/microsoft-agents-a365-tooling-extensions-semantickernel" [project.optional-dependencies] dev = [ diff --git a/libraries/microsoft-agents-a365-tooling/pyproject.toml b/libraries/microsoft-agents-a365-tooling/pyproject.toml index c228254f..5c67a627 100644 --- a/libraries/microsoft-agents-a365-tooling/pyproject.toml +++ b/libraries/microsoft-agents-a365-tooling/pyproject.toml @@ -28,10 +28,10 @@ dependencies = [ ] [project.urls] -Homepage = "https://github.com/microsoft/Agent365" -Repository = "https://github.com/microsoft/Agent365" -Issues = "https://github.com/microsoft/Agent365/issues" -Documentation = "https://github.com/microsoft/Agent365/tree/main/python/microsoft_kairo/tooling/common" +Homepage = "https://github.com/microsoft/Agent365-python" +Repository = "https://github.com/microsoft/Agent365-python" +Issues = "https://github.com/microsoft/Agent365-python/issues" +Documentation = "https://github.com/microsoft/Agent365-python/tree/main/libraries/microsoft-agents-a365-tooling" [project.optional-dependencies] dev = [