agentv 4.4.0 → 4.5.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/{chunk-BAYNXTX6.js → chunk-3UST47TW.js} +22 -28
- package/dist/chunk-3UST47TW.js.map +1 -0
- package/dist/{chunk-YORCRL4G.js → chunk-D7HJ5HME.js} +421 -506
- package/dist/chunk-D7HJ5HME.js.map +1 -0
- package/dist/{chunk-63NDZ6UC.js → chunk-TEPYEYPG.js} +375 -96
- package/dist/chunk-TEPYEYPG.js.map +1 -0
- package/dist/cli.js +3 -3
- package/dist/{dist-P74O2P2I.js → dist-FBKKMDHE.js} +8 -2
- package/dist/index.js +3 -3
- package/dist/{interactive-YNSOO2BS.js → interactive-YAOW6DCC.js} +3 -3
- package/dist/studio/assets/{index-4pi03cUm.js → index-D-gfAa3s.js} +10 -10
- package/dist/studio/assets/{index-CnW7PJA8.js → index-zWHsVvgi.js} +1 -1
- package/dist/studio/index.html +1 -1
- package/package.json +1 -1
- package/dist/chunk-63NDZ6UC.js.map +0 -1
- package/dist/chunk-BAYNXTX6.js.map +0 -1
- package/dist/chunk-YORCRL4G.js.map +0 -1
- /package/dist/{dist-P74O2P2I.js.map → dist-FBKKMDHE.js.map} +0 -0
- /package/dist/{interactive-YNSOO2BS.js.map → interactive-YAOW6DCC.js.map} +0 -0
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-
|
|
6
|
-
import "./chunk-
|
|
7
|
-
import "./chunk-
|
|
5
|
+
} from "./chunk-D7HJ5HME.js";
|
|
6
|
+
import "./chunk-3UST47TW.js";
|
|
7
|
+
import "./chunk-TEPYEYPG.js";
|
|
8
8
|
import "./chunk-QOBQ5XYF.js";
|
|
9
9
|
import "./chunk-HQDCIXVH.js";
|
|
10
10
|
import "./chunk-ZKO2LGRR.js";
|
|
@@ -61,6 +61,7 @@ import {
|
|
|
61
61
|
deriveProjectId,
|
|
62
62
|
detectFormat,
|
|
63
63
|
discoverAssertions,
|
|
64
|
+
discoverClaudeSessions,
|
|
64
65
|
discoverCopilotSessions,
|
|
65
66
|
discoverGraders,
|
|
66
67
|
discoverProjects,
|
|
@@ -119,12 +120,14 @@ import {
|
|
|
119
120
|
negateScore,
|
|
120
121
|
normalizeLineEndings,
|
|
121
122
|
parseAgentSkillsEvals,
|
|
123
|
+
parseClaudeSession,
|
|
122
124
|
parseJsonFromText,
|
|
123
125
|
parseJsonSafe,
|
|
124
126
|
readJsonFile,
|
|
125
127
|
readTargetDefinitions,
|
|
126
128
|
readTestSuiteMetadata,
|
|
127
129
|
readTextFile,
|
|
130
|
+
readTranscriptFile,
|
|
128
131
|
removeProject,
|
|
129
132
|
resolveAndCreateProvider,
|
|
130
133
|
resolveFileReference,
|
|
@@ -161,7 +164,7 @@ import {
|
|
|
161
164
|
transpileEvalYaml,
|
|
162
165
|
transpileEvalYamlFile,
|
|
163
166
|
trimBaselineResult
|
|
164
|
-
} from "./chunk-
|
|
167
|
+
} from "./chunk-TEPYEYPG.js";
|
|
165
168
|
import {
|
|
166
169
|
OtlpJsonFileExporter
|
|
167
170
|
} from "./chunk-QOBQ5XYF.js";
|
|
@@ -234,6 +237,7 @@ export {
|
|
|
234
237
|
deriveProjectId,
|
|
235
238
|
detectFormat,
|
|
236
239
|
discoverAssertions,
|
|
240
|
+
discoverClaudeSessions,
|
|
237
241
|
discoverCopilotSessions,
|
|
238
242
|
discoverGraders,
|
|
239
243
|
discoverGraders as discoverJudges,
|
|
@@ -293,12 +297,14 @@ export {
|
|
|
293
297
|
negateScore,
|
|
294
298
|
normalizeLineEndings,
|
|
295
299
|
parseAgentSkillsEvals,
|
|
300
|
+
parseClaudeSession,
|
|
296
301
|
parseJsonFromText,
|
|
297
302
|
parseJsonSafe,
|
|
298
303
|
readJsonFile,
|
|
299
304
|
readTargetDefinitions,
|
|
300
305
|
readTestSuiteMetadata,
|
|
301
306
|
readTextFile,
|
|
307
|
+
readTranscriptFile,
|
|
302
308
|
removeProject,
|
|
303
309
|
resolveAndCreateProvider,
|
|
304
310
|
resolveFileReference,
|
|
@@ -336,4 +342,4 @@ export {
|
|
|
336
342
|
transpileEvalYamlFile,
|
|
337
343
|
trimBaselineResult
|
|
338
344
|
};
|
|
339
|
-
//# sourceMappingURL=dist-
|
|
345
|
+
//# sourceMappingURL=dist-FBKKMDHE.js.map
|
package/dist/index.js
CHANGED
|
@@ -3,9 +3,9 @@ import {
|
|
|
3
3
|
app,
|
|
4
4
|
preprocessArgv,
|
|
5
5
|
runCli
|
|
6
|
-
} from "./chunk-
|
|
7
|
-
import "./chunk-
|
|
8
|
-
import "./chunk-
|
|
6
|
+
} from "./chunk-D7HJ5HME.js";
|
|
7
|
+
import "./chunk-3UST47TW.js";
|
|
8
|
+
import "./chunk-TEPYEYPG.js";
|
|
9
9
|
import "./chunk-QOBQ5XYF.js";
|
|
10
10
|
import "./chunk-HQDCIXVH.js";
|
|
11
11
|
import "./chunk-ZKO2LGRR.js";
|
|
@@ -4,7 +4,7 @@ import {
|
|
|
4
4
|
fileExists,
|
|
5
5
|
findRepoRoot,
|
|
6
6
|
runEvalCommand
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-3UST47TW.js";
|
|
8
8
|
import {
|
|
9
9
|
DEFAULT_EVAL_PATTERNS,
|
|
10
10
|
deriveCategory,
|
|
@@ -12,7 +12,7 @@ import {
|
|
|
12
12
|
listTargetNames,
|
|
13
13
|
loadConfig,
|
|
14
14
|
readTargetDefinitions
|
|
15
|
-
} from "./chunk-
|
|
15
|
+
} from "./chunk-TEPYEYPG.js";
|
|
16
16
|
import "./chunk-QOBQ5XYF.js";
|
|
17
17
|
import "./chunk-HQDCIXVH.js";
|
|
18
18
|
import "./chunk-ZKO2LGRR.js";
|
|
@@ -363,4 +363,4 @@ ${ANSI_DIM}Retrying execution errors...${ANSI_RESET}
|
|
|
363
363
|
export {
|
|
364
364
|
launchInteractiveWizard
|
|
365
365
|
};
|
|
366
|
-
//# sourceMappingURL=interactive-
|
|
366
|
+
//# sourceMappingURL=interactive-YAOW6DCC.js.map
|