You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fix docker builds for the local sandbox
* Disable raga ai e2e test as https://catalyst.raga.ai is currently down'
* Rename `test_tool_wrapper.py` to `test_lc_tool_wrapper.py` avoiding a pytest name clash
* Update agent tests to accept a list of acceptable answers (ex: allowing both "LLM" and "large language model")
* Workflow improvements:
- Replacing older models with a nemotron model
- Increasing max tokens and disabling thinking to prevent truncation
## 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/index.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.
## Summary by CodeRabbit
* **New Features**
* N/A
* **Bug Fixes**
* Skipped flaky external-service test to avoid CI failures
* **Chores**
* Updated example configs and notebook to use a different recommended model, increase max tokens to 1024, and disable “thinking”
* Adjusted CI image tag and JSON model counts
* Made Docker upgrades non-interactive
* **Tests**
* Enhanced test utilities and fixtures to accept and validate multiple acceptable answers
[](https://app.coderabbit.ai/change-stack/NVIDIA/NeMo-Agent-Toolkit/pull/1996?utm_source=github_walkthrough&utm_medium=github&utm_campaign=change_stack)
Authors:
- David Gardner (https://github.com/dagardner-nv)
Approvers:
- Yuchen Zhang (https://github.com/yczhang-nv)
- Will Killian (https://github.com/willkill07)
URL: #1996
0 commit comments