agentv 2.15.0 → 2.17.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/dist/cli.js CHANGED
@@ -2,9 +2,9 @@
2
2
  import { createRequire } from 'node:module'; const require = createRequire(import.meta.url);
3
3
  import {
4
4
  runCli
5
- } from "./chunk-IKGJTJSU.js";
6
- import "./chunk-ZDSLKUCM.js";
7
- import "./chunk-VBK7BJLE.js";
5
+ } from "./chunk-FIWNPMZ4.js";
6
+ import "./chunk-H6WRFW2C.js";
7
+ import "./chunk-UJMO2T4J.js";
8
8
  import "./chunk-JK6V4KVD.js";
9
9
  import "./chunk-C5GOHBQM.js";
10
10
  import "./chunk-3L2L5GIL.js";
@@ -73,7 +73,6 @@ import {
73
73
  freeformEvaluationSchema,
74
74
  generateRubrics,
75
75
  getAgentvHome,
76
- getGitCacheRoot,
77
76
  getHitCount,
78
77
  getSubagentsRoot,
79
78
  getTraceStateRoot,
@@ -137,7 +136,7 @@ import {
137
136
  toSnakeCaseDeep,
138
137
  tokensPerTool,
139
138
  trimBaselineResult
140
- } from "./chunk-VBK7BJLE.js";
139
+ } from "./chunk-UJMO2T4J.js";
141
140
  import {
142
141
  SimpleTraceFileExporter
143
142
  } from "./chunk-JK6V4KVD.js";
@@ -223,7 +222,6 @@ export {
223
222
  freeformEvaluationSchema,
224
223
  generateRubrics,
225
224
  getAgentvHome,
226
- getGitCacheRoot,
227
225
  getHitCount,
228
226
  getSubagentsRoot,
229
227
  getTraceStateRoot,
@@ -288,4 +286,4 @@ export {
288
286
  tokensPerTool,
289
287
  trimBaselineResult
290
288
  };
291
- //# sourceMappingURL=dist-XZPR3AGM.js.map
289
+ //# sourceMappingURL=dist-4SYTSJN2.js.map
package/dist/index.js CHANGED
@@ -3,9 +3,9 @@ import {
3
3
  app,
4
4
  preprocessArgv,
5
5
  runCli
6
- } from "./chunk-IKGJTJSU.js";
7
- import "./chunk-ZDSLKUCM.js";
8
- import "./chunk-VBK7BJLE.js";
6
+ } from "./chunk-FIWNPMZ4.js";
7
+ import "./chunk-H6WRFW2C.js";
8
+ import "./chunk-UJMO2T4J.js";
9
9
  import "./chunk-JK6V4KVD.js";
10
10
  import "./chunk-C5GOHBQM.js";
11
11
  import "./chunk-3L2L5GIL.js";
@@ -4,14 +4,14 @@ import {
4
4
  fileExists,
5
5
  findRepoRoot,
6
6
  runEvalCommand
7
- } from "./chunk-ZDSLKUCM.js";
7
+ } from "./chunk-H6WRFW2C.js";
8
8
  import {
9
9
  DEFAULT_EVAL_PATTERNS,
10
10
  getAgentvHome,
11
11
  listTargetNames,
12
12
  loadConfig,
13
13
  readTargetDefinitions
14
- } from "./chunk-VBK7BJLE.js";
14
+ } from "./chunk-UJMO2T4J.js";
15
15
  import "./chunk-JK6V4KVD.js";
16
16
  import "./chunk-C5GOHBQM.js";
17
17
  import "./chunk-3L2L5GIL.js";
@@ -330,4 +330,4 @@ async function executeConfig(config) {
330
330
  export {
331
331
  launchInteractiveWizard
332
332
  };
333
- //# sourceMappingURL=interactive-SSGXAAKA.js.map
333
+ //# sourceMappingURL=interactive-7K5546RV.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agentv",
3
- "version": "2.15.0",
3
+ "version": "2.17.0",
4
4
  "description": "CLI entry point for AgentV",
5
5
  "type": "module",
6
6
  "repository": {