agentv 4.17.1 → 4.19.0-next.1
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/dist/artifact-writer-YATMDPWI.js +41 -0
- package/dist/{chunk-ILIM6IIX.js → chunk-L7WOR7IR.js} +213 -176
- package/dist/chunk-L7WOR7IR.js.map +1 -0
- package/dist/chunk-NL6P5MUH.js +691 -0
- package/dist/chunk-NL6P5MUH.js.map +1 -0
- package/dist/{chunk-IRU2UOWN.js → chunk-PTYQS37Y.js} +29097 -31078
- package/dist/chunk-PTYQS37Y.js.map +1 -0
- package/dist/chunk-R2QDYORI.js +2178 -0
- package/dist/chunk-R2QDYORI.js.map +1 -0
- package/dist/{chunk-ZUNYOUFO.js → chunk-YGNBTBXW.js} +328 -656
- package/dist/chunk-YGNBTBXW.js.map +1 -0
- package/dist/cli.js +7 -5
- package/dist/cli.js.map +1 -1
- package/dist/{dist-U5EXNMON.js → dist-RTIUSC6L.js} +91 -90
- package/dist/dist-RTIUSC6L.js.map +1 -0
- package/dist/index.js +7 -5
- package/dist/{interactive-LFCOVXPQ.js → interactive-UZSFYMCF.js} +8 -6
- package/dist/{interactive-LFCOVXPQ.js.map → interactive-UZSFYMCF.js.map} +1 -1
- package/dist/studio/assets/{index-Bhv1TEO2.js → index-BTsTcivx.js} +1 -1
- package/dist/studio/assets/{index-vZYHIvCH.js → index-KfPHd-QM.js} +1 -1
- package/dist/studio/index.html +1 -1
- package/dist/ts-eval-loader-XFQ6S4DT-S7P2UUBX.js +15 -0
- package/dist/ts-eval-loader-XFQ6S4DT-S7P2UUBX.js.map +1 -0
- package/package.json +1 -1
- package/dist/chunk-ILIM6IIX.js.map +0 -1
- package/dist/chunk-IRU2UOWN.js.map +0 -1
- package/dist/chunk-ZUNYOUFO.js.map +0 -1
- /package/dist/{dist-U5EXNMON.js.map → artifact-writer-YATMDPWI.js.map} +0 -0
package/README.md
CHANGED
|
@@ -107,7 +107,7 @@ console.log(`${summary.passed}/${summary.total} passed`);
|
|
|
107
107
|
Full docs at [agentv.dev/docs](https://agentv.dev/docs/getting-started/introduction/).
|
|
108
108
|
|
|
109
109
|
- [Eval files](https://agentv.dev/docs/evaluation/eval-files/) — format and structure
|
|
110
|
-
- [Custom
|
|
110
|
+
- [Custom graders](https://agentv.dev/docs/graders/custom-graders/) — code graders in any language
|
|
111
111
|
- [Rubrics](https://agentv.dev/docs/evaluation/rubrics/) — structured criteria scoring
|
|
112
112
|
- [Targets](https://agentv.dev/docs/targets/configuration/) — configure agents and providers
|
|
113
113
|
- [Compare results](https://agentv.dev/docs/tools/compare/) — A/B testing and regression detection
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { createRequire } from 'node:module'; const require = createRequire(import.meta.url);
|
|
2
|
+
import {
|
|
3
|
+
aggregateRunDir,
|
|
4
|
+
buildAggregateGradingArtifact,
|
|
5
|
+
buildBenchmarkArtifact,
|
|
6
|
+
buildGradingArtifact,
|
|
7
|
+
buildIndexArtifactEntry,
|
|
8
|
+
buildResultIndexArtifact,
|
|
9
|
+
buildTestTargetKey,
|
|
10
|
+
buildTimingArtifact,
|
|
11
|
+
deduplicateByTestIdTarget,
|
|
12
|
+
parseJsonlResults,
|
|
13
|
+
writeArtifacts,
|
|
14
|
+
writeArtifactsFromResults,
|
|
15
|
+
writePerTestArtifacts
|
|
16
|
+
} from "./chunk-NL6P5MUH.js";
|
|
17
|
+
import "./chunk-R2QDYORI.js";
|
|
18
|
+
import "./chunk-QOBQ5XYF.js";
|
|
19
|
+
import "./chunk-BPGJ4HBU.js";
|
|
20
|
+
import "./chunk-PTYQS37Y.js";
|
|
21
|
+
import "./chunk-ZKO2LGRR.js";
|
|
22
|
+
import "./chunk-NPVGBFF6.js";
|
|
23
|
+
import "./chunk-HQDCIXVH.js";
|
|
24
|
+
import "./chunk-LRULMAAA.js";
|
|
25
|
+
import "./chunk-5H446C7X.js";
|
|
26
|
+
export {
|
|
27
|
+
aggregateRunDir,
|
|
28
|
+
buildAggregateGradingArtifact,
|
|
29
|
+
buildBenchmarkArtifact,
|
|
30
|
+
buildGradingArtifact,
|
|
31
|
+
buildIndexArtifactEntry,
|
|
32
|
+
buildResultIndexArtifact,
|
|
33
|
+
buildTestTargetKey,
|
|
34
|
+
buildTimingArtifact,
|
|
35
|
+
deduplicateByTestIdTarget,
|
|
36
|
+
parseJsonlResults,
|
|
37
|
+
writeArtifacts,
|
|
38
|
+
writeArtifactsFromResults,
|
|
39
|
+
writePerTestArtifacts
|
|
40
|
+
};
|
|
41
|
+
//# sourceMappingURL=artifact-writer-YATMDPWI.js.map
|