Skip to content

Enable testing tools in isolation #391

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

Conversation

yczhang-nv
Copy link
Contributor

@yczhang-nv yczhang-nv commented Jun 24, 2025

Description

Implements a comprehensive tool isolation testing feature that enables developers to test tools without requiring full workflow setup, LLM connections, or dependencies.

This addresses a major developer productivity bottleneck where testing simple tool logic required spinning up entire workflows and external services.

Closes AIQ-940

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.

@yczhang-nv yczhang-nv self-assigned this Jun 24, 2025
@yczhang-nv yczhang-nv added improvement Improvement to existing functionality non-breaking Non-breaking change labels Jun 24, 2025
Signed-off-by: Yuchen Zhang <[email protected]>
Signed-off-by: Yuchen Zhang <[email protected]>
@yczhang-nv yczhang-nv marked this pull request as ready for review June 25, 2025 00:46
Signed-off-by: Yuchen Zhang <[email protected]>
Copy link
Contributor

@lvojtku lvojtku left a comment

Choose a reason for hiding this comment

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

Added comments but approved.

Signed-off-by: Yuchen Zhang <[email protected]>
@yczhang-nv
Copy link
Contributor Author

/merge

@rapids-bot rapids-bot bot merged commit 7c9b3b2 into NVIDIA:develop Jul 22, 2025
12 checks passed
@yczhang-nv yczhang-nv deleted the yuchen-add-tool-isolation-testing-framework branch July 22, 2025 17:37
mpenn pushed a commit to mpenn/NeMo-Agent-Toolkit that referenced this pull request Jul 23, 2025
Implements a comprehensive tool isolation testing feature that enables developers to test tools without requiring full workflow setup, LLM connections, or dependencies.

This addresses a major developer productivity bottleneck where testing simple tool logic required spinning up entire workflows and external services.

Closes [AIQ-940](https://jirasw.nvidia.com/browse/AIQ-940)

## 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.

Authors:
  - Yuchen Zhang (https://github.com/yczhang-nv)

Approvers:
  - https://github.com/lvojtku

URL: NVIDIA#391
Signed-off-by: Matthew Penn <[email protected]>
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.

2 participants