2.11.3 Release notes
This release adds scorer visibility in list_tests, a new notebook for documenting agentic AI systems, and fixes plotly figure rendering.
Enhancements
Scorers now visible in list_tests
Scorer metrics are now included in the list_tests function output. You can view all available scorers alongside other tests for better visibility when exploring available metrics.
New notebook for documenting agentic AI systems
A new notebook shows you how to build and document an agentic AI system with the ValidMind Library. You construct a LangGraph-based banking agent that selects and invokes tools in response to user requests, assign AI evaluation scores to your agent, run accuracy, RAGAS, and safety tests, and log the results to the ValidMind Platform.
Bug fixes
Fixed plotly figure rendering
Plotly figures generated by plotly 6.x now render correctly in the UI. The library now requires plotly>=6.0.0 to ensure compatibility with the updated frontend.