agentv 3.2.1 → 3.2.3
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/{agentv-provider-5CJVBBGG-2XVZBW7L.js → agentv-provider-5CJVBBGG-CWG26WRA.js} +2 -2
- package/dist/{chunk-QHH6QXNY.js → chunk-3S5ABGLC.js} +86 -8
- package/dist/chunk-3S5ABGLC.js.map +1 -0
- package/dist/{chunk-6GSYTMXD.js → chunk-6BA56F67.js} +1493 -10347
- package/dist/chunk-6BA56F67.js.map +1 -0
- package/dist/{chunk-QZRZDCHV.js → chunk-HSLVKD7U.js} +23 -5
- package/dist/chunk-HSLVKD7U.js.map +1 -0
- package/dist/{chunk-CY4TSIZS.js → chunk-WW3AL6CM.js} +4 -4
- package/dist/cli.js +4 -4
- package/dist/{dist-NOJMJ5CF.js → dist-4QBXVHRX.js} +3 -3
- package/dist/index.js +4 -4
- package/dist/{interactive-Q37ICHBG.js → interactive-TLLJMCWK.js} +4 -4
- package/package.json +4 -3
- package/dist/chunk-6GSYTMXD.js.map +0 -1
- package/dist/chunk-QHH6QXNY.js.map +0 -1
- package/dist/chunk-QZRZDCHV.js.map +0 -1
- /package/dist/{agentv-provider-5CJVBBGG-2XVZBW7L.js.map → agentv-provider-5CJVBBGG-CWG26WRA.js.map} +0 -0
- /package/dist/{chunk-CY4TSIZS.js.map → chunk-WW3AL6CM.js.map} +0 -0
- /package/dist/{dist-NOJMJ5CF.js.map → dist-4QBXVHRX.js.map} +0 -0
- /package/dist/{interactive-Q37ICHBG.js.map → interactive-TLLJMCWK.js.map} +0 -0
|
@@ -12,7 +12,7 @@ import {
|
|
|
12
12
|
validateEvalFile,
|
|
13
13
|
validateFileReferences,
|
|
14
14
|
validateTargetsFile
|
|
15
|
-
} from "./chunk-
|
|
15
|
+
} from "./chunk-HSLVKD7U.js";
|
|
16
16
|
import {
|
|
17
17
|
createBuiltinRegistry,
|
|
18
18
|
createProvider,
|
|
@@ -30,7 +30,7 @@ import {
|
|
|
30
30
|
toSnakeCaseDeep as toSnakeCaseDeep2,
|
|
31
31
|
transpileEvalYamlFile,
|
|
32
32
|
trimBaselineResult
|
|
33
|
-
} from "./chunk-
|
|
33
|
+
} from "./chunk-3S5ABGLC.js";
|
|
34
34
|
import {
|
|
35
35
|
__commonJS,
|
|
36
36
|
__esm,
|
|
@@ -4177,7 +4177,7 @@ var evalRunCommand = command({
|
|
|
4177
4177
|
},
|
|
4178
4178
|
handler: async (args) => {
|
|
4179
4179
|
if (args.evalPaths.length === 0 && process.stdin.isTTY) {
|
|
4180
|
-
const { launchInteractiveWizard } = await import("./interactive-
|
|
4180
|
+
const { launchInteractiveWizard } = await import("./interactive-TLLJMCWK.js");
|
|
4181
4181
|
await launchInteractiveWizard();
|
|
4182
4182
|
return;
|
|
4183
4183
|
}
|
|
@@ -6146,4 +6146,4 @@ export {
|
|
|
6146
6146
|
preprocessArgv,
|
|
6147
6147
|
runCli
|
|
6148
6148
|
};
|
|
6149
|
-
//# sourceMappingURL=chunk-
|
|
6149
|
+
//# sourceMappingURL=chunk-WW3AL6CM.js.map
|
package/dist/cli.js
CHANGED
|
@@ -2,13 +2,13 @@
|
|
|
2
2
|
import { createRequire } from 'node:module'; const require = createRequire(import.meta.url);
|
|
3
3
|
import {
|
|
4
4
|
runCli
|
|
5
|
-
} from "./chunk-
|
|
6
|
-
import "./chunk-
|
|
7
|
-
import "./chunk-
|
|
5
|
+
} from "./chunk-WW3AL6CM.js";
|
|
6
|
+
import "./chunk-HSLVKD7U.js";
|
|
7
|
+
import "./chunk-3S5ABGLC.js";
|
|
8
8
|
import "./chunk-C5GOHBQM.js";
|
|
9
9
|
import "./chunk-JK6V4KVD.js";
|
|
10
10
|
import "./chunk-3L2L5GIL.js";
|
|
11
|
-
import "./chunk-
|
|
11
|
+
import "./chunk-6BA56F67.js";
|
|
12
12
|
import "./chunk-LRULMAAA.js";
|
|
13
13
|
import "./chunk-5H446C7X.js";
|
|
14
14
|
|
|
@@ -142,7 +142,7 @@ import {
|
|
|
142
142
|
transpileEvalYaml,
|
|
143
143
|
transpileEvalYamlFile,
|
|
144
144
|
trimBaselineResult
|
|
145
|
-
} from "./chunk-
|
|
145
|
+
} from "./chunk-3S5ABGLC.js";
|
|
146
146
|
import {
|
|
147
147
|
OtlpJsonFileExporter
|
|
148
148
|
} from "./chunk-C5GOHBQM.js";
|
|
@@ -150,7 +150,7 @@ import {
|
|
|
150
150
|
SimpleTraceFileExporter
|
|
151
151
|
} from "./chunk-JK6V4KVD.js";
|
|
152
152
|
import "./chunk-3L2L5GIL.js";
|
|
153
|
-
import "./chunk-
|
|
153
|
+
import "./chunk-6BA56F67.js";
|
|
154
154
|
import "./chunk-LRULMAAA.js";
|
|
155
155
|
import "./chunk-5H446C7X.js";
|
|
156
156
|
export {
|
|
@@ -302,4 +302,4 @@ export {
|
|
|
302
302
|
transpileEvalYamlFile,
|
|
303
303
|
trimBaselineResult
|
|
304
304
|
};
|
|
305
|
-
//# sourceMappingURL=dist-
|
|
305
|
+
//# sourceMappingURL=dist-4QBXVHRX.js.map
|
package/dist/index.js
CHANGED
|
@@ -3,13 +3,13 @@ import {
|
|
|
3
3
|
app,
|
|
4
4
|
preprocessArgv,
|
|
5
5
|
runCli
|
|
6
|
-
} from "./chunk-
|
|
7
|
-
import "./chunk-
|
|
8
|
-
import "./chunk-
|
|
6
|
+
} from "./chunk-WW3AL6CM.js";
|
|
7
|
+
import "./chunk-HSLVKD7U.js";
|
|
8
|
+
import "./chunk-3S5ABGLC.js";
|
|
9
9
|
import "./chunk-C5GOHBQM.js";
|
|
10
10
|
import "./chunk-JK6V4KVD.js";
|
|
11
11
|
import "./chunk-3L2L5GIL.js";
|
|
12
|
-
import "./chunk-
|
|
12
|
+
import "./chunk-6BA56F67.js";
|
|
13
13
|
import "./chunk-LRULMAAA.js";
|
|
14
14
|
import "./chunk-5H446C7X.js";
|
|
15
15
|
export {
|
|
@@ -4,18 +4,18 @@ import {
|
|
|
4
4
|
fileExists,
|
|
5
5
|
findRepoRoot,
|
|
6
6
|
runEvalCommand
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-HSLVKD7U.js";
|
|
8
8
|
import {
|
|
9
9
|
DEFAULT_EVAL_PATTERNS,
|
|
10
10
|
getAgentvHome,
|
|
11
11
|
listTargetNames,
|
|
12
12
|
loadConfig,
|
|
13
13
|
readTargetDefinitions
|
|
14
|
-
} from "./chunk-
|
|
14
|
+
} from "./chunk-3S5ABGLC.js";
|
|
15
15
|
import "./chunk-C5GOHBQM.js";
|
|
16
16
|
import "./chunk-JK6V4KVD.js";
|
|
17
17
|
import "./chunk-3L2L5GIL.js";
|
|
18
|
-
import "./chunk-
|
|
18
|
+
import "./chunk-6BA56F67.js";
|
|
19
19
|
import "./chunk-LRULMAAA.js";
|
|
20
20
|
import "./chunk-5H446C7X.js";
|
|
21
21
|
|
|
@@ -331,4 +331,4 @@ async function executeConfig(config) {
|
|
|
331
331
|
export {
|
|
332
332
|
launchInteractiveWizard
|
|
333
333
|
};
|
|
334
|
-
//# sourceMappingURL=interactive-
|
|
334
|
+
//# sourceMappingURL=interactive-TLLJMCWK.js.map
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "agentv",
|
|
3
|
-
"version": "3.2.
|
|
3
|
+
"version": "3.2.3",
|
|
4
4
|
"description": "CLI entry point for AgentV",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
8
8
|
"url": "https://github.com/EntityProcess/agentv.git"
|
|
9
9
|
},
|
|
10
|
-
"homepage": "https://
|
|
10
|
+
"homepage": "https://agentv.dev",
|
|
11
11
|
"bugs": {
|
|
12
12
|
"url": "https://github.com/EntityProcess/agentv/issues"
|
|
13
13
|
},
|
|
@@ -28,6 +28,7 @@
|
|
|
28
28
|
"test:watch": "bun test --watch"
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
|
+
"@ai-sdk/openai": "^2.0.0",
|
|
31
32
|
"@anthropic-ai/claude-agent-sdk": "^0.2.49",
|
|
32
33
|
"@github/copilot-sdk": "^0.1.25",
|
|
33
34
|
"@inquirer/prompts": "^8.2.1",
|
|
@@ -43,7 +44,7 @@
|
|
|
43
44
|
"yaml": "^2.6.1"
|
|
44
45
|
},
|
|
45
46
|
"devDependencies": {
|
|
46
|
-
"@agentv/core": "2.
|
|
47
|
+
"@agentv/core": "3.2.2",
|
|
47
48
|
"@types/semver": "^7.7.1",
|
|
48
49
|
"execa": "^9.3.0"
|
|
49
50
|
}
|