• Documentation
    • About ​ValidMind
    • Get Started
    • Guides
    • Support
    • Releases

    • ValidMind Library
    • Python API
    • Public REST API

    • Training Courses
  • Log In
  1. 2.11.1 Release notes
  • Installing ​ValidMind
  • Release notes
  • ​ValidMind systems access
  • Troubleshooting and support

  • Deployment
  • 1 — Prepare your environment
  • 2 — Pull the container images
  • 3 — Pull the Helm chart
  • 4 — Configure your Helm chart
  • 5 — Configure LiteLLM
  • 6 — Install or upgrade via Helm chart
  • 7 — Complete the initial setup
  • 8 — Verify your installation

  • Authentication
  • Configuring authentication
  • Configure local authentication
  • Configure OIDC integration
  • Authenticate with Entra
    • Configure frontend environment variables for Entra
    • Entra manifest JWT configuration
    • Configure single sign-on (SSO)
  • Supporting multiple OIDC providers

  • Administering
  • Operating ​ValidMind
  • Migrate to vmconfig.toml (26.02)
  • View ValidMind configuration
  • Configure AI model settings
  • Monitoring your deployment
  • Configuring email services
    • Configure email provider
    • Customize email templates

  • Reference
  • ​ValidMind Admin REST API
  • ValidMind configuration

  • Security advisories
  • VM-SA-2026-01
  • VM-SA-2026-02

On this page

  • Enhancements
    • Expose log_test_result function in API client
    • Add agentic metrics from DeepEval as scorers
  • Edit this page
  • Report an issue

2.11.1 Release notes

validmind-library
2.11.1
release
Published

January 12, 2026

This release includes the exposure of the log_test_result function in the API client and the addition of agentic metrics from DeepEval as scorers.

Enhancements

Expose log_test_result function in API client

You can now use the log_test_result function within the API client to log test result dictionaries directly and synchronously to the API.

This new capability is available via both validmind.log_test_result and the shorter vm.log_test_result alias, simplifying result logging in your workflows.

log_test_result() documentation

Add agentic metrics from DeepEval as scorers

Four new agentic evaluation metrics from DeepEval are now available to assess your LLM agents:

  • ArgumentCorrectness: Checks if agents generate correct arguments for tool calls.
  • PlanAdherence: Measures whether agents follow their own execution plans.
  • PlanQuality: Evaluates the logical quality, completeness, and efficiency of agent-generated plans.
  • ToolCorrectness: Verifies if agents invoke the right tools with appropriate arguments.

These metrics broaden evaluation coverage across both tool use (actions) and strategic reasoning (plans). They are accessible via validmind.scorers.llm.deepeval and require validmind[llm].

ValidMind Library Python API

  • ValidMind Logo
    ©
    Copyright 2026 ValidMind Inc.
    All Rights Reserved.
    Cookie preferences
    Legal
  • Get started
    • Development
    • Validation
    • Setup & admin
  • Guides
    • Access
    • Configuration
    • Integrations
    • Workflows
    • Inventory
    • Risk tiering
    • Documents & templates
    • Documentation
    • Validation
    • Reporting & auditing
    • Monitoring
    • Attestation
  • ValidMind Library
    • Quickstarts
    • Development tutorial
    • Validation tutorial
    • Run tests & test suites
    • Use library features
    • Code samples
    • Python API
    • Public REST API
  • Training
    • Learning paths
    • Courses
    • Videos
  • Support
    • Troubleshooting
    • FAQ
    • Get help
  • Edit this page
  • Report an issue
  • Community
    • GitHub
    • LinkedIn
    • Events
    • Blog