KEMBAR78
Make kwargs optional to the eval output customizer scripts by AnuradhaKaruppiah · Pull Request #139 · NVIDIA/NeMo-Agent-Toolkit · GitHub
Skip to content

Conversation

@AnuradhaKaruppiah
Copy link
Contributor

@AnuradhaKaruppiah AnuradhaKaruppiah commented Apr 21, 2025

Description

This pull request makes the keyword arguments for the evaluation output customizer scripts optional, allowing users to omit them. Key changes include:

Updating EvalCustomScriptConfig in evaluate.py to set a default empty dictionary for kwargs.
Changing the workflow_to_csv.py script’s argument parser to use default values for input and output paths.
Revising the documentation to reflect the new usage and relative paths.

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.

Signed-off-by: Anuradha Karuppiah <anuradhak@nvidia.com>
@AnuradhaKaruppiah AnuradhaKaruppiah added feature request New feature or request non-breaking Non-breaking change labels Apr 21, 2025
@AnuradhaKaruppiah AnuradhaKaruppiah requested a review from a team as a code owner April 21, 2025 19:42
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This pull request makes the keyword arguments for the evaluation output customizer scripts optional, allowing users to omit them. Key changes include:

  • Updating EvalCustomScriptConfig in evaluate.py to set a default empty dictionary for kwargs.
  • Changing the workflow_to_csv.py script’s argument parser to use default values for input and output paths.
  • Revising the documentation to reflect the new usage and relative paths.

Reviewed Changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

File Description
src/aiq/data_models/evaluate.py Default kwargs added, making keyword arguments optional for custom scripts
examples/simple/src/aiq_simple/scripts/workflow_to_csv.py Updated default input/output paths in argument parser
docs/source/concepts/evaluate.md Documentation updated to match new configuration and clarify path usage

@AnuradhaKaruppiah
Copy link
Contributor Author

/merge

@rapids-bot rapids-bot bot merged commit f5834ce into NVIDIA:develop Apr 21, 2025
10 checks passed
ericevans-nv pushed a commit to ericevans-nv/agent-iq that referenced this pull request Apr 23, 2025
This pull request makes the keyword arguments for the evaluation output customizer scripts optional, allowing users to omit them. Key changes include:

Updating EvalCustomScriptConfig in evaluate.py to set a default empty dictionary for kwargs.
Changing the workflow_to_csv.py script’s argument parser to use default values for input and output paths.
Revising the documentation to reflect the new usage and relative paths.

## By Submitting this PR I confirm:
- I am familiar with the [Contributing Guidelines](https://github.com/NVIDIA/AgentIQ/blob/develop/docs/source/advanced/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:
  - Anuradha Karuppiah (https://github.com/AnuradhaKaruppiah)

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

URL: NVIDIA#139
Signed-off-by: Eric Evans <194135482+ericevans-nv@users.noreply.github.com>
ericevans-nv pushed a commit to ericevans-nv/agent-iq that referenced this pull request Apr 23, 2025
This pull request makes the keyword arguments for the evaluation output customizer scripts optional, allowing users to omit them. Key changes include:

Updating EvalCustomScriptConfig in evaluate.py to set a default empty dictionary for kwargs.
Changing the workflow_to_csv.py script’s argument parser to use default values for input and output paths.
Revising the documentation to reflect the new usage and relative paths.

## By Submitting this PR I confirm:
- I am familiar with the [Contributing Guidelines](https://github.com/NVIDIA/AgentIQ/blob/develop/docs/source/advanced/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:
  - Anuradha Karuppiah (https://github.com/AnuradhaKaruppiah)

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

URL: NVIDIA#139
Signed-off-by: Eric Evans <194135482+ericevans-nv@users.noreply.github.com>
yczhang-nv pushed a commit to yczhang-nv/NeMo-Agent-Toolkit that referenced this pull request May 8, 2025
This pull request makes the keyword arguments for the evaluation output customizer scripts optional, allowing users to omit them. Key changes include:

Updating EvalCustomScriptConfig in evaluate.py to set a default empty dictionary for kwargs.
Changing the workflow_to_csv.py script’s argument parser to use default values for input and output paths.
Revising the documentation to reflect the new usage and relative paths.

## By Submitting this PR I confirm:
- I am familiar with the [Contributing Guidelines](https://github.com/NVIDIA/AgentIQ/blob/develop/docs/source/advanced/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:
  - Anuradha Karuppiah (https://github.com/AnuradhaKaruppiah)

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

URL: NVIDIA#139
Signed-off-by: Yuchen Zhang <134643420+yczhang-nv@users.noreply.github.com>
@AnuradhaKaruppiah AnuradhaKaruppiah deleted the custom-script-fix branch May 9, 2025 16:05
AnuradhaKaruppiah added a commit to AnuradhaKaruppiah/oss-agentiq that referenced this pull request Aug 4, 2025
This pull request makes the keyword arguments for the evaluation output customizer scripts optional, allowing users to omit them. Key changes include:

Updating EvalCustomScriptConfig in evaluate.py to set a default empty dictionary for kwargs.
Changing the workflow_to_csv.py script’s argument parser to use default values for input and output paths.
Revising the documentation to reflect the new usage and relative paths.



## By Submitting this PR I confirm:
- I am familiar with the [Contributing Guidelines](https://github.com/NVIDIA/AgentIQ/blob/develop/docs/source/advanced/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:
  - Anuradha Karuppiah (https://github.com/AnuradhaKaruppiah)

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

URL: NVIDIA#139
scheckerNV pushed a commit to scheckerNV/aiq-factory-reset that referenced this pull request Aug 22, 2025
This pull request makes the keyword arguments for the evaluation output customizer scripts optional, allowing users to omit them. Key changes include:

Updating EvalCustomScriptConfig in evaluate.py to set a default empty dictionary for kwargs.
Changing the workflow_to_csv.py script’s argument parser to use default values for input and output paths.
Revising the documentation to reflect the new usage and relative paths.



## By Submitting this PR I confirm:
- I am familiar with the [Contributing Guidelines](https://github.com/NVIDIA/AgentIQ/blob/develop/docs/source/advanced/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:
  - Anuradha Karuppiah (https://github.com/AnuradhaKaruppiah)

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

URL: NVIDIA#139
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feature request New feature or request non-breaking Non-breaking change

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants