@wix/evalforge-types 0.37.0 → 0.39.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.
- package/README.md +1 -1
- package/build/index.js +496 -413
- package/build/index.js.map +4 -4
- package/build/index.mjs +489 -413
- package/build/index.mjs.map +4 -4
- package/build/types/agent/adapter.d.ts +3 -0
- package/build/types/assertion/assertion.d.ts +34 -0
- package/build/types/assertion/system-assertions.d.ts +1 -0
- package/build/types/common/index.d.ts +2 -0
- package/build/types/common/rule.d.ts +47 -0
- package/build/types/common/tool-names.d.ts +1 -0
- package/build/types/evaluation/eval-run.d.ts +2 -0
- package/build/types/scenario/assertions.d.ts +16 -0
- package/build/types/scenario/test-scenario.d.ts +12 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -8,7 +8,7 @@ Shared TypeScript types and [Zod](https://zod.dev/) schemas for the EvalForge pl
|
|
|
8
8
|
|
|
9
9
|
| Module | Description |
|
|
10
10
|
|--------|-------------|
|
|
11
|
-
| `common` | Base entity schemas (`BaseEntity`, `TenantEntity`), shared utilities |
|
|
11
|
+
| `common` | Base entity schemas (`BaseEntity`, `TenantEntity`), `Rule`, shared utilities |
|
|
12
12
|
| `target` | Testable entities — `Agent`, `Skill`, `SkillVersion`, `SkillsGroup`, `Mcp`, `SubAgent` |
|
|
13
13
|
| `scenario` | Test scenario definitions and environment configuration |
|
|
14
14
|
| `suite` | Test suite organization |
|