Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dynamic = ["version"]
authors = [
{ name = "Microsoft", email = "support@microsoft.com" },
]
description = "Agent Framework observability and tracing extensions for Microsoft Agents A365"
description = "Agent Framework observability and tracing extensions for Microsoft Agent 365"
readme = "README.md"
requires-python = ">=3.11"
classifiers = [
Expand Down Expand Up @@ -72,4 +72,4 @@ target-version = "py311"
python_version = "3.11"
strict = true
warn_return_any = true
warn_unused_configs = true
warn_unused_configs = true
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dynamic = ["version"]
authors = [
{ name = "Microsoft", email = "support@microsoft.com" },
]
description = "LangChain observability and tracing extensions for Microsoft Agents A365"
description = "LangChain observability and tracing extensions for Microsoft Agent 365"
readme = "README.md"
requires-python = ">=3.11"
classifiers = [
Expand Down Expand Up @@ -75,4 +75,4 @@ target-version = "py311"
python_version = "3.11"
strict = true
warn_return_any = true
warn_unused_configs = true
warn_unused_configs = true
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dynamic = ["version"]
authors = [
{ name = "Microsoft", email = "support@microsoft.com" },
]
description = "OpenAI Agents SDK observability and tracing extensions for Microsoft Agents A365"
description = "OpenAI Agents SDK observability and tracing extensions for Microsoft Agent 365"
readme = "README.md"
requires-python = ">=3.11"
classifiers = [
Expand Down Expand Up @@ -73,4 +73,4 @@ target-version = "py311"
python_version = "3.11"
strict = true
warn_return_any = true
warn_unused_configs = true
warn_unused_configs = true
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dynamic = ["version"]
authors = [
{ name = "Microsoft", email = "support@microsoft.com" },
]
description = "Semantic Kernel observability and tracing extensions for Microsoft Agents A365"
description = "Semantic Kernel observability and tracing extensions for Microsoft Agent 365"
readme = "README.md"
requires-python = ">=3.11"
classifiers = [
Expand Down Expand Up @@ -73,4 +73,4 @@ target-version = "py311"
python_version = "3.11"
strict = true
warn_return_any = true
warn_unused_configs = true
warn_unused_configs = true
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dynamic = ["version"]
authors = [
{ name = "Microsoft", email = "support@microsoft.com" },
]
description = "Azure AI Foundry integration tools for Kairo AI agent tooling"
description = "Azure AI Foundry integration for Agent 365 Tooling SDK"
readme = "README.md"
requires-python = ">=3.11"
classifiers = [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dynamic = ["version"]
authors = [
{ name = "Microsoft", email = "support@microsoft.com" },
]
description = "OpenAI Agents SDK integration tools for Kairo AI agent tooling"
description = "OpenAI integration for Agent 365 Tooling SDK"
readme = "README.md"
requires-python = ">=3.11"
classifiers = [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dynamic = ["version"]
authors = [
{ name = "Microsoft", email = "support@microsoft.com" },
]
description = "Microsoft Semantic Kernel integration tools for Kairo AI agent tooling"
description = "Semantic Kernel integration for Agent 365 Tooling SDK"
readme = "README.md"
requires-python = ">=3.11"
classifiers = [
Expand Down
2 changes: 1 addition & 1 deletion libraries/microsoft-agents-a365-tooling/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dynamic = ["version"]
authors = [
{ name = "Microsoft", email = "support@microsoft.com" },
]
description = "Cross-framework utilities and shared components for Kairo AI agent tooling"
description = "Agent 365 Tooling SDK, providing functionality to work with Agent 365 Tools."
readme = "README.md"
requires-python = ">=3.11"
classifiers = [
Expand Down
Loading