Skip to content

Conversation

@ericevans-nv
Copy link
Contributor

@ericevans-nv ericevans-nv commented Oct 6, 2025

Description

This PR implements comprehensive security enhancements including server-side input validation, protection against parameter injection attacks, and proper OpenAI chat completions request handling.

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 docs version 1.4 and preserved 1.3 as a separate entry in the version selector.
  • Chores

    • Upgraded nvidia-nat dependency from ~=1.3 to ~=1.4 across examples and packages, including extras such as langchain, mcp, ingestion, profiling, telemetry, adk, agno, crewai, llama-index, mem0ai, weave, semantic-kernel, openai, mysql, redis, s3, phoenix, ragaai, zep-cloud, litellm, and async endpoints/gunicorn.
    • Updated UI submodule reference to the latest commit.

dagardner-nv and others added 8 commits September 30, 2025 09:12
Signed-off-by: David Gardner <[email protected]>
Forward-merge triggered by push to release/1.3 that creates a PR to keep
develop up-to-date. If this PR is unable to be immediately merged due to
conflicts, it will remain open for the team to manually merge. See
[forward-merger
docs](https://docs.rapids.ai/maintainers/forward-merger/) for more info.
Forward-merge triggered by push to release/1.3 that creates a PR to keep
develop up-to-date. If this PR is unable to be immediately merged due to
conflicts, it will remain open for the team to manually merge. See
[forward-merger
docs](https://docs.rapids.ai/maintainers/forward-merger/) for more info.
## Description

This is a manual forward merge of NVIDIA#895 due to merge conflicts

Closes NVIDIA#895 

## By Submitting this PR I confirm:
- I am familiar with the [Contributing
Guidelines](https://github.com/NVIDIA/NeMo-Agent-Toolkit/blob/develop/docs/source/resources/contributing.md).
- 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.


<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

- New Features
- MCP: session-aware client, configurable token storage (incl. object
stores), new client config; deprecated legacy mcp_tool.
- Observability: workflow run/trace IDs, traceparent/header ingestion,
enriched span attribution.
- Agents/CLI: usage metrics in responses; improved workflow scaffolding
with prerelease-aware installs and updated templates.
  - Docker: build args for Python/UV/NAT across images.

- Documentation
- Overhauled notebooks (new Getting Started/BYO Agent/Tools &
Agents/Observability; removed older notebooks).
  - Expanded CLI reference (MCP, Object Store, Optimize, GPU sizing).
  - Secure token storage guide; install extras; contributor ulimit note.

- Refactor
- Chat models: typed roles, split choices (streaming vs non-streaming),
updated defaults.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
…ompletion request up to spec.

Signed-off-by: Eric Evans <[email protected]>
@ericevans-nv ericevans-nv self-assigned this Oct 6, 2025
@ericevans-nv ericevans-nv requested a review from a team as a code owner October 6, 2025 23:28
@ericevans-nv ericevans-nv added improvement Improvement to existing functionality non-breaking Non-breaking change labels Oct 6, 2025
@coderabbitai
Copy link

coderabbitai bot commented Oct 6, 2025

Walkthrough

Bumps nvidia-nat dependency constraints from ~=1.3 to ~=1.4 across examples and packages. Updates docs version listing to add 1.4 and retain 1.3. Refreshes a UI submodule reference to a new commit. No code logic changes shown; edits are version pins and documentation metadata.

Changes

Cohort / File(s) Summary
Docs versioning
docs/source/versions1.json
Updated first entry to version "1.4" with url "../1.4/"; inserted new "1.3" entry with url "../1.3/".
Examples: dependency bumps
examples/*/*/pyproject.toml, examples/*/*/*/pyproject.toml, examples/.../simple_web_query/pyproject.toml
Updated nvidia-nat dependency constraints from ~=1.3 to ~=1.4 across various extras (e.g., langchain, telemetry, ingestion, mem0ai, profiling, weave, adk, mcp). No other configuration changes.
Compat packages: dependency bumps
packages/compat/*/pyproject.toml
Bumped nvidia-nat extras from ~=1.3 to ~=1.4 across compat packages (agno, crewai, langchain, llama-index, mem0ai, semantic-kernel, test, weave, zep-cloud).
nvidia_nat packages: dependency bumps
packages/nvidia_nat*/pyproject.toml
Raised nvidia-nat (and extras) constraints from ~=1.3 to ~=1.4 for subpackages (adk, agno, all, crewai, data_flywheel, ingestion, langchain, llama_index, mcp, mem0ai, mysql, opentelemetry, phoenix, profiling, ragaai, redis, s3, semantic_kernel, test, weave, zep_cloud). Minor extras reordering in some files.
Submodule update
external/nat-ui
Submodule pointer advanced from 16be996 to e1ed94e.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

Possibly related PRs

Pre-merge checks and finishing touches

Important

Pre-merge checks failed

Please resolve all errors before merging. Addressing warnings is optional.

❌ Failed checks (1 error)
Check name Status Explanation Resolution
Title Check ❌ Error The title “UI submodule update” is a noun phrase rather than an imperative command and only reflects one facet of the changes, ignoring the widespread dependency version bumps and JSON version update, so it does not accurately or fully describe the pull request’s scope. Rename the title to an imperative mood statement under 72 characters that clearly summarizes all major changes, for example “Update nvidia-nat dependencies to 1.4 and refresh UI submodule.”
✅ Passed checks (2 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Docstring Coverage ✅ Passed No functions found in the changes. Docstring coverage check skipped.
✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment

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: 0

🧹 Nitpick comments (1)
examples/frameworks/agno_personal_finance/pyproject.toml (1)

13-14: Consolidate the repeated nvidia-nat requirement.

Listing the same distribution twice just to toggle extras is redundant; pip already unifies extras across entries. Collapse this to a single spec for clarity and easier maintenance.

-   "nvidia-nat[agno]~=1.4",
-   "nvidia-nat[litellm,openai]~=1.4",
+   "nvidia-nat[agno,litellm,openai]~=1.4",
📜 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 62c05b5 and 1e6e2b2.

📒 Files selected for processing (59)
  • docs/source/versions1.json (1 hunks)
  • examples/HITL/por_to_jiratickets/pyproject.toml (1 hunks)
  • examples/HITL/simple_calculator_hitl/pyproject.toml (1 hunks)
  • examples/MCP/simple_auth_mcp/pyproject.toml (1 hunks)
  • examples/MCP/simple_calculator_mcp/pyproject.toml (1 hunks)
  • examples/RAG/simple_rag/pyproject.toml (1 hunks)
  • examples/advanced_agents/alert_triage_agent/pyproject.toml (1 hunks)
  • examples/advanced_agents/profiler_agent/pyproject.toml (1 hunks)
  • examples/control_flow/router_agent/pyproject.toml (1 hunks)
  • examples/control_flow/sequential_executor/pyproject.toml (1 hunks)
  • examples/custom_functions/automated_description_generation/pyproject.toml (1 hunks)
  • examples/custom_functions/plot_charts/pyproject.toml (1 hunks)
  • examples/documentation_guides/workflows/text_file_ingest/pyproject.toml (1 hunks)
  • examples/evaluation_and_profiling/email_phishing_analyzer/pyproject.toml (1 hunks)
  • examples/evaluation_and_profiling/simple_calculator_eval/pyproject.toml (1 hunks)
  • examples/evaluation_and_profiling/simple_web_query_eval/pyproject.toml (1 hunks)
  • examples/evaluation_and_profiling/swe_bench/pyproject.toml (1 hunks)
  • examples/frameworks/adk_demo/pyproject.toml (1 hunks)
  • examples/frameworks/agno_personal_finance/pyproject.toml (1 hunks)
  • examples/frameworks/semantic_kernel_demo/pyproject.toml (1 hunks)
  • examples/front_ends/simple_auth/pyproject.toml (1 hunks)
  • examples/front_ends/simple_calculator_custom_routes/pyproject.toml (1 hunks)
  • examples/getting_started/simple_calculator/pyproject.toml (1 hunks)
  • examples/getting_started/simple_web_query/pyproject.toml (1 hunks)
  • examples/object_store/user_report/pyproject.toml (1 hunks)
  • examples/observability/redact_pii/pyproject.toml (1 hunks)
  • examples/observability/simple_calculator_observability/pyproject.toml (1 hunks)
  • external/nat-ui (1 hunks)
  • 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/pyproject.toml (1 hunks)
  • packages/nvidia_nat_agno/pyproject.toml (1 hunks)
  • packages/nvidia_nat_all/pyproject.toml (1 hunks)
  • packages/nvidia_nat_crewai/pyproject.toml (1 hunks)
  • packages/nvidia_nat_data_flywheel/pyproject.toml (1 hunks)
  • packages/nvidia_nat_ingestion/pyproject.toml (1 hunks)
  • packages/nvidia_nat_langchain/pyproject.toml (1 hunks)
  • packages/nvidia_nat_llama_index/pyproject.toml (1 hunks)
  • packages/nvidia_nat_mcp/pyproject.toml (1 hunks)
  • packages/nvidia_nat_mem0ai/pyproject.toml (1 hunks)
  • packages/nvidia_nat_mysql/pyproject.toml (1 hunks)
  • packages/nvidia_nat_opentelemetry/pyproject.toml (1 hunks)
  • packages/nvidia_nat_phoenix/pyproject.toml (1 hunks)
  • packages/nvidia_nat_profiling/pyproject.toml (1 hunks)
  • packages/nvidia_nat_ragaai/pyproject.toml (1 hunks)
  • packages/nvidia_nat_redis/pyproject.toml (1 hunks)
  • packages/nvidia_nat_s3/pyproject.toml (1 hunks)
  • packages/nvidia_nat_semantic_kernel/pyproject.toml (1 hunks)
  • packages/nvidia_nat_test/pyproject.toml (1 hunks)
  • packages/nvidia_nat_weave/pyproject.toml (1 hunks)
  • packages/nvidia_nat_zep_cloud/pyproject.toml (1 hunks)
🧰 Additional context used
📓 Path-based instructions (6)
**/*

⚙️ 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:

  • examples/evaluation_and_profiling/email_phishing_analyzer/pyproject.toml
  • packages/nvidia_nat_adk/pyproject.toml
  • packages/nvidia_nat_mysql/pyproject.toml
  • packages/nvidia_nat_crewai/pyproject.toml
  • examples/MCP/simple_auth_mcp/pyproject.toml
  • examples/front_ends/simple_auth/pyproject.toml
  • examples/control_flow/sequential_executor/pyproject.toml
  • examples/HITL/simple_calculator_hitl/pyproject.toml
  • packages/nvidia_nat_mem0ai/pyproject.toml
  • external/nat-ui
  • packages/nvidia_nat_test/pyproject.toml
  • examples/advanced_agents/alert_triage_agent/pyproject.toml
  • packages/nvidia_nat_ingestion/pyproject.toml
  • packages/nvidia_nat_redis/pyproject.toml
  • packages/compat/aiqtoolkit_semantic_kernel/pyproject.toml
  • packages/compat/aiqtoolkit_agno/pyproject.toml
  • packages/nvidia_nat_all/pyproject.toml
  • examples/observability/redact_pii/pyproject.toml
  • examples/getting_started/simple_web_query/pyproject.toml
  • examples/MCP/simple_calculator_mcp/pyproject.toml
  • packages/nvidia_nat_ragaai/pyproject.toml
  • examples/custom_functions/automated_description_generation/pyproject.toml
  • examples/custom_functions/plot_charts/pyproject.toml
  • packages/nvidia_nat_opentelemetry/pyproject.toml
  • packages/compat/aiqtoolkit_crewai/pyproject.toml
  • packages/nvidia_nat_data_flywheel/pyproject.toml
  • examples/evaluation_and_profiling/simple_web_query_eval/pyproject.toml
  • packages/nvidia_nat_agno/pyproject.toml
  • packages/compat/aiqtoolkit/pyproject.toml
  • packages/nvidia_nat_llama_index/pyproject.toml
  • packages/compat/aiqtoolkit_zep_cloud/pyproject.toml
  • packages/nvidia_nat_weave/pyproject.toml
  • packages/nvidia_nat_langchain/pyproject.toml
  • examples/frameworks/semantic_kernel_demo/pyproject.toml
  • examples/evaluation_and_profiling/swe_bench/pyproject.toml
  • packages/compat/aiqtoolkit_llama_index/pyproject.toml
  • docs/source/versions1.json
  • examples/frameworks/adk_demo/pyproject.toml
  • packages/nvidia_nat_phoenix/pyproject.toml
  • packages/nvidia_nat_profiling/pyproject.toml
  • examples/documentation_guides/workflows/text_file_ingest/pyproject.toml
  • examples/front_ends/simple_calculator_custom_routes/pyproject.toml
  • examples/control_flow/router_agent/pyproject.toml
  • packages/compat/aiqtoolkit_langchain/pyproject.toml
  • packages/nvidia_nat_zep_cloud/pyproject.toml
  • packages/nvidia_nat_s3/pyproject.toml
  • examples/frameworks/agno_personal_finance/pyproject.toml
  • examples/observability/simple_calculator_observability/pyproject.toml
  • packages/compat/aiqtoolkit_weave/pyproject.toml
  • examples/object_store/user_report/pyproject.toml
  • examples/evaluation_and_profiling/simple_calculator_eval/pyproject.toml
  • examples/getting_started/simple_calculator/pyproject.toml
  • examples/HITL/por_to_jiratickets/pyproject.toml
  • examples/advanced_agents/profiler_agent/pyproject.toml
  • packages/nvidia_nat_semantic_kernel/pyproject.toml
  • packages/compat/aiqtoolkit_test/pyproject.toml
  • packages/nvidia_nat_mcp/pyproject.toml
  • packages/compat/aiqtoolkit_mem0ai/pyproject.toml
  • examples/RAG/simple_rag/pyproject.toml
examples/**/*

⚙️ CodeRabbit configuration file

examples/**/*: - This directory contains example code and usage scenarios for the toolkit, at a minimum an example should
contain a README.md or file README.ipynb.

  • If an example contains Python code, it should be placed in a subdirectory named src/ and should
    contain a pyproject.toml file. Optionally, it might also contain scripts in a scripts/ directory.
  • If an example contains YAML files, they should be placed in a subdirectory named configs/. - If an example contains sample data files, they should be placed in a subdirectory named data/, and should
    be checked into git-lfs.

Files:

  • examples/evaluation_and_profiling/email_phishing_analyzer/pyproject.toml
  • examples/MCP/simple_auth_mcp/pyproject.toml
  • examples/front_ends/simple_auth/pyproject.toml
  • examples/control_flow/sequential_executor/pyproject.toml
  • examples/HITL/simple_calculator_hitl/pyproject.toml
  • examples/advanced_agents/alert_triage_agent/pyproject.toml
  • examples/observability/redact_pii/pyproject.toml
  • examples/getting_started/simple_web_query/pyproject.toml
  • examples/MCP/simple_calculator_mcp/pyproject.toml
  • examples/custom_functions/automated_description_generation/pyproject.toml
  • examples/custom_functions/plot_charts/pyproject.toml
  • examples/evaluation_and_profiling/simple_web_query_eval/pyproject.toml
  • examples/frameworks/semantic_kernel_demo/pyproject.toml
  • examples/evaluation_and_profiling/swe_bench/pyproject.toml
  • examples/frameworks/adk_demo/pyproject.toml
  • examples/documentation_guides/workflows/text_file_ingest/pyproject.toml
  • examples/front_ends/simple_calculator_custom_routes/pyproject.toml
  • examples/control_flow/router_agent/pyproject.toml
  • examples/frameworks/agno_personal_finance/pyproject.toml
  • examples/observability/simple_calculator_observability/pyproject.toml
  • examples/object_store/user_report/pyproject.toml
  • examples/evaluation_and_profiling/simple_calculator_eval/pyproject.toml
  • examples/getting_started/simple_calculator/pyproject.toml
  • examples/HITL/por_to_jiratickets/pyproject.toml
  • examples/advanced_agents/profiler_agent/pyproject.toml
  • examples/RAG/simple_rag/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_adk/pyproject.toml
  • packages/nvidia_nat_mysql/pyproject.toml
  • packages/nvidia_nat_crewai/pyproject.toml
  • packages/nvidia_nat_mem0ai/pyproject.toml
  • packages/nvidia_nat_test/pyproject.toml
  • packages/nvidia_nat_ingestion/pyproject.toml
  • packages/nvidia_nat_redis/pyproject.toml
  • packages/nvidia_nat_all/pyproject.toml
  • packages/nvidia_nat_ragaai/pyproject.toml
  • packages/nvidia_nat_opentelemetry/pyproject.toml
  • packages/nvidia_nat_data_flywheel/pyproject.toml
  • packages/nvidia_nat_agno/pyproject.toml
  • packages/nvidia_nat_llama_index/pyproject.toml
  • packages/nvidia_nat_weave/pyproject.toml
  • packages/nvidia_nat_langchain/pyproject.toml
  • packages/nvidia_nat_phoenix/pyproject.toml
  • packages/nvidia_nat_profiling/pyproject.toml
  • packages/nvidia_nat_zep_cloud/pyproject.toml
  • packages/nvidia_nat_s3/pyproject.toml
  • packages/nvidia_nat_semantic_kernel/pyproject.toml
  • packages/nvidia_nat_mcp/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_adk/pyproject.toml
  • packages/nvidia_nat_mysql/pyproject.toml
  • packages/nvidia_nat_crewai/pyproject.toml
  • packages/nvidia_nat_mem0ai/pyproject.toml
  • packages/nvidia_nat_test/pyproject.toml
  • packages/nvidia_nat_ingestion/pyproject.toml
  • packages/nvidia_nat_redis/pyproject.toml
  • packages/nvidia_nat_all/pyproject.toml
  • packages/nvidia_nat_ragaai/pyproject.toml
  • packages/nvidia_nat_opentelemetry/pyproject.toml
  • packages/nvidia_nat_data_flywheel/pyproject.toml
  • packages/nvidia_nat_agno/pyproject.toml
  • packages/nvidia_nat_llama_index/pyproject.toml
  • packages/nvidia_nat_weave/pyproject.toml
  • packages/nvidia_nat_langchain/pyproject.toml
  • packages/nvidia_nat_phoenix/pyproject.toml
  • packages/nvidia_nat_profiling/pyproject.toml
  • packages/nvidia_nat_zep_cloud/pyproject.toml
  • packages/nvidia_nat_s3/pyproject.toml
  • packages/nvidia_nat_semantic_kernel/pyproject.toml
  • packages/nvidia_nat_mcp/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_adk/pyproject.toml
  • packages/nvidia_nat_mysql/pyproject.toml
  • packages/nvidia_nat_crewai/pyproject.toml
  • packages/nvidia_nat_mem0ai/pyproject.toml
  • packages/nvidia_nat_test/pyproject.toml
  • packages/nvidia_nat_ingestion/pyproject.toml
  • packages/nvidia_nat_redis/pyproject.toml
  • packages/compat/aiqtoolkit_semantic_kernel/pyproject.toml
  • packages/compat/aiqtoolkit_agno/pyproject.toml
  • packages/nvidia_nat_all/pyproject.toml
  • packages/nvidia_nat_ragaai/pyproject.toml
  • packages/nvidia_nat_opentelemetry/pyproject.toml
  • packages/compat/aiqtoolkit_crewai/pyproject.toml
  • packages/nvidia_nat_data_flywheel/pyproject.toml
  • packages/nvidia_nat_agno/pyproject.toml
  • packages/compat/aiqtoolkit/pyproject.toml
  • packages/nvidia_nat_llama_index/pyproject.toml
  • packages/compat/aiqtoolkit_zep_cloud/pyproject.toml
  • packages/nvidia_nat_weave/pyproject.toml
  • packages/nvidia_nat_langchain/pyproject.toml
  • packages/compat/aiqtoolkit_llama_index/pyproject.toml
  • packages/nvidia_nat_phoenix/pyproject.toml
  • packages/nvidia_nat_profiling/pyproject.toml
  • packages/compat/aiqtoolkit_langchain/pyproject.toml
  • packages/nvidia_nat_zep_cloud/pyproject.toml
  • packages/nvidia_nat_s3/pyproject.toml
  • packages/compat/aiqtoolkit_weave/pyproject.toml
  • packages/nvidia_nat_semantic_kernel/pyproject.toml
  • packages/compat/aiqtoolkit_test/pyproject.toml
  • packages/nvidia_nat_mcp/pyproject.toml
  • packages/compat/aiqtoolkit_mem0ai/pyproject.toml
docs/source/**/*

⚙️ CodeRabbit configuration file

This directory contains the source code for the documentation. All documentation should be written in Markdown format. Any image files should be placed in the docs/source/_static directory.

Files:

  • docs/source/versions1.json
🧠 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 packages/*/pyproject.toml : In packages, declare a dependency on nvidia-nat or packages starting with nvidia-nat-

Applied to files:

  • packages/nvidia_nat_adk/pyproject.toml
  • packages/nvidia_nat_mysql/pyproject.toml
  • packages/nvidia_nat_crewai/pyproject.toml
  • examples/MCP/simple_auth_mcp/pyproject.toml
  • examples/front_ends/simple_auth/pyproject.toml
  • examples/control_flow/sequential_executor/pyproject.toml
  • examples/HITL/simple_calculator_hitl/pyproject.toml
  • packages/nvidia_nat_mem0ai/pyproject.toml
  • packages/nvidia_nat_test/pyproject.toml
  • packages/nvidia_nat_ingestion/pyproject.toml
  • packages/nvidia_nat_redis/pyproject.toml
  • packages/compat/aiqtoolkit_semantic_kernel/pyproject.toml
  • packages/compat/aiqtoolkit_agno/pyproject.toml
  • packages/nvidia_nat_all/pyproject.toml
  • examples/observability/redact_pii/pyproject.toml
  • examples/getting_started/simple_web_query/pyproject.toml
  • examples/MCP/simple_calculator_mcp/pyproject.toml
  • packages/nvidia_nat_ragaai/pyproject.toml
  • examples/custom_functions/automated_description_generation/pyproject.toml
  • examples/custom_functions/plot_charts/pyproject.toml
  • packages/nvidia_nat_opentelemetry/pyproject.toml
  • packages/compat/aiqtoolkit_crewai/pyproject.toml
  • packages/nvidia_nat_data_flywheel/pyproject.toml
  • examples/evaluation_and_profiling/simple_web_query_eval/pyproject.toml
  • packages/nvidia_nat_agno/pyproject.toml
  • packages/compat/aiqtoolkit/pyproject.toml
  • packages/nvidia_nat_llama_index/pyproject.toml
  • packages/nvidia_nat_weave/pyproject.toml
  • packages/nvidia_nat_langchain/pyproject.toml
  • examples/frameworks/semantic_kernel_demo/pyproject.toml
  • examples/evaluation_and_profiling/swe_bench/pyproject.toml
  • packages/nvidia_nat_phoenix/pyproject.toml
  • packages/nvidia_nat_profiling/pyproject.toml
  • examples/documentation_guides/workflows/text_file_ingest/pyproject.toml
  • examples/front_ends/simple_calculator_custom_routes/pyproject.toml
  • examples/control_flow/router_agent/pyproject.toml
  • packages/compat/aiqtoolkit_langchain/pyproject.toml
  • packages/nvidia_nat_zep_cloud/pyproject.toml
  • packages/nvidia_nat_s3/pyproject.toml
  • examples/frameworks/agno_personal_finance/pyproject.toml
  • examples/observability/simple_calculator_observability/pyproject.toml
  • packages/compat/aiqtoolkit_weave/pyproject.toml
  • examples/evaluation_and_profiling/simple_calculator_eval/pyproject.toml
  • examples/getting_started/simple_calculator/pyproject.toml
  • examples/HITL/por_to_jiratickets/pyproject.toml
  • examples/advanced_agents/profiler_agent/pyproject.toml
  • packages/nvidia_nat_semantic_kernel/pyproject.toml
  • packages/compat/aiqtoolkit_test/pyproject.toml
  • packages/nvidia_nat_mcp/pyproject.toml
  • packages/compat/aiqtoolkit_mem0ai/pyproject.toml
  • examples/RAG/simple_rag/pyproject.toml
📚 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 : Use ~=<two-digit> version constraints (e.g., ~=1.0) for dependencies

Applied to files:

  • packages/nvidia_nat_ragaai/pyproject.toml
  • packages/nvidia_nat_phoenix/pyproject.toml
  • packages/nvidia_nat_mcp/pyproject.toml
🔇 Additional comments (5)
packages/nvidia_nat_profiling/pyproject.toml (1)

23-23: Dependency bump looks good.

Version pin follows the required ~= two-digit constraint and keeps the list sorted. No further action needed.

examples/frameworks/adk_demo/pyproject.toml (1)

17-20: Dependency bump looks good.

nvidia-nat[adk] constraint updated cleanly to 1.4 with no collateral changes. 👍

examples/evaluation_and_profiling/simple_web_query_eval/pyproject.toml (1)

13-15: Dependency bump looks good.

The upgrade to nvidia-nat[langchain,profiling]~=1.4 is consistent with the project-wide version refresh, and there are no conflicting constraints in this file.

examples/advanced_agents/alert_triage_agent/pyproject.toml (1)

13-19: Dependency bump looks good.

nvidia-nat[langchain]~=1.4 aligns with the broader upgrade and keeps extras intact.

packages/nvidia_nat_all/pyproject.toml (1)

23-23: Dependency bump looks good.

Pinned nvidia-nat[async_endpoints,gunicorn] to ~=1.4 with extras kept sorted, matching package guidelines.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

improvement Improvement to existing functionality non-breaking Non-breaking change

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants