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
Adds documentation for agentic AI evaluation using DeepEval integration to the supported models and frameworks page.
Context: While reviewing a product brief from Marketing, I noticed that we were referring to recently added agentic AI tests which I had not seen before. Had a convo with the codebase to get the details.
Changes:
Add "Agentic AI" tab to the model type quick reference with link to detailed evaluation docs
Add "Agentic AI evaluation" section with:
Available tests: TaskCompletion, PlanQuality, PlanAdherence, ToolCorrectness, ArgumentCorrectness
Test requirements table showing model requirements and input columns for each test
nrichers
changed the title
docs: Add agentic AI evaluation documentation
Add agentic AI tests to supported models and frameworks reference
Mar 25, 2026
This PR makes two primary updates to the documentation:
In the file site/developer/model-documentation/install-and-initialize-validmind-for-r.qmd, the paths for the quickstart examples for both model documentation and model validation have been updated. The URLs previously pointed directly to specific R Markdown files in the GitHub repository using the /blob/ path; they are now updated to point to the general quickstart directory using the /tree/ path. This change centralizes the quickstart content and might help users navigate related resources more easily.
In the file site/developer/supported-models-and-frameworks.qmd, a new section titled "Agentic AI" has been added. This section introduces agentic AI concepts and details the evaluation integration with DeepEval, including a list of available agentic scorers with their functional descriptions and requirements. This enhances the documentation by informing developers about the capabilities for agentic AI evaluation and the associated metrics.
Overall, these changes improve the accessibility of rapid start examples and extend the documentation to cover agentic AI evaluation workflows.
Test Suggestions
Verify that the updated quickstart paths correctly resolve to the intended directory in the GitHub repository.
Ensure that the new Agentic AI section displays correctly in the documentation site and that its formatting is consistent with the rest of the documentation.
Check that the links to DeepEval and any referenced tools or parameters are accurate and up-to-date.
Perform a manual review of the rendered documentation to confirm that the new tables and bullet lists are properly formatted.
✓ INFO: A live preview of the docs site is available — Open the preview
nrichers
changed the title
Add agentic AI tests to supported models and frameworks reference
Add agentic AI scorers to supported models and frameworks reference
Mar 26, 2026
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
internalNot to be externalized in the release notes
2 participants
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.
Pull Request Description
What and why?
Adds documentation for agentic AI evaluation using DeepEval integration to the supported models and frameworks page.
Context: While reviewing a product brief from Marketing, I noticed that we were referring to recently added agentic AI tests which I had not seen before. Had a convo with the codebase to get the details.
Changes:
sc-15351
How to test
Try the live preview: Supported models and frameworks
Output
What needs special review?
N/A
Dependencies, breaking changes, and deployment notes
None — documentation only.
Release notes
N/A
Checklist