Skip to content

Attempt to fix wheel metadata#958

Merged
rapids-bot[bot] merged 9 commits intoNVIDIA:release/1.3from
dagardner-nv:david-lic-meta-wheel
Oct 8, 2025
Merged

Attempt to fix wheel metadata#958
rapids-bot[bot] merged 9 commits intoNVIDIA:release/1.3from
dagardner-nv:david-lic-meta-wheel

Conversation

@dagardner-nv
Copy link
Contributor

@dagardner-nv dagardner-nv commented Oct 8, 2025

Description

  • Attempt to fix an issue where license metadata isn't appearing correctly in pypi
  • Remove the license-files entry, setuptools will do this for us by default.
  • Specify the license entry in such a way to receive the older License entry and not the newer License-Expression entry
  • Symlink the license files for each of the packages, allowing setuptools to include them in the dist-info directory

By Submitting this PR I confirm:

  • I am familiar with the Contributing Guidelines.
  • We require that all contributors "sign-off" on their commits. This certifies that the contribution is your original work, or you have rights to submit it under the same license, or a compatible license.
    • Any contribution which contains commits that are not Signed-Off will not be accepted.
  • When the PR is ready for review, new or existing tests cover these changes.
  • When the PR is ready for review, the documentation is up to date with these changes.

Summary by CodeRabbit

  • Documentation

    • Added package-level LICENSE.md and LICENSE-3rd-party.txt files that reference the repository root for easier discovery.
  • Chores

    • Standardized license metadata to a structured format across the root project and many packages.
    • Removed redundant license-files entries where applicable.
  • Notes

    • No runtime or behavioral changes; purely metadata and documentation updates.

Signed-off-by: David Gardner <dagardner@nvidia.com>
Signed-off-by: David Gardner <dagardner@nvidia.com>
Signed-off-by: David Gardner <dagardner@nvidia.com>
Signed-off-by: David Gardner <dagardner@nvidia.com>
Signed-off-by: David Gardner <dagardner@nvidia.com>
@dagardner-nv dagardner-nv self-assigned this Oct 8, 2025
@dagardner-nv dagardner-nv requested a review from a team as a code owner October 8, 2025 23:00
@dagardner-nv dagardner-nv added bug Something isn't working non-breaking Non-breaking change labels Oct 8, 2025
…to david-lic-meta-wheel

Signed-off-by: David Gardner <dagardner@nvidia.com>
@coderabbitai
Copy link

coderabbitai bot commented Oct 8, 2025

Warning

Rate limit exceeded

@dagardner-nv has exceeded the limit for the number of commits or files that can be reviewed per hour. Please wait 6 minutes and 16 seconds before requesting another review.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

📥 Commits

Reviewing files that changed from the base of the PR and between f60e4a4 and 16f5598.

📒 Files selected for processing (1)
  • ci/scripts/copyright.py (1 hunks)

Walkthrough

Convert many packages' pyproject.toml [project].license from a string to an inline table format (license = { text = "Apache-2.0" }); remove a few license-files entries; add per-package LICENSE.md and LICENSE-3rd-party.txt pointer files; broaden a CI documentation exclusion regex.

Changes

Cohort / File(s) Summary
Root metadata update
pyproject.toml
Change [project].license from "Apache-2.0" to { text = "Apache-2.0" }.
Compat packages: license field format
packages/compat/aiqtoolkit*/pyproject.toml
Convert [project].license string → inline table { text = "Apache-2.0" } across compat aiqtoolkit variants (aiqtoolkit, aiqtoolkit_agno, aiqtoolkit_langchain, aiqtoolkit_llama_index, aiqtoolkit_mem0ai, aiqtoolkit_semantic_kernel, aiqtoolkit_test, aiqtoolkit_weave, aiqtoolkit_zep_cloud).
Compat package: remove license-files
packages/compat/aiqtoolkit_crewai/pyproject.toml
Convert license to { text = "Apache-2.0" } and remove license-files entry.
NVIDIA NAT packages: license field format
packages/nvidia_nat_*/pyproject.toml
Convert [project].license string → inline table { text = "Apache-2.0" } across many packages/nvidia_nat_* packages (adk, agno, crewai, data_flywheel, ingestion, langchain, llama_index, mem0ai, opentelemetry, phoenix, ragaai, redis, s3, semantic_kernel, test, weave, zep_cloud, etc.).
NVIDIA NAT packages: license-files removal
packages/nvidia_nat_all/pyproject.toml, packages/nvidia_nat_mcp/pyproject.toml, packages/nvidia_nat_mysql/pyproject.toml, packages/nvidia_nat_profiling/pyproject.toml
Convert license to { text = "Apache-2.0" } and remove license-files entries where present.
Per-package license pointer files added
packages/nvidia_nat_*/LICENSE.md, packages/nvidia_nat_*/LICENSE-3rd-party.txt
Add LICENSE.md containing ../../LICENSE.md and LICENSE-3rd-party.txt containing ../../LICENSE-3rd-party.txt for multiple packages/nvidia_nat_* packages (new files added as pointers).
CI script tweak
ci/scripts/documentation_checks.sh
Broaden DOC_FILES exclusion regex from `^(CHANGELOG

Sequence Diagram(s)

(Skipped — changes are metadata and static files; no runtime/control-flow modifications to diagram.)

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

Pre-merge checks and finishing touches

✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title Check ✅ Passed The pull request title clearly outlines the primary goal of the changeset—addressing wheel metadata issues—within the 72 character guideline. It uses a concise, action-oriented phrasing that reflects the imperative mood. The title directly relates to the changes that modify license entries and add symlinks to fix wheel metadata on PyPI.
Docstring Coverage ✅ Passed No functions found in the changes. Docstring coverage check skipped.

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 20

♻️ Duplicate comments (10)
packages/nvidia_nat_all/LICENSE.md (1)

1-1: Same license pointer issue as noted earlier
See the compliance warning on packages/nvidia_nat_weave/LICENSE.md—this file needs the real license text too.

packages/nvidia_nat_zep_cloud/LICENSE.md (1)

1-1: Same license pointer issue as noted earlier
Please apply the fix described for packages/nvidia_nat_weave/LICENSE.md here as well.

packages/nvidia_nat_adk/LICENSE.md (1)

1-1: Same license pointer issue as noted earlier
This package also needs the actual Apache 2.0 text in LICENSE.md.

packages/nvidia_nat_adk/LICENSE-3rd-party.txt (1)

1-1: Same third-party notice issue as noted earlier
Mirror the fix suggested for packages/nvidia_nat_semantic_kernel/LICENSE-3rd-party.txt here.

packages/nvidia_nat_profiling/LICENSE.md (1)

1-1: Same license pointer issue as noted earlier
Ensure this LICENSE.md carries the full license text, matching the guidance for packages/nvidia_nat_weave/LICENSE.md.

packages/nvidia_nat_crewai/LICENSE-3rd-party.txt (1)

1-1: Same license pointer concern as opentelemetry

This file has the identical relative-pointer problem noted for packages/nvidia_nat_opentelemetry/LICENSE-3rd-party.txt; please address it there and apply the same fix here.

packages/nvidia_nat_profiling/LICENSE-3rd-party.txt (1)

1-1: Same license pointer concern as opentelemetry

This file has the identical relative-pointer problem noted for packages/nvidia_nat_opentelemetry/LICENSE-3rd-party.txt; please address it there and apply the same fix here.

packages/nvidia_nat_phoenix/LICENSE-3rd-party.txt (1)

1-1: Same license pointer concern as opentelemetry

This file has the identical relative-pointer problem noted for packages/nvidia_nat_opentelemetry/LICENSE-3rd-party.txt; please address it there and apply the same fix here.

packages/nvidia_nat_opentelemetry/LICENSE.md (1)

1-1: Same license pointer concern as nvidia_nat_agno/LICENSE.md

This file ships only a ../../LICENSE.md pointer; please embed the real license text as noted earlier.

packages/nvidia_nat_test/LICENSE.md (1)

1-1: Same license pointer concern as nvidia_nat_agno/LICENSE.md

This file ships only a ../../LICENSE.md pointer; please embed the real license text as noted earlier.

📜 Review details

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 83ce62f and d77f6de.

📒 Files selected for processing (74)
  • packages/compat/aiqtoolkit/pyproject.toml (1 hunks)
  • packages/compat/aiqtoolkit_agno/pyproject.toml (1 hunks)
  • packages/compat/aiqtoolkit_crewai/pyproject.toml (1 hunks)
  • packages/compat/aiqtoolkit_langchain/pyproject.toml (1 hunks)
  • packages/compat/aiqtoolkit_llama_index/pyproject.toml (1 hunks)
  • packages/compat/aiqtoolkit_mem0ai/pyproject.toml (1 hunks)
  • packages/compat/aiqtoolkit_semantic_kernel/pyproject.toml (1 hunks)
  • packages/compat/aiqtoolkit_test/pyproject.toml (1 hunks)
  • packages/compat/aiqtoolkit_weave/pyproject.toml (1 hunks)
  • packages/compat/aiqtoolkit_zep_cloud/pyproject.toml (1 hunks)
  • packages/nvidia_nat_adk/LICENSE-3rd-party.txt (1 hunks)
  • packages/nvidia_nat_adk/LICENSE.md (1 hunks)
  • packages/nvidia_nat_adk/pyproject.toml (1 hunks)
  • packages/nvidia_nat_agno/LICENSE-3rd-party.txt (1 hunks)
  • packages/nvidia_nat_agno/LICENSE.md (1 hunks)
  • packages/nvidia_nat_agno/pyproject.toml (1 hunks)
  • packages/nvidia_nat_all/LICENSE-3rd-party.txt (1 hunks)
  • packages/nvidia_nat_all/LICENSE.md (1 hunks)
  • packages/nvidia_nat_all/pyproject.toml (1 hunks)
  • packages/nvidia_nat_crewai/LICENSE-3rd-party.txt (1 hunks)
  • packages/nvidia_nat_crewai/LICENSE.md (1 hunks)
  • packages/nvidia_nat_crewai/pyproject.toml (1 hunks)
  • packages/nvidia_nat_data_flywheel/LICENSE-3rd-party.txt (1 hunks)
  • packages/nvidia_nat_data_flywheel/LICENSE.md (1 hunks)
  • packages/nvidia_nat_data_flywheel/pyproject.toml (1 hunks)
  • packages/nvidia_nat_ingestion/LICENSE-3rd-party.txt (1 hunks)
  • packages/nvidia_nat_ingestion/LICENSE.md (1 hunks)
  • packages/nvidia_nat_ingestion/pyproject.toml (1 hunks)
  • packages/nvidia_nat_langchain/LICENSE-3rd-party.txt (1 hunks)
  • packages/nvidia_nat_langchain/LICENSE.md (1 hunks)
  • packages/nvidia_nat_langchain/pyproject.toml (1 hunks)
  • packages/nvidia_nat_llama_index/LICENSE-3rd-party.txt (1 hunks)
  • packages/nvidia_nat_llama_index/LICENSE.md (1 hunks)
  • packages/nvidia_nat_llama_index/pyproject.toml (1 hunks)
  • packages/nvidia_nat_mcp/LICENSE-3rd-party.txt (1 hunks)
  • packages/nvidia_nat_mcp/LICENSE.md (1 hunks)
  • packages/nvidia_nat_mcp/pyproject.toml (1 hunks)
  • packages/nvidia_nat_mem0ai/LICENSE-3rd-party.txt (1 hunks)
  • packages/nvidia_nat_mem0ai/LICENSE.md (1 hunks)
  • packages/nvidia_nat_mem0ai/pyproject.toml (1 hunks)
  • packages/nvidia_nat_mysql/LICENSE-3rd-party.txt (1 hunks)
  • packages/nvidia_nat_mysql/LICENSE.md (1 hunks)
  • packages/nvidia_nat_mysql/pyproject.toml (1 hunks)
  • packages/nvidia_nat_opentelemetry/LICENSE-3rd-party.txt (1 hunks)
  • packages/nvidia_nat_opentelemetry/LICENSE.md (1 hunks)
  • packages/nvidia_nat_opentelemetry/pyproject.toml (1 hunks)
  • packages/nvidia_nat_phoenix/LICENSE-3rd-party.txt (1 hunks)
  • packages/nvidia_nat_phoenix/LICENSE.md (1 hunks)
  • packages/nvidia_nat_phoenix/pyproject.toml (1 hunks)
  • packages/nvidia_nat_profiling/LICENSE-3rd-party.txt (1 hunks)
  • packages/nvidia_nat_profiling/LICENSE.md (1 hunks)
  • packages/nvidia_nat_profiling/pyproject.toml (1 hunks)
  • packages/nvidia_nat_ragaai/LICENSE-3rd-party.txt (1 hunks)
  • packages/nvidia_nat_ragaai/LICENSE.md (1 hunks)
  • packages/nvidia_nat_ragaai/pyproject.toml (1 hunks)
  • packages/nvidia_nat_redis/LICENSE-3rd-party.txt (1 hunks)
  • packages/nvidia_nat_redis/LICENSE.md (1 hunks)
  • packages/nvidia_nat_redis/pyproject.toml (1 hunks)
  • packages/nvidia_nat_s3/LICENSE-3rd-party.txt (1 hunks)
  • packages/nvidia_nat_s3/LICENSE.md (1 hunks)
  • packages/nvidia_nat_s3/pyproject.toml (1 hunks)
  • packages/nvidia_nat_semantic_kernel/LICENSE-3rd-party.txt (1 hunks)
  • packages/nvidia_nat_semantic_kernel/LICENSE.md (1 hunks)
  • packages/nvidia_nat_semantic_kernel/pyproject.toml (1 hunks)
  • packages/nvidia_nat_test/LICENSE-3rd-party.txt (1 hunks)
  • packages/nvidia_nat_test/LICENSE.md (1 hunks)
  • packages/nvidia_nat_test/pyproject.toml (1 hunks)
  • packages/nvidia_nat_weave/LICENSE-3rd-party.txt (1 hunks)
  • packages/nvidia_nat_weave/LICENSE.md (1 hunks)
  • packages/nvidia_nat_weave/pyproject.toml (1 hunks)
  • packages/nvidia_nat_zep_cloud/LICENSE-3rd-party.txt (1 hunks)
  • packages/nvidia_nat_zep_cloud/LICENSE.md (1 hunks)
  • packages/nvidia_nat_zep_cloud/pyproject.toml (1 hunks)
  • pyproject.toml (1 hunks)
🧰 Additional context used
📓 Path-based instructions (4)
**/*

⚙️ CodeRabbit configuration file

**/*: # Code Review Instructions

  • Ensure the code follows best practices and coding standards. - For Python code, follow
    PEP 20 and
    PEP 8 for style guidelines.
  • Check for security vulnerabilities and potential issues. - Python methods should use type hints for all parameters and return values.
    Example:
    def my_function(param1: int, param2: str) -> bool:
        pass
  • For Python exception handling, ensure proper stack trace preservation:
    • When re-raising exceptions: use bare raise statements to maintain the original stack trace,
      and use logger.error() (not logger.exception()) to avoid duplicate stack trace output.
    • When catching and logging exceptions without re-raising: always use logger.exception()
      to capture the full stack trace information.

Documentation Review Instructions - Verify that documentation and comments are clear and comprehensive. - Verify that the documentation doesn't contain any TODOs, FIXMEs or placeholder text like "lorem ipsum". - Verify that the documentation doesn't contain any offensive or outdated terms. - Verify that documentation and comments are free of spelling mistakes, ensure the documentation doesn't contain any

words listed in the ci/vale/styles/config/vocabularies/nat/reject.txt file, words that might appear to be
spelling mistakes but are listed in the ci/vale/styles/config/vocabularies/nat/accept.txt file are OK.

Misc. - All code (except .mdc files that contain Cursor rules) should be licensed under the Apache License 2.0,

and should contain an Apache License 2.0 header comment at the top of each file.

  • Confirm that copyright years are up-to date whenever a file is changed.

Files:

  • packages/nvidia_nat_mysql/LICENSE.md
  • packages/nvidia_nat_ragaai/pyproject.toml
  • packages/nvidia_nat_llama_index/pyproject.toml
  • packages/nvidia_nat_phoenix/LICENSE-3rd-party.txt
  • packages/nvidia_nat_weave/LICENSE.md
  • packages/nvidia_nat_langchain/LICENSE.md
  • packages/nvidia_nat_ragaai/LICENSE.md
  • packages/nvidia_nat_zep_cloud/pyproject.toml
  • packages/nvidia_nat_opentelemetry/LICENSE.md
  • packages/nvidia_nat_opentelemetry/LICENSE-3rd-party.txt
  • packages/compat/aiqtoolkit_mem0ai/pyproject.toml
  • packages/nvidia_nat_all/LICENSE-3rd-party.txt
  • packages/nvidia_nat_ingestion/LICENSE-3rd-party.txt
  • packages/compat/aiqtoolkit_weave/pyproject.toml
  • packages/nvidia_nat_adk/pyproject.toml
  • packages/nvidia_nat_test/LICENSE-3rd-party.txt
  • packages/nvidia_nat_ragaai/LICENSE-3rd-party.txt
  • packages/nvidia_nat_agno/LICENSE.md
  • packages/nvidia_nat_profiling/LICENSE-3rd-party.txt
  • packages/nvidia_nat_redis/pyproject.toml
  • packages/nvidia_nat_mcp/pyproject.toml
  • packages/nvidia_nat_phoenix/LICENSE.md
  • packages/nvidia_nat_weave/LICENSE-3rd-party.txt
  • packages/nvidia_nat_test/pyproject.toml
  • packages/nvidia_nat_mysql/LICENSE-3rd-party.txt
  • packages/nvidia_nat_s3/LICENSE.md
  • packages/compat/aiqtoolkit_zep_cloud/pyproject.toml
  • packages/nvidia_nat_semantic_kernel/LICENSE-3rd-party.txt
  • packages/nvidia_nat_crewai/LICENSE-3rd-party.txt
  • packages/nvidia_nat_mem0ai/LICENSE.md
  • packages/compat/aiqtoolkit_llama_index/pyproject.toml
  • packages/nvidia_nat_redis/LICENSE-3rd-party.txt
  • packages/nvidia_nat_llama_index/LICENSE-3rd-party.txt
  • packages/nvidia_nat_zep_cloud/LICENSE-3rd-party.txt
  • packages/nvidia_nat_opentelemetry/pyproject.toml
  • packages/nvidia_nat_profiling/LICENSE.md
  • pyproject.toml
  • packages/compat/aiqtoolkit_test/pyproject.toml
  • packages/nvidia_nat_mem0ai/LICENSE-3rd-party.txt
  • packages/compat/aiqtoolkit_semantic_kernel/pyproject.toml
  • packages/nvidia_nat_agno/pyproject.toml
  • packages/nvidia_nat_all/LICENSE.md
  • packages/nvidia_nat_crewai/LICENSE.md
  • packages/nvidia_nat_data_flywheel/pyproject.toml
  • packages/nvidia_nat_semantic_kernel/LICENSE.md
  • packages/nvidia_nat_llama_index/LICENSE.md
  • packages/compat/aiqtoolkit/pyproject.toml
  • packages/compat/aiqtoolkit_agno/pyproject.toml
  • packages/nvidia_nat_agno/LICENSE-3rd-party.txt
  • packages/nvidia_nat_mcp/LICENSE.md
  • packages/nvidia_nat_semantic_kernel/pyproject.toml
  • packages/nvidia_nat_crewai/pyproject.toml
  • packages/nvidia_nat_ingestion/pyproject.toml
  • packages/nvidia_nat_all/pyproject.toml
  • packages/nvidia_nat_redis/LICENSE.md
  • packages/nvidia_nat_ingestion/LICENSE.md
  • packages/nvidia_nat_zep_cloud/LICENSE.md
  • packages/nvidia_nat_mcp/LICENSE-3rd-party.txt
  • packages/nvidia_nat_adk/LICENSE-3rd-party.txt
  • packages/nvidia_nat_data_flywheel/LICENSE-3rd-party.txt
  • packages/nvidia_nat_langchain/LICENSE-3rd-party.txt
  • packages/nvidia_nat_test/LICENSE.md
  • packages/nvidia_nat_adk/LICENSE.md
  • packages/nvidia_nat_s3/pyproject.toml
  • packages/nvidia_nat_langchain/pyproject.toml
  • packages/compat/aiqtoolkit_langchain/pyproject.toml
  • packages/nvidia_nat_mem0ai/pyproject.toml
  • packages/compat/aiqtoolkit_crewai/pyproject.toml
  • packages/nvidia_nat_s3/LICENSE-3rd-party.txt
  • packages/nvidia_nat_profiling/pyproject.toml
  • packages/nvidia_nat_weave/pyproject.toml
  • packages/nvidia_nat_data_flywheel/LICENSE.md
  • packages/nvidia_nat_mysql/pyproject.toml
  • packages/nvidia_nat_phoenix/pyproject.toml
packages/**/*

⚙️ CodeRabbit configuration file

packages/**/*: - This directory contains optional plugin packages for the toolkit, each should contain a pyproject.toml file. - The pyproject.toml file should declare a dependency on nvidia-nat or another package with a name starting
with nvidia-nat-. This dependency should be declared using ~=<version>, and the version should be a two
digit version (ex: ~=1.0).

  • Not all packages contain Python code, if they do they should also contain their own set of tests, in a
    tests/ directory at the same level as the pyproject.toml file.

Files:

  • packages/nvidia_nat_mysql/LICENSE.md
  • packages/nvidia_nat_ragaai/pyproject.toml
  • packages/nvidia_nat_llama_index/pyproject.toml
  • packages/nvidia_nat_phoenix/LICENSE-3rd-party.txt
  • packages/nvidia_nat_weave/LICENSE.md
  • packages/nvidia_nat_langchain/LICENSE.md
  • packages/nvidia_nat_ragaai/LICENSE.md
  • packages/nvidia_nat_zep_cloud/pyproject.toml
  • packages/nvidia_nat_opentelemetry/LICENSE.md
  • packages/nvidia_nat_opentelemetry/LICENSE-3rd-party.txt
  • packages/compat/aiqtoolkit_mem0ai/pyproject.toml
  • packages/nvidia_nat_all/LICENSE-3rd-party.txt
  • packages/nvidia_nat_ingestion/LICENSE-3rd-party.txt
  • packages/compat/aiqtoolkit_weave/pyproject.toml
  • packages/nvidia_nat_adk/pyproject.toml
  • packages/nvidia_nat_test/LICENSE-3rd-party.txt
  • packages/nvidia_nat_ragaai/LICENSE-3rd-party.txt
  • packages/nvidia_nat_agno/LICENSE.md
  • packages/nvidia_nat_profiling/LICENSE-3rd-party.txt
  • packages/nvidia_nat_redis/pyproject.toml
  • packages/nvidia_nat_mcp/pyproject.toml
  • packages/nvidia_nat_phoenix/LICENSE.md
  • packages/nvidia_nat_weave/LICENSE-3rd-party.txt
  • packages/nvidia_nat_test/pyproject.toml
  • packages/nvidia_nat_mysql/LICENSE-3rd-party.txt
  • packages/nvidia_nat_s3/LICENSE.md
  • packages/compat/aiqtoolkit_zep_cloud/pyproject.toml
  • packages/nvidia_nat_semantic_kernel/LICENSE-3rd-party.txt
  • packages/nvidia_nat_crewai/LICENSE-3rd-party.txt
  • packages/nvidia_nat_mem0ai/LICENSE.md
  • packages/compat/aiqtoolkit_llama_index/pyproject.toml
  • packages/nvidia_nat_redis/LICENSE-3rd-party.txt
  • packages/nvidia_nat_llama_index/LICENSE-3rd-party.txt
  • packages/nvidia_nat_zep_cloud/LICENSE-3rd-party.txt
  • packages/nvidia_nat_opentelemetry/pyproject.toml
  • packages/nvidia_nat_profiling/LICENSE.md
  • packages/compat/aiqtoolkit_test/pyproject.toml
  • packages/nvidia_nat_mem0ai/LICENSE-3rd-party.txt
  • packages/compat/aiqtoolkit_semantic_kernel/pyproject.toml
  • packages/nvidia_nat_agno/pyproject.toml
  • packages/nvidia_nat_all/LICENSE.md
  • packages/nvidia_nat_crewai/LICENSE.md
  • packages/nvidia_nat_data_flywheel/pyproject.toml
  • packages/nvidia_nat_semantic_kernel/LICENSE.md
  • packages/nvidia_nat_llama_index/LICENSE.md
  • packages/compat/aiqtoolkit/pyproject.toml
  • packages/compat/aiqtoolkit_agno/pyproject.toml
  • packages/nvidia_nat_agno/LICENSE-3rd-party.txt
  • packages/nvidia_nat_mcp/LICENSE.md
  • packages/nvidia_nat_semantic_kernel/pyproject.toml
  • packages/nvidia_nat_crewai/pyproject.toml
  • packages/nvidia_nat_ingestion/pyproject.toml
  • packages/nvidia_nat_all/pyproject.toml
  • packages/nvidia_nat_redis/LICENSE.md
  • packages/nvidia_nat_ingestion/LICENSE.md
  • packages/nvidia_nat_zep_cloud/LICENSE.md
  • packages/nvidia_nat_mcp/LICENSE-3rd-party.txt
  • packages/nvidia_nat_adk/LICENSE-3rd-party.txt
  • packages/nvidia_nat_data_flywheel/LICENSE-3rd-party.txt
  • packages/nvidia_nat_langchain/LICENSE-3rd-party.txt
  • packages/nvidia_nat_test/LICENSE.md
  • packages/nvidia_nat_adk/LICENSE.md
  • packages/nvidia_nat_s3/pyproject.toml
  • packages/nvidia_nat_langchain/pyproject.toml
  • packages/compat/aiqtoolkit_langchain/pyproject.toml
  • packages/nvidia_nat_mem0ai/pyproject.toml
  • packages/compat/aiqtoolkit_crewai/pyproject.toml
  • packages/nvidia_nat_s3/LICENSE-3rd-party.txt
  • packages/nvidia_nat_profiling/pyproject.toml
  • packages/nvidia_nat_weave/pyproject.toml
  • packages/nvidia_nat_data_flywheel/LICENSE.md
  • packages/nvidia_nat_mysql/pyproject.toml
  • packages/nvidia_nat_phoenix/pyproject.toml
packages/*/pyproject.toml

📄 CodeRabbit inference engine (.cursor/rules/general.mdc)

packages/*/pyproject.toml: Each package must contain a pyproject.toml
In packages, declare a dependency on nvidia-nat or packages starting with nvidia-nat-
Use ~= version constraints (e.g., ~=1.0) for dependencies

Files:

  • packages/nvidia_nat_ragaai/pyproject.toml
  • packages/nvidia_nat_llama_index/pyproject.toml
  • packages/nvidia_nat_zep_cloud/pyproject.toml
  • packages/nvidia_nat_adk/pyproject.toml
  • packages/nvidia_nat_redis/pyproject.toml
  • packages/nvidia_nat_mcp/pyproject.toml
  • packages/nvidia_nat_test/pyproject.toml
  • packages/nvidia_nat_opentelemetry/pyproject.toml
  • packages/nvidia_nat_agno/pyproject.toml
  • packages/nvidia_nat_data_flywheel/pyproject.toml
  • packages/nvidia_nat_semantic_kernel/pyproject.toml
  • packages/nvidia_nat_crewai/pyproject.toml
  • packages/nvidia_nat_ingestion/pyproject.toml
  • packages/nvidia_nat_all/pyproject.toml
  • packages/nvidia_nat_s3/pyproject.toml
  • packages/nvidia_nat_langchain/pyproject.toml
  • packages/nvidia_nat_mem0ai/pyproject.toml
  • packages/nvidia_nat_profiling/pyproject.toml
  • packages/nvidia_nat_weave/pyproject.toml
  • packages/nvidia_nat_mysql/pyproject.toml
  • packages/nvidia_nat_phoenix/pyproject.toml
{packages/*/pyproject.toml,uv.lock}

📄 CodeRabbit inference engine (.cursor/rules/general.mdc)

Add new dependencies to both pyproject.toml (alphabetically) and uv.lock via uv pip install --sync

Files:

  • packages/nvidia_nat_ragaai/pyproject.toml
  • packages/nvidia_nat_llama_index/pyproject.toml
  • packages/nvidia_nat_zep_cloud/pyproject.toml
  • packages/nvidia_nat_adk/pyproject.toml
  • packages/nvidia_nat_redis/pyproject.toml
  • packages/nvidia_nat_mcp/pyproject.toml
  • packages/nvidia_nat_test/pyproject.toml
  • packages/nvidia_nat_opentelemetry/pyproject.toml
  • packages/nvidia_nat_agno/pyproject.toml
  • packages/nvidia_nat_data_flywheel/pyproject.toml
  • packages/nvidia_nat_semantic_kernel/pyproject.toml
  • packages/nvidia_nat_crewai/pyproject.toml
  • packages/nvidia_nat_ingestion/pyproject.toml
  • packages/nvidia_nat_all/pyproject.toml
  • packages/nvidia_nat_s3/pyproject.toml
  • packages/nvidia_nat_langchain/pyproject.toml
  • packages/nvidia_nat_mem0ai/pyproject.toml
  • packages/nvidia_nat_profiling/pyproject.toml
  • packages/nvidia_nat_weave/pyproject.toml
  • packages/nvidia_nat_mysql/pyproject.toml
  • packages/nvidia_nat_phoenix/pyproject.toml
🧠 Learnings (2)
📚 Learning: 2025-09-23T18:39:15.023Z
Learnt from: CR
PR: NVIDIA/NeMo-Agent-Toolkit#0
File: .cursor/rules/general.mdc:0-0
Timestamp: 2025-09-23T18:39:15.023Z
Learning: Applies to LICENSE-3rd-party.txt : Maintain third-party licenses for binary assets when required

Applied to files:

  • packages/nvidia_nat_phoenix/LICENSE-3rd-party.txt
  • packages/nvidia_nat_opentelemetry/LICENSE-3rd-party.txt
  • packages/nvidia_nat_all/LICENSE-3rd-party.txt
  • packages/nvidia_nat_ingestion/LICENSE-3rd-party.txt
  • packages/nvidia_nat_test/LICENSE-3rd-party.txt
  • packages/nvidia_nat_ragaai/LICENSE-3rd-party.txt
  • packages/nvidia_nat_profiling/LICENSE-3rd-party.txt
  • packages/nvidia_nat_weave/LICENSE-3rd-party.txt
  • packages/nvidia_nat_mysql/LICENSE-3rd-party.txt
  • packages/nvidia_nat_semantic_kernel/LICENSE-3rd-party.txt
  • packages/nvidia_nat_crewai/LICENSE-3rd-party.txt
  • packages/nvidia_nat_redis/LICENSE-3rd-party.txt
  • packages/nvidia_nat_llama_index/LICENSE-3rd-party.txt
  • packages/nvidia_nat_zep_cloud/LICENSE-3rd-party.txt
  • packages/nvidia_nat_mem0ai/LICENSE-3rd-party.txt
  • packages/nvidia_nat_agno/LICENSE-3rd-party.txt
  • packages/nvidia_nat_mcp/LICENSE-3rd-party.txt
  • packages/nvidia_nat_adk/LICENSE-3rd-party.txt
  • packages/nvidia_nat_data_flywheel/LICENSE-3rd-party.txt
  • packages/nvidia_nat_langchain/LICENSE-3rd-party.txt
  • packages/nvidia_nat_s3/LICENSE-3rd-party.txt
📚 Learning: 2025-09-23T18:39:15.023Z
Learnt from: CR
PR: NVIDIA/NeMo-Agent-Toolkit#0
File: .cursor/rules/general.mdc:0-0
Timestamp: 2025-09-23T18:39:15.023Z
Learning: Applies to packages/*/pyproject.toml : In packages, declare a dependency on nvidia-nat or packages starting with nvidia-nat-

Applied to files:

  • packages/compat/aiqtoolkit_mem0ai/pyproject.toml
  • packages/compat/aiqtoolkit_weave/pyproject.toml
  • packages/nvidia_nat_adk/pyproject.toml
  • packages/nvidia_nat_test/pyproject.toml
  • packages/compat/aiqtoolkit_zep_cloud/pyproject.toml
  • packages/compat/aiqtoolkit_llama_index/pyproject.toml
  • packages/compat/aiqtoolkit_test/pyproject.toml
  • packages/compat/aiqtoolkit_semantic_kernel/pyproject.toml
  • packages/nvidia_nat_agno/pyproject.toml
  • packages/nvidia_nat_data_flywheel/pyproject.toml
  • packages/compat/aiqtoolkit/pyproject.toml
  • packages/compat/aiqtoolkit_agno/pyproject.toml
  • packages/nvidia_nat_ingestion/pyproject.toml
  • packages/nvidia_nat_all/pyproject.toml
  • packages/nvidia_nat_s3/pyproject.toml
  • packages/nvidia_nat_langchain/pyproject.toml
  • packages/compat/aiqtoolkit_crewai/pyproject.toml
  • packages/nvidia_nat_profiling/pyproject.toml
  • packages/nvidia_nat_mysql/pyproject.toml
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
  • GitHub Check: CI Pipeline / Check
🔇 Additional comments (8)
packages/compat/aiqtoolkit/pyproject.toml (1)

15-15: License metadata format change looks good.

Switching to { text = "Apache-2.0" } aligns with the packaging goal for this PR.

packages/compat/aiqtoolkit_zep_cloud/pyproject.toml (1)

15-15: Metadata update acknowledged.

Consistent with the repository-wide license metadata change; looks good.

packages/nvidia_nat_redis/pyproject.toml (1)

30-30: Redis package metadata update looks correct.

License field conversion matches the intended PyPI metadata fix.

pyproject.toml (1)

57-57: Top-level license metadata change confirmed.

This keeps the root package aligned with the new { text = ... } convention and meets the PR objective.

packages/nvidia_nat_s3/pyproject.toml (1)

30-30: S3 package license metadata update verified.

Matches the intended formatting shift; all good.

packages/nvidia_nat_phoenix/pyproject.toml (1)

30-30: Phoenix package metadata matches new pattern.

Change mirrors the rest of the workspace; nothing else needed.

packages/nvidia_nat_data_flywheel/pyproject.toml (1)

30-30: Data Flywheel metadata update confirmed.

Consistent with the repo-wide license metadata adjustments.

packages/nvidia_nat_ingestion/pyproject.toml (1)

30-30: Ingestion package license field change looks good.

Follows the standardized { text = "Apache-2.0" } format; no issues spotted.

Signed-off-by: David Gardner <dagardner@nvidia.com>
Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 1

📜 Review details

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between d77f6de and cc6f096.

📒 Files selected for processing (1)
  • ci/scripts/documentation_checks.sh (1 hunks)
🧰 Additional context used
📓 Path-based instructions (2)
{scripts/**,ci/scripts/**}

📄 CodeRabbit inference engine (.cursor/rules/general.mdc)

Shell or utility scripts belong in scripts/ or ci/scripts/ and must not be mixed with library code

Files:

  • ci/scripts/documentation_checks.sh
**/*

⚙️ CodeRabbit configuration file

**/*: # Code Review Instructions

  • Ensure the code follows best practices and coding standards. - For Python code, follow
    PEP 20 and
    PEP 8 for style guidelines.
  • Check for security vulnerabilities and potential issues. - Python methods should use type hints for all parameters and return values.
    Example:
    def my_function(param1: int, param2: str) -> bool:
        pass
  • For Python exception handling, ensure proper stack trace preservation:
    • When re-raising exceptions: use bare raise statements to maintain the original stack trace,
      and use logger.error() (not logger.exception()) to avoid duplicate stack trace output.
    • When catching and logging exceptions without re-raising: always use logger.exception()
      to capture the full stack trace information.

Documentation Review Instructions - Verify that documentation and comments are clear and comprehensive. - Verify that the documentation doesn't contain any TODOs, FIXMEs or placeholder text like "lorem ipsum". - Verify that the documentation doesn't contain any offensive or outdated terms. - Verify that documentation and comments are free of spelling mistakes, ensure the documentation doesn't contain any

words listed in the ci/vale/styles/config/vocabularies/nat/reject.txt file, words that might appear to be
spelling mistakes but are listed in the ci/vale/styles/config/vocabularies/nat/accept.txt file are OK.

Misc. - All code (except .mdc files that contain Cursor rules) should be licensed under the Apache License 2.0,

and should contain an Apache License 2.0 header comment at the top of each file.

  • Confirm that copyright years are up-to date whenever a file is changed.

Files:

  • ci/scripts/documentation_checks.sh
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
  • GitHub Check: CI Pipeline / Check

dagardner-nv and others added 2 commits October 8, 2025 16:15
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Signed-off-by: David Gardner <96306125+dagardner-nv@users.noreply.github.com>
Signed-off-by: David Gardner <dagardner@nvidia.com>
@dagardner-nv
Copy link
Contributor Author

/merge

@rapids-bot rapids-bot bot merged commit 849719f into NVIDIA:release/1.3 Oct 8, 2025
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working non-breaking Non-breaking change

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants