@wix/eval-assertions 0.8.0 → 0.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @wix/eval-assertions
2
2
 
3
- A framework for evaluating AI agent outputs through configurable assertions. Supports skill invocation checks, build validation, and LLM-based judging.
3
+ Assertion framework for evaluating AI agent outputs. Supports skill invocation checks, build validation, and LLM-based judging. Used by the evaluator to validate scenario results.
4
4
 
5
5
  ## Installation
6
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/eval-assertions",
3
- "version": "0.8.0",
3
+ "version": "0.9.0",
4
4
  "description": "Assertion framework for AI agent evaluations - supports skill invocation checks, build validation, and LLM-based judging",
5
5
  "files": [
6
6
  "build"
@@ -60,5 +60,5 @@
60
60
  ],
61
61
  "license": "MIT",
62
62
  "author": "Wix",
63
- "falconPackageHash": "4c94cf95678b493ca5b4b18e95091362956fc4a612ccd673f3cacd10"
63
+ "falconPackageHash": "cdca62e458d9a54336b30b80a44019218f71ef0719cacb7f1bb82683"
64
64
  }