-
Notifications
You must be signed in to change notification settings - Fork 414
UI submodule update #930
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UI submodule update #930
Conversation
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 -->
…to ui-submodule-update
…to ui-submodule-update
…ompletion request up to spec. Signed-off-by: Eric Evans <[email protected]>
WalkthroughBumps 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
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related PRs
Pre-merge checks and finishing touchesImportant Pre-merge checks failedPlease resolve all errors before merging. Addressing warnings is optional. ❌ Failed checks (1 error)
✅ Passed checks (2 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
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. Comment |
There was a problem hiding this 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 repeatednvidia-natrequirement.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
📒 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
raisestatements to maintain the original stack trace,
and uselogger.error()(notlogger.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.txtfile, words that might appear to be
spelling mistakes but are listed in theci/vale/styles/config/vocabularies/nat/accept.txtfile 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.tomlpackages/nvidia_nat_adk/pyproject.tomlpackages/nvidia_nat_mysql/pyproject.tomlpackages/nvidia_nat_crewai/pyproject.tomlexamples/MCP/simple_auth_mcp/pyproject.tomlexamples/front_ends/simple_auth/pyproject.tomlexamples/control_flow/sequential_executor/pyproject.tomlexamples/HITL/simple_calculator_hitl/pyproject.tomlpackages/nvidia_nat_mem0ai/pyproject.tomlexternal/nat-uipackages/nvidia_nat_test/pyproject.tomlexamples/advanced_agents/alert_triage_agent/pyproject.tomlpackages/nvidia_nat_ingestion/pyproject.tomlpackages/nvidia_nat_redis/pyproject.tomlpackages/compat/aiqtoolkit_semantic_kernel/pyproject.tomlpackages/compat/aiqtoolkit_agno/pyproject.tomlpackages/nvidia_nat_all/pyproject.tomlexamples/observability/redact_pii/pyproject.tomlexamples/getting_started/simple_web_query/pyproject.tomlexamples/MCP/simple_calculator_mcp/pyproject.tomlpackages/nvidia_nat_ragaai/pyproject.tomlexamples/custom_functions/automated_description_generation/pyproject.tomlexamples/custom_functions/plot_charts/pyproject.tomlpackages/nvidia_nat_opentelemetry/pyproject.tomlpackages/compat/aiqtoolkit_crewai/pyproject.tomlpackages/nvidia_nat_data_flywheel/pyproject.tomlexamples/evaluation_and_profiling/simple_web_query_eval/pyproject.tomlpackages/nvidia_nat_agno/pyproject.tomlpackages/compat/aiqtoolkit/pyproject.tomlpackages/nvidia_nat_llama_index/pyproject.tomlpackages/compat/aiqtoolkit_zep_cloud/pyproject.tomlpackages/nvidia_nat_weave/pyproject.tomlpackages/nvidia_nat_langchain/pyproject.tomlexamples/frameworks/semantic_kernel_demo/pyproject.tomlexamples/evaluation_and_profiling/swe_bench/pyproject.tomlpackages/compat/aiqtoolkit_llama_index/pyproject.tomldocs/source/versions1.jsonexamples/frameworks/adk_demo/pyproject.tomlpackages/nvidia_nat_phoenix/pyproject.tomlpackages/nvidia_nat_profiling/pyproject.tomlexamples/documentation_guides/workflows/text_file_ingest/pyproject.tomlexamples/front_ends/simple_calculator_custom_routes/pyproject.tomlexamples/control_flow/router_agent/pyproject.tomlpackages/compat/aiqtoolkit_langchain/pyproject.tomlpackages/nvidia_nat_zep_cloud/pyproject.tomlpackages/nvidia_nat_s3/pyproject.tomlexamples/frameworks/agno_personal_finance/pyproject.tomlexamples/observability/simple_calculator_observability/pyproject.tomlpackages/compat/aiqtoolkit_weave/pyproject.tomlexamples/object_store/user_report/pyproject.tomlexamples/evaluation_and_profiling/simple_calculator_eval/pyproject.tomlexamples/getting_started/simple_calculator/pyproject.tomlexamples/HITL/por_to_jiratickets/pyproject.tomlexamples/advanced_agents/profiler_agent/pyproject.tomlpackages/nvidia_nat_semantic_kernel/pyproject.tomlpackages/compat/aiqtoolkit_test/pyproject.tomlpackages/nvidia_nat_mcp/pyproject.tomlpackages/compat/aiqtoolkit_mem0ai/pyproject.tomlexamples/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 apyproject.tomlfile. Optionally, it might also contain scripts in ascripts/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 nameddata/, and should
be checked into git-lfs.
Files:
examples/evaluation_and_profiling/email_phishing_analyzer/pyproject.tomlexamples/MCP/simple_auth_mcp/pyproject.tomlexamples/front_ends/simple_auth/pyproject.tomlexamples/control_flow/sequential_executor/pyproject.tomlexamples/HITL/simple_calculator_hitl/pyproject.tomlexamples/advanced_agents/alert_triage_agent/pyproject.tomlexamples/observability/redact_pii/pyproject.tomlexamples/getting_started/simple_web_query/pyproject.tomlexamples/MCP/simple_calculator_mcp/pyproject.tomlexamples/custom_functions/automated_description_generation/pyproject.tomlexamples/custom_functions/plot_charts/pyproject.tomlexamples/evaluation_and_profiling/simple_web_query_eval/pyproject.tomlexamples/frameworks/semantic_kernel_demo/pyproject.tomlexamples/evaluation_and_profiling/swe_bench/pyproject.tomlexamples/frameworks/adk_demo/pyproject.tomlexamples/documentation_guides/workflows/text_file_ingest/pyproject.tomlexamples/front_ends/simple_calculator_custom_routes/pyproject.tomlexamples/control_flow/router_agent/pyproject.tomlexamples/frameworks/agno_personal_finance/pyproject.tomlexamples/observability/simple_calculator_observability/pyproject.tomlexamples/object_store/user_report/pyproject.tomlexamples/evaluation_and_profiling/simple_calculator_eval/pyproject.tomlexamples/getting_started/simple_calculator/pyproject.tomlexamples/HITL/por_to_jiratickets/pyproject.tomlexamples/advanced_agents/profiler_agent/pyproject.tomlexamples/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.tomlpackages/nvidia_nat_mysql/pyproject.tomlpackages/nvidia_nat_crewai/pyproject.tomlpackages/nvidia_nat_mem0ai/pyproject.tomlpackages/nvidia_nat_test/pyproject.tomlpackages/nvidia_nat_ingestion/pyproject.tomlpackages/nvidia_nat_redis/pyproject.tomlpackages/nvidia_nat_all/pyproject.tomlpackages/nvidia_nat_ragaai/pyproject.tomlpackages/nvidia_nat_opentelemetry/pyproject.tomlpackages/nvidia_nat_data_flywheel/pyproject.tomlpackages/nvidia_nat_agno/pyproject.tomlpackages/nvidia_nat_llama_index/pyproject.tomlpackages/nvidia_nat_weave/pyproject.tomlpackages/nvidia_nat_langchain/pyproject.tomlpackages/nvidia_nat_phoenix/pyproject.tomlpackages/nvidia_nat_profiling/pyproject.tomlpackages/nvidia_nat_zep_cloud/pyproject.tomlpackages/nvidia_nat_s3/pyproject.tomlpackages/nvidia_nat_semantic_kernel/pyproject.tomlpackages/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.tomlpackages/nvidia_nat_mysql/pyproject.tomlpackages/nvidia_nat_crewai/pyproject.tomlpackages/nvidia_nat_mem0ai/pyproject.tomlpackages/nvidia_nat_test/pyproject.tomlpackages/nvidia_nat_ingestion/pyproject.tomlpackages/nvidia_nat_redis/pyproject.tomlpackages/nvidia_nat_all/pyproject.tomlpackages/nvidia_nat_ragaai/pyproject.tomlpackages/nvidia_nat_opentelemetry/pyproject.tomlpackages/nvidia_nat_data_flywheel/pyproject.tomlpackages/nvidia_nat_agno/pyproject.tomlpackages/nvidia_nat_llama_index/pyproject.tomlpackages/nvidia_nat_weave/pyproject.tomlpackages/nvidia_nat_langchain/pyproject.tomlpackages/nvidia_nat_phoenix/pyproject.tomlpackages/nvidia_nat_profiling/pyproject.tomlpackages/nvidia_nat_zep_cloud/pyproject.tomlpackages/nvidia_nat_s3/pyproject.tomlpackages/nvidia_nat_semantic_kernel/pyproject.tomlpackages/nvidia_nat_mcp/pyproject.toml
packages/**/*
⚙️ CodeRabbit configuration file
packages/**/*: - This directory contains optional plugin packages for the toolkit, each should contain apyproject.tomlfile. - Thepyproject.tomlfile should declare a dependency onnvidia-nator another package with a name starting
withnvidia-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 thepyproject.tomlfile.
Files:
packages/nvidia_nat_adk/pyproject.tomlpackages/nvidia_nat_mysql/pyproject.tomlpackages/nvidia_nat_crewai/pyproject.tomlpackages/nvidia_nat_mem0ai/pyproject.tomlpackages/nvidia_nat_test/pyproject.tomlpackages/nvidia_nat_ingestion/pyproject.tomlpackages/nvidia_nat_redis/pyproject.tomlpackages/compat/aiqtoolkit_semantic_kernel/pyproject.tomlpackages/compat/aiqtoolkit_agno/pyproject.tomlpackages/nvidia_nat_all/pyproject.tomlpackages/nvidia_nat_ragaai/pyproject.tomlpackages/nvidia_nat_opentelemetry/pyproject.tomlpackages/compat/aiqtoolkit_crewai/pyproject.tomlpackages/nvidia_nat_data_flywheel/pyproject.tomlpackages/nvidia_nat_agno/pyproject.tomlpackages/compat/aiqtoolkit/pyproject.tomlpackages/nvidia_nat_llama_index/pyproject.tomlpackages/compat/aiqtoolkit_zep_cloud/pyproject.tomlpackages/nvidia_nat_weave/pyproject.tomlpackages/nvidia_nat_langchain/pyproject.tomlpackages/compat/aiqtoolkit_llama_index/pyproject.tomlpackages/nvidia_nat_phoenix/pyproject.tomlpackages/nvidia_nat_profiling/pyproject.tomlpackages/compat/aiqtoolkit_langchain/pyproject.tomlpackages/nvidia_nat_zep_cloud/pyproject.tomlpackages/nvidia_nat_s3/pyproject.tomlpackages/compat/aiqtoolkit_weave/pyproject.tomlpackages/nvidia_nat_semantic_kernel/pyproject.tomlpackages/compat/aiqtoolkit_test/pyproject.tomlpackages/nvidia_nat_mcp/pyproject.tomlpackages/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/_staticdirectory.
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.tomlpackages/nvidia_nat_mysql/pyproject.tomlpackages/nvidia_nat_crewai/pyproject.tomlexamples/MCP/simple_auth_mcp/pyproject.tomlexamples/front_ends/simple_auth/pyproject.tomlexamples/control_flow/sequential_executor/pyproject.tomlexamples/HITL/simple_calculator_hitl/pyproject.tomlpackages/nvidia_nat_mem0ai/pyproject.tomlpackages/nvidia_nat_test/pyproject.tomlpackages/nvidia_nat_ingestion/pyproject.tomlpackages/nvidia_nat_redis/pyproject.tomlpackages/compat/aiqtoolkit_semantic_kernel/pyproject.tomlpackages/compat/aiqtoolkit_agno/pyproject.tomlpackages/nvidia_nat_all/pyproject.tomlexamples/observability/redact_pii/pyproject.tomlexamples/getting_started/simple_web_query/pyproject.tomlexamples/MCP/simple_calculator_mcp/pyproject.tomlpackages/nvidia_nat_ragaai/pyproject.tomlexamples/custom_functions/automated_description_generation/pyproject.tomlexamples/custom_functions/plot_charts/pyproject.tomlpackages/nvidia_nat_opentelemetry/pyproject.tomlpackages/compat/aiqtoolkit_crewai/pyproject.tomlpackages/nvidia_nat_data_flywheel/pyproject.tomlexamples/evaluation_and_profiling/simple_web_query_eval/pyproject.tomlpackages/nvidia_nat_agno/pyproject.tomlpackages/compat/aiqtoolkit/pyproject.tomlpackages/nvidia_nat_llama_index/pyproject.tomlpackages/nvidia_nat_weave/pyproject.tomlpackages/nvidia_nat_langchain/pyproject.tomlexamples/frameworks/semantic_kernel_demo/pyproject.tomlexamples/evaluation_and_profiling/swe_bench/pyproject.tomlpackages/nvidia_nat_phoenix/pyproject.tomlpackages/nvidia_nat_profiling/pyproject.tomlexamples/documentation_guides/workflows/text_file_ingest/pyproject.tomlexamples/front_ends/simple_calculator_custom_routes/pyproject.tomlexamples/control_flow/router_agent/pyproject.tomlpackages/compat/aiqtoolkit_langchain/pyproject.tomlpackages/nvidia_nat_zep_cloud/pyproject.tomlpackages/nvidia_nat_s3/pyproject.tomlexamples/frameworks/agno_personal_finance/pyproject.tomlexamples/observability/simple_calculator_observability/pyproject.tomlpackages/compat/aiqtoolkit_weave/pyproject.tomlexamples/evaluation_and_profiling/simple_calculator_eval/pyproject.tomlexamples/getting_started/simple_calculator/pyproject.tomlexamples/HITL/por_to_jiratickets/pyproject.tomlexamples/advanced_agents/profiler_agent/pyproject.tomlpackages/nvidia_nat_semantic_kernel/pyproject.tomlpackages/compat/aiqtoolkit_test/pyproject.tomlpackages/nvidia_nat_mcp/pyproject.tomlpackages/compat/aiqtoolkit_mem0ai/pyproject.tomlexamples/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.tomlpackages/nvidia_nat_phoenix/pyproject.tomlpackages/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.4is 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.4with extras kept sorted, matching package guidelines.
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:
Summary by CodeRabbit
Documentation
Chores