Skip to content

Commit d9b8cae

Browse files
authored
Update project descriptions (#35)
* Update project description for clarity * Fix description for Microsoft Agent 365 * Update project description in pyproject.toml * Update project description for clarity * Update project description for clarity * Update project description in pyproject.toml * Update project description in pyproject.toml * Update project description in pyproject.toml * Update project description in pyproject.toml
1 parent 241739a commit d9b8cae

File tree

8 files changed

+12
-12
lines changed

8 files changed

+12
-12
lines changed

libraries/microsoft-agents-a365-observability-extensions-agentframework/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dynamic = ["version"]
88
authors = [
99
{ name = "Microsoft", email = "support@microsoft.com" },
1010
]
11-
description = "Agent Framework observability and tracing extensions for Microsoft Agents A365"
11+
description = "Agent Framework observability and tracing extensions for Microsoft Agent 365"
1212
readme = "README.md"
1313
requires-python = ">=3.11"
1414
classifiers = [
@@ -72,4 +72,4 @@ target-version = "py311"
7272
python_version = "3.11"
7373
strict = true
7474
warn_return_any = true
75-
warn_unused_configs = true
75+
warn_unused_configs = true

libraries/microsoft-agents-a365-observability-extensions-langchain/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dynamic = ["version"]
88
authors = [
99
{ name = "Microsoft", email = "support@microsoft.com" },
1010
]
11-
description = "LangChain observability and tracing extensions for Microsoft Agents A365"
11+
description = "LangChain observability and tracing extensions for Microsoft Agent 365"
1212
readme = "README.md"
1313
requires-python = ">=3.11"
1414
classifiers = [
@@ -75,4 +75,4 @@ target-version = "py311"
7575
python_version = "3.11"
7676
strict = true
7777
warn_return_any = true
78-
warn_unused_configs = true
78+
warn_unused_configs = true

libraries/microsoft-agents-a365-observability-extensions-openai/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dynamic = ["version"]
88
authors = [
99
{ name = "Microsoft", email = "support@microsoft.com" },
1010
]
11-
description = "OpenAI Agents SDK observability and tracing extensions for Microsoft Agents A365"
11+
description = "OpenAI Agents SDK observability and tracing extensions for Microsoft Agent 365"
1212
readme = "README.md"
1313
requires-python = ">=3.11"
1414
classifiers = [
@@ -73,4 +73,4 @@ target-version = "py311"
7373
python_version = "3.11"
7474
strict = true
7575
warn_return_any = true
76-
warn_unused_configs = true
76+
warn_unused_configs = true

libraries/microsoft-agents-a365-observability-extensions-semantickernel/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dynamic = ["version"]
88
authors = [
99
{ name = "Microsoft", email = "support@microsoft.com" },
1010
]
11-
description = "Semantic Kernel observability and tracing extensions for Microsoft Agents A365"
11+
description = "Semantic Kernel observability and tracing extensions for Microsoft Agent 365"
1212
readme = "README.md"
1313
requires-python = ">=3.11"
1414
classifiers = [
@@ -73,4 +73,4 @@ target-version = "py311"
7373
python_version = "3.11"
7474
strict = true
7575
warn_return_any = true
76-
warn_unused_configs = true
76+
warn_unused_configs = true

libraries/microsoft-agents-a365-tooling-extensions-azureaifoundry/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dynamic = ["version"]
88
authors = [
99
{ name = "Microsoft", email = "support@microsoft.com" },
1010
]
11-
description = "Azure AI Foundry integration tools for Kairo AI agent tooling"
11+
description = "Azure AI Foundry integration for Agent 365 Tooling SDK"
1212
readme = "README.md"
1313
requires-python = ">=3.11"
1414
classifiers = [

libraries/microsoft-agents-a365-tooling-extensions-openai/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dynamic = ["version"]
88
authors = [
99
{ name = "Microsoft", email = "support@microsoft.com" },
1010
]
11-
description = "OpenAI Agents SDK integration tools for Kairo AI agent tooling"
11+
description = "OpenAI integration for Agent 365 Tooling SDK"
1212
readme = "README.md"
1313
requires-python = ">=3.11"
1414
classifiers = [

libraries/microsoft-agents-a365-tooling-extensions-semantickernel/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dynamic = ["version"]
88
authors = [
99
{ name = "Microsoft", email = "support@microsoft.com" },
1010
]
11-
description = "Microsoft Semantic Kernel integration tools for Kairo AI agent tooling"
11+
description = "Semantic Kernel integration for Agent 365 Tooling SDK"
1212
readme = "README.md"
1313
requires-python = ">=3.11"
1414
classifiers = [

libraries/microsoft-agents-a365-tooling/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dynamic = ["version"]
88
authors = [
99
{ name = "Microsoft", email = "support@microsoft.com" },
1010
]
11-
description = "Cross-framework utilities and shared components for Kairo AI agent tooling"
11+
description = "Agent 365 Tooling SDK, providing functionality to work with Agent 365 Tools."
1212
readme = "README.md"
1313
requires-python = ">=3.11"
1414
classifiers = [

0 commit comments

Comments
 (0)