Skip to content

Commit 9fdbdc3

Browse files
committed
Merge branch 'release/1.3' of github.com:NVIDIA/NeMo-Agent-Toolkit into ui-submodule-update-1.3
2 parents b67e340 + 4076e03 commit 9fdbdc3

File tree

32 files changed

+258
-6
lines changed

32 files changed

+258
-6
lines changed

packages/compat/aiqtoolkit/pyproject.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,17 @@ dynamic = ["version"]
1212
dependencies = ["nvidia-nat~=1.3"]
1313
readme = "pypi.md"
1414
description = "Transitional package for nvidia-nat, this package is deprecated and will be removed in the future."
15+
license = "Apache-2.0"
16+
license-files = ["../../../LICENSE.md", "../../../LICENSE-3rd-party.txt"]
17+
authors = [{ name = "NVIDIA Corporation" }]
18+
maintainers = [{ name = "NVIDIA Corporation" }]
1519
classifiers = [
1620
"Programming Language :: Python",
1721
"Programming Language :: Python :: 3.11",
1822
"Programming Language :: Python :: 3.12",
1923
"Programming Language :: Python :: 3.13",
2024
]
25+
26+
[project.urls]
27+
documentation = "https://docs.nvidia.com/nemo/agent-toolkit/latest/"
28+
source = "https://github.com/NVIDIA/NeMo-Agent-Toolkit"

packages/compat/aiqtoolkit_agno/pyproject.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,17 @@ dynamic = ["version"]
1313
dependencies = ["nvidia-nat[agno]~=1.3"]
1414
readme = "pypi.md"
1515
description = "Transitional package for nvidia-nat-agno, this package is deprecated and will be removed in the future."
16+
license = "Apache-2.0"
17+
license-files = ["../../../LICENSE.md", "../../../LICENSE-3rd-party.txt"]
18+
authors = [{ name = "NVIDIA Corporation" }]
19+
maintainers = [{ name = "NVIDIA Corporation" }]
1620
classifiers = [
1721
"Programming Language :: Python",
1822
"Programming Language :: Python :: 3.11",
1923
"Programming Language :: Python :: 3.12",
2024
"Programming Language :: Python :: 3.13",
2125
]
26+
27+
[project.urls]
28+
documentation = "https://docs.nvidia.com/nemo/agent-toolkit/latest/"
29+
source = "https://github.com/NVIDIA/NeMo-Agent-Toolkit"

packages/compat/aiqtoolkit_crewai/pyproject.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,17 @@ dynamic = ["version"]
1212
dependencies = ["nvidia-nat[crewai]~=1.3"]
1313
readme = "pypi.md"
1414
description = "Transitional package for nvidia-nat-crewai, this package is deprecated and will be removed in the future."
15+
license = "Apache-2.0"
16+
license-files = ["../../../LICENSE.md", "../../../LICENSE-3rd-party.txt"]
17+
authors = [{ name = "NVIDIA Corporation" }]
18+
maintainers = [{ name = "NVIDIA Corporation" }]
1519
classifiers = [
1620
"Programming Language :: Python",
1721
"Programming Language :: Python :: 3.11",
1822
"Programming Language :: Python :: 3.12",
1923
"Programming Language :: Python :: 3.13",
2024
]
25+
26+
[project.urls]
27+
documentation = "https://docs.nvidia.com/nemo/agent-toolkit/latest/"
28+
source = "https://github.com/NVIDIA/NeMo-Agent-Toolkit"

packages/compat/aiqtoolkit_langchain/pyproject.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,17 @@ dependencies = [
1818
]
1919
readme = "pypi.md"
2020
description = "Transitional package for nvidia-nat-langchain, this package is deprecated and will be removed in the future."
21+
license = "Apache-2.0"
22+
license-files = ["../../../LICENSE.md", "../../../LICENSE-3rd-party.txt"]
23+
authors = [{ name = "NVIDIA Corporation" }]
24+
maintainers = [{ name = "NVIDIA Corporation" }]
2125
classifiers = [
2226
"Programming Language :: Python",
2327
"Programming Language :: Python :: 3.11",
2428
"Programming Language :: Python :: 3.12",
2529
"Programming Language :: Python :: 3.13",
2630
]
31+
32+
[project.urls]
33+
documentation = "https://docs.nvidia.com/nemo/agent-toolkit/latest/"
34+
source = "https://github.com/NVIDIA/NeMo-Agent-Toolkit"

packages/compat/aiqtoolkit_llama_index/pyproject.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,17 @@ dynamic = ["version"]
1414
dependencies = ["nvidia-nat[llama-index]~=1.3"]
1515
readme = "pypi.md"
1616
description = "Transitional package for nvidia-nat-llama-index, this package is deprecated and will be removed in the future."
17+
license = "Apache-2.0"
18+
license-files = ["../../../LICENSE.md", "../../../LICENSE-3rd-party.txt"]
19+
authors = [{ name = "NVIDIA Corporation" }]
20+
maintainers = [{ name = "NVIDIA Corporation" }]
1721
classifiers = [
1822
"Programming Language :: Python",
1923
"Programming Language :: Python :: 3.11",
2024
"Programming Language :: Python :: 3.12",
2125
"Programming Language :: Python :: 3.13",
2226
]
27+
28+
[project.urls]
29+
documentation = "https://docs.nvidia.com/nemo/agent-toolkit/latest/"
30+
source = "https://github.com/NVIDIA/NeMo-Agent-Toolkit"

packages/compat/aiqtoolkit_mem0ai/pyproject.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,17 @@ dynamic = ["version"]
1313
dependencies = ["nvidia-nat[mem0ai]~=1.3"]
1414
readme = "pypi.md"
1515
description = "Transitional package for nvidia-nat-mem0ai, this package is deprecated and will be removed in the future."
16+
license = "Apache-2.0"
17+
license-files = ["../../../LICENSE.md", "../../../LICENSE-3rd-party.txt"]
18+
authors = [{ name = "NVIDIA Corporation" }]
19+
maintainers = [{ name = "NVIDIA Corporation" }]
1620
classifiers = [
1721
"Programming Language :: Python",
1822
"Programming Language :: Python :: 3.11",
1923
"Programming Language :: Python :: 3.12",
2024
"Programming Language :: Python :: 3.13",
2125
]
26+
27+
[project.urls]
28+
documentation = "https://docs.nvidia.com/nemo/agent-toolkit/latest/"
29+
source = "https://github.com/NVIDIA/NeMo-Agent-Toolkit"

packages/compat/aiqtoolkit_semantic_kernel/pyproject.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,17 @@ dynamic = ["version"]
1212
dependencies = ["nvidia-nat[semantic-kernel]~=1.3"]
1313
readme = "pypi.md"
1414
description = "Transitional package for nvidia-nat-semantic-kernel, this package is deprecated and will be removed in the future."
15+
license = "Apache-2.0"
16+
license-files = ["../../../LICENSE.md", "../../../LICENSE-3rd-party.txt"]
17+
authors = [{ name = "NVIDIA Corporation" }]
18+
maintainers = [{ name = "NVIDIA Corporation" }]
1519
classifiers = [
1620
"Programming Language :: Python",
1721
"Programming Language :: Python :: 3.11",
1822
"Programming Language :: Python :: 3.12",
1923
"Programming Language :: Python :: 3.13",
2024
]
25+
26+
[project.urls]
27+
documentation = "https://docs.nvidia.com/nemo/agent-toolkit/latest/"
28+
source = "https://github.com/NVIDIA/NeMo-Agent-Toolkit"

packages/compat/aiqtoolkit_test/pyproject.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,17 @@ dynamic = ["version"]
1212
dependencies = ["nvidia-nat[test]~=1.3"]
1313
readme = "pypi.md"
1414
description = "Transitional package for nvidia-nat-test, this package is deprecated and will be removed in the future."
15+
license = "Apache-2.0"
16+
license-files = ["../../../LICENSE.md", "../../../LICENSE-3rd-party.txt"]
17+
authors = [{ name = "NVIDIA Corporation" }]
18+
maintainers = [{ name = "NVIDIA Corporation" }]
1519
classifiers = [
1620
"Programming Language :: Python",
1721
"Programming Language :: Python :: 3.11",
1822
"Programming Language :: Python :: 3.12",
1923
"Programming Language :: Python :: 3.13",
2024
]
25+
26+
[project.urls]
27+
documentation = "https://docs.nvidia.com/nemo/agent-toolkit/latest/"
28+
source = "https://github.com/NVIDIA/NeMo-Agent-Toolkit"

packages/compat/aiqtoolkit_weave/pyproject.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,17 @@ dynamic = ["version"]
1313
dependencies = ["nvidia-nat[weave]~=1.3"]
1414
readme = "pypi.md"
1515
description = "Transitional package for nvidia-nat-weave, this package is deprecated and will be removed in the future."
16+
license = "Apache-2.0"
17+
license-files = ["../../../LICENSE.md", "../../../LICENSE-3rd-party.txt"]
18+
authors = [{ name = "NVIDIA Corporation" }]
19+
maintainers = [{ name = "NVIDIA Corporation" }]
1620
classifiers = [
1721
"Programming Language :: Python",
1822
"Programming Language :: Python :: 3.11",
1923
"Programming Language :: Python :: 3.12",
2024
"Programming Language :: Python :: 3.13",
2125
]
26+
27+
[project.urls]
28+
documentation = "https://docs.nvidia.com/nemo/agent-toolkit/latest/"
29+
source = "https://github.com/NVIDIA/NeMo-Agent-Toolkit"

packages/compat/aiqtoolkit_zep_cloud/pyproject.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,17 @@ dynamic = ["version"]
1212
dependencies = ["nvidia-nat[zep-cloud]~=1.3"]
1313
readme = "pypi.md"
1414
description = "Transitional package for nvidia-nat-zep-cloud, this package is deprecated and will be removed in the future."
15+
license = "Apache-2.0"
16+
license-files = ["../../../LICENSE.md", "../../../LICENSE-3rd-party.txt"]
17+
authors = [{ name = "NVIDIA Corporation" }]
18+
maintainers = [{ name = "NVIDIA Corporation" }]
1519
classifiers = [
1620
"Programming Language :: Python",
1721
"Programming Language :: Python :: 3.11",
1822
"Programming Language :: Python :: 3.12",
1923
"Programming Language :: Python :: 3.13",
2024
]
25+
26+
[project.urls]
27+
documentation = "https://docs.nvidia.com/nemo/agent-toolkit/latest/"
28+
source = "https://github.com/NVIDIA/NeMo-Agent-Toolkit"

0 commit comments

Comments
 (0)