docs(evaluator): mark agent-eval platform-plugin support as in progress - #724
Merged
Conversation
The agent-evaluation pages run through the local SDK (AgentEvaluator().run()), but the section forward-referenced submitting a run as a platform job — a path the plugin does not expose for agent evals yet. Add a Note on the Agent Evaluation landing page making the SDK-local scope explicit and flagging plugin execution (durable platform jobs, as dataset-driven evaluation already offers) as in progress, and soften the "Runs locally" bullet's over-promise to match. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Signed-off-by: Sandy Chapman <schapman@nvidia.com>
Contributor
Contributor
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThe agent-eval documentation clarifies that platform-plugin support is in progress and directs readers to use ChangesAgent evaluation documentation
Possibly related PRs
Suggested labels: Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
gabwow
approved these changes
Jul 16, 2026
SandyChapman
enabled auto-merge
July 16, 2026 14:43
Contributor
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Marks agent-eval platform-plugin execution as in progress, so the docs don't imply a capability that isn't shipped.
<Note>on the Agent Evaluation landing page: the section runs through the local SDK (AgentEvaluator().run()); running agent evals through the NeMo Platform plugin as durable platform jobs — the way dataset-driven evaluation already can — is under active development.Why
Follow-up to the agent-eval docs (#710). Reviewer feedback flagged that the pages are SDK-only while forward-referencing a submit/job path that doesn't exist for agent evals. This keeps the docs honest until plugin support lands.
Notes
docs/evaluator/agent-eval/index.mdx).🤖 Generated with Claude Code
Summary by CodeRabbit