Skip to content

feat: option to skip verification - #2277

Closed
macandro96 wants to merge 5 commits into
mainfrom
amahishi/option-skip-verification
Closed

feat: option to skip verification#2277
macandro96 wants to merge 5 commits into
mainfrom
amahishi/option-skip-verification

Conversation

@macandro96

Copy link
Copy Markdown
Contributor

Summary

Adds a response API agent option to skip resources-server verification during /run.

When skip_verification=true, agents return a synthetic verify response using skip_verification_reward and mark it with verification_skipped=true. Top-level config values are propagated to response API agents unless the agent explicitly sets its own values.

Changes

  • Add skip_verification and skip_verification_reward to base response API agent config.
  • Add skipped-verification response payload helper.
  • Wire skip behavior into simple_agent and tool_simulation_agent.
  • Add global config propagation for top-level skip-verification defaults.
  • Add tests for config defaults, payload construction, and agent /run behavior.

Cherry pick from here

HeyyyyyyG and others added 2 commits July 31, 2026 13:17
Signed-off-by: Jiaqi Zeng <jiaqiz@nvidia.com>
Signed-off-by: Anish Mahishi <amahishi@nvidia.com>
Signed-off-by: Anish Mahishi <amahishi@nvidia.com>
@copy-pr-bot

copy-pr-bot Bot commented Jul 31, 2026

Copy link
Copy Markdown

This pull request requires additional validation before any workflows can run on NVIDIA's runners.

Pull request vetters can view their responsibilities here.

Contributors can view more details about this message here.

Signed-off-by: Anish Mahishi <amahishi@nvidia.com>
Signed-off-by: Anish Mahishi <amahishi@nvidia.com>
@macandro96

Copy link
Copy Markdown
Contributor Author

Moved it to here

@macandro96 macandro96 closed this Jul 31, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants