agentv 4.29.2-next.1 → 4.30.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 (25) hide show
  1. package/dist/{artifact-writer-RQXU4LZV.js → artifact-writer-JJLJUUUY.js} +4 -4
  2. package/dist/{chunk-62SD2XKL.js → chunk-B2YJVU72.js} +9 -8
  3. package/dist/chunk-B2YJVU72.js.map +1 -0
  4. package/dist/{chunk-7SGY7PPE.js → chunk-J4AMO3MD.js} +15 -29
  5. package/dist/chunk-J4AMO3MD.js.map +1 -0
  6. package/dist/{chunk-VTOY4SMC.js → chunk-L3FMZXCD.js} +130 -37
  7. package/dist/chunk-L3FMZXCD.js.map +1 -0
  8. package/dist/{chunk-VZMGBDJD.js → chunk-LUZRCQNH.js} +2 -2
  9. package/dist/{chunk-OS67VZUO.js → chunk-YFVD6FC6.js} +3 -3
  10. package/dist/cli.js +5 -5
  11. package/dist/{dist-HLU6WIYL.js → dist-GYCHDLTZ.js} +3 -3
  12. package/dist/index.js +5 -5
  13. package/dist/{interactive-SOVRCWPF.js → interactive-DIQOOZX4.js} +5 -5
  14. package/dist/skills/agentv-eval-writer/references/eval-schema.json +12 -0
  15. package/dist/{ts-eval-loader-EMSGL2BQ-P5RV35TE.js → ts-eval-loader-JL5DGTJL-U5LTKGOE.js} +2 -2
  16. package/package.json +1 -1
  17. package/dist/chunk-62SD2XKL.js.map +0 -1
  18. package/dist/chunk-7SGY7PPE.js.map +0 -1
  19. package/dist/chunk-VTOY4SMC.js.map +0 -1
  20. /package/dist/{artifact-writer-RQXU4LZV.js.map → artifact-writer-JJLJUUUY.js.map} +0 -0
  21. /package/dist/{chunk-VZMGBDJD.js.map → chunk-LUZRCQNH.js.map} +0 -0
  22. /package/dist/{chunk-OS67VZUO.js.map → chunk-YFVD6FC6.js.map} +0 -0
  23. /package/dist/{dist-HLU6WIYL.js.map → dist-GYCHDLTZ.js.map} +0 -0
  24. /package/dist/{interactive-SOVRCWPF.js.map → interactive-DIQOOZX4.js.map} +0 -0
  25. /package/dist/{ts-eval-loader-EMSGL2BQ-P5RV35TE.js.map → ts-eval-loader-JL5DGTJL-U5LTKGOE.js.map} +0 -0
@@ -12,7 +12,7 @@ import {
12
12
  parseYamlValue,
13
13
  toCamelCaseDeep,
14
14
  toSnakeCaseDeep
15
- } from "./chunk-VTOY4SMC.js";
15
+ } from "./chunk-L3FMZXCD.js";
16
16
 
17
17
  // ../../packages/core/dist/index.js
18
18
  import { readFileSync } from "node:fs";
@@ -2401,4 +2401,4 @@ export {
2401
2401
  TranscriptProvider,
2402
2402
  createAgentKernel
2403
2403
  };
2404
- //# sourceMappingURL=chunk-VZMGBDJD.js.map
2404
+ //# sourceMappingURL=chunk-LUZRCQNH.js.map
@@ -1,10 +1,10 @@
1
1
  import { createRequire } from 'node:module'; const require = createRequire(import.meta.url);
2
2
  import {
3
3
  toTranscriptJsonLines
4
- } from "./chunk-VZMGBDJD.js";
4
+ } from "./chunk-LUZRCQNH.js";
5
5
  import {
6
6
  DEFAULT_THRESHOLD
7
- } from "./chunk-VTOY4SMC.js";
7
+ } from "./chunk-L3FMZXCD.js";
8
8
 
9
9
  // src/commands/eval/artifact-writer.ts
10
10
  import { mkdir, readFile, writeFile } from "node:fs/promises";
@@ -726,4 +726,4 @@ export {
726
726
  writePerTestArtifacts,
727
727
  writeArtifactsFromResults
728
728
  };
729
- //# sourceMappingURL=chunk-OS67VZUO.js.map
729
+ //# sourceMappingURL=chunk-YFVD6FC6.js.map
package/dist/cli.js CHANGED
@@ -2,15 +2,15 @@
2
2
  import { createRequire } from 'node:module'; const require = createRequire(import.meta.url);
3
3
  import {
4
4
  runCli
5
- } from "./chunk-7SGY7PPE.js";
6
- import "./chunk-62SD2XKL.js";
7
- import "./chunk-OS67VZUO.js";
8
- import "./chunk-VZMGBDJD.js";
5
+ } from "./chunk-J4AMO3MD.js";
6
+ import "./chunk-B2YJVU72.js";
7
+ import "./chunk-YFVD6FC6.js";
8
+ import "./chunk-LUZRCQNH.js";
9
9
  import "./chunk-QOBQ5XYF.js";
10
10
  import "./chunk-BPGJ4HBU.js";
11
11
  import {
12
12
  killAllTrackedChildren
13
- } from "./chunk-VTOY4SMC.js";
13
+ } from "./chunk-L3FMZXCD.js";
14
14
  import "./chunk-NPVGBFF6.js";
15
15
  import "./chunk-M7BUKBAF.js";
16
16
  import "./chunk-5H446C7X.js";
@@ -55,7 +55,7 @@ import {
55
55
  transpileEvalYaml,
56
56
  transpileEvalYamlFile,
57
57
  trimBaselineResult
58
- } from "./chunk-VZMGBDJD.js";
58
+ } from "./chunk-LUZRCQNH.js";
59
59
  import {
60
60
  OtlpJsonFileExporter
61
61
  } from "./chunk-QOBQ5XYF.js";
@@ -211,7 +211,7 @@ import {
211
211
  tokensPerTool,
212
212
  trackChild,
213
213
  trackedChildCount
214
- } from "./chunk-VTOY4SMC.js";
214
+ } from "./chunk-L3FMZXCD.js";
215
215
  import "./chunk-NPVGBFF6.js";
216
216
  import "./chunk-M7BUKBAF.js";
217
217
  import "./chunk-5H446C7X.js";
@@ -422,4 +422,4 @@ export {
422
422
  transpileEvalYamlFile,
423
423
  trimBaselineResult
424
424
  };
425
- //# sourceMappingURL=dist-HLU6WIYL.js.map
425
+ //# sourceMappingURL=dist-GYCHDLTZ.js.map
package/dist/index.js CHANGED
@@ -3,13 +3,13 @@ import {
3
3
  app,
4
4
  preprocessArgv,
5
5
  runCli
6
- } from "./chunk-7SGY7PPE.js";
7
- import "./chunk-62SD2XKL.js";
8
- import "./chunk-OS67VZUO.js";
9
- import "./chunk-VZMGBDJD.js";
6
+ } from "./chunk-J4AMO3MD.js";
7
+ import "./chunk-B2YJVU72.js";
8
+ import "./chunk-YFVD6FC6.js";
9
+ import "./chunk-LUZRCQNH.js";
10
10
  import "./chunk-QOBQ5XYF.js";
11
11
  import "./chunk-BPGJ4HBU.js";
12
- import "./chunk-VTOY4SMC.js";
12
+ import "./chunk-L3FMZXCD.js";
13
13
  import "./chunk-NPVGBFF6.js";
14
14
  import "./chunk-M7BUKBAF.js";
15
15
  import "./chunk-5H446C7X.js";
@@ -7,16 +7,16 @@ import {
7
7
  findRepoRoot,
8
8
  getCategories,
9
9
  runEvalCommand
10
- } from "./chunk-62SD2XKL.js";
11
- import "./chunk-OS67VZUO.js";
12
- import "./chunk-VZMGBDJD.js";
10
+ } from "./chunk-B2YJVU72.js";
11
+ import "./chunk-YFVD6FC6.js";
12
+ import "./chunk-LUZRCQNH.js";
13
13
  import "./chunk-QOBQ5XYF.js";
14
14
  import "./chunk-BPGJ4HBU.js";
15
15
  import {
16
16
  getAgentvConfigDir,
17
17
  listTargetNames,
18
18
  readTargetDefinitions
19
- } from "./chunk-VTOY4SMC.js";
19
+ } from "./chunk-L3FMZXCD.js";
20
20
  import "./chunk-NPVGBFF6.js";
21
21
  import "./chunk-M7BUKBAF.js";
22
22
  import "./chunk-5H446C7X.js";
@@ -360,4 +360,4 @@ ${ANSI_DIM}Retrying execution errors...${ANSI_RESET}
360
360
  export {
361
361
  launchInteractiveWizard
362
362
  };
363
- //# sourceMappingURL=interactive-SOVRCWPF.js.map
363
+ //# sourceMappingURL=interactive-DIQOOZX4.js.map
@@ -106,6 +106,11 @@
106
106
  "type": "string",
107
107
  "minLength": 1
108
108
  },
109
+ "vars": {
110
+ "type": "object",
111
+ "properties": {},
112
+ "additionalProperties": {}
113
+ },
109
114
  "criteria": {
110
115
  "type": "string"
111
116
  },
@@ -167,6 +172,7 @@
167
172
  },
168
173
  {
169
174
  "type": "object",
175
+ "properties": {},
170
176
  "additionalProperties": {}
171
177
  },
172
178
  {
@@ -6634,6 +6640,11 @@
6634
6640
  "type": "string",
6635
6641
  "minLength": 1
6636
6642
  },
6643
+ "vars": {
6644
+ "type": "object",
6645
+ "properties": {},
6646
+ "additionalProperties": {}
6647
+ },
6637
6648
  "criteria": {
6638
6649
  "type": "string"
6639
6650
  },
@@ -6695,6 +6706,7 @@
6695
6706
  },
6696
6707
  {
6697
6708
  "type": "object",
6709
+ "properties": {},
6698
6710
  "additionalProperties": {}
6699
6711
  },
6700
6712
  {
@@ -2,7 +2,7 @@ import { createRequire } from 'node:module'; const require = createRequire(impor
2
2
  import {
3
3
  loadTsEvalFile,
4
4
  loadTsEvalSuite
5
- } from "./chunk-VTOY4SMC.js";
5
+ } from "./chunk-L3FMZXCD.js";
6
6
  import "./chunk-NPVGBFF6.js";
7
7
  import "./chunk-M7BUKBAF.js";
8
8
  import "./chunk-5H446C7X.js";
@@ -10,4 +10,4 @@ export {
10
10
  loadTsEvalFile,
11
11
  loadTsEvalSuite
12
12
  };
13
- //# sourceMappingURL=ts-eval-loader-EMSGL2BQ-P5RV35TE.js.map
13
+ //# sourceMappingURL=ts-eval-loader-JL5DGTJL-U5LTKGOE.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agentv",
3
- "version": "4.29.2-next.1",
3
+ "version": "4.30.0",
4
4
  "description": "CLI entry point for AgentV",
5
5
  "type": "module",
6
6
  "repository": {