agentv 2.11.0 → 2.11.2
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-GO7OTNQ4.js → chunk-IL7CRMY6.js} +20 -9
- package/dist/chunk-IL7CRMY6.js.map +1 -0
- package/dist/{chunk-EXJWRKKL.js → chunk-MQIQH5LB.js} +90 -7
- package/dist/chunk-MQIQH5LB.js.map +1 -0
- package/dist/{chunk-CVC3VMZ3.js → chunk-SNABHVUB.js} +66 -19
- package/dist/chunk-SNABHVUB.js.map +1 -0
- package/dist/cli.js +3 -3
- package/dist/{dist-NYXYDALF.js → dist-OVEHXEXC.js} +2 -2
- package/dist/index.js +3 -3
- package/dist/{interactive-V4A3RRU3.js → interactive-7NQRG7GK.js} +3 -3
- package/package.json +1 -1
- package/dist/chunk-CVC3VMZ3.js.map +0 -1
- package/dist/chunk-EXJWRKKL.js.map +0 -1
- package/dist/chunk-GO7OTNQ4.js.map +0 -1
- package/dist/templates/.agents/skills/agentv-chat-to-eval/README.md +0 -84
- package/dist/templates/.agents/skills/agentv-chat-to-eval/SKILL.md +0 -144
- package/dist/templates/.agents/skills/agentv-chat-to-eval/examples/transcript-json.md +0 -67
- package/dist/templates/.agents/skills/agentv-chat-to-eval/examples/transcript-markdown.md +0 -101
- package/dist/templates/.agents/skills/agentv-eval-builder/SKILL.md +0 -458
- package/dist/templates/.agents/skills/agentv-eval-builder/references/config-schema.json +0 -36
- package/dist/templates/.agents/skills/agentv-eval-builder/references/custom-evaluators.md +0 -118
- package/dist/templates/.agents/skills/agentv-eval-builder/references/eval-schema.json +0 -12753
- package/dist/templates/.agents/skills/agentv-eval-builder/references/rubric-evaluator.md +0 -77
- package/dist/templates/.agents/skills/agentv-eval-orchestrator/SKILL.md +0 -50
- package/dist/templates/.agents/skills/agentv-prompt-optimizer/SKILL.md +0 -78
- /package/dist/{dist-NYXYDALF.js.map → dist-OVEHXEXC.js.map} +0 -0
- /package/dist/{interactive-V4A3RRU3.js.map → interactive-7NQRG7GK.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-SNABHVUB.js";
|
|
6
|
+
import "./chunk-IL7CRMY6.js";
|
|
7
|
+
import "./chunk-MQIQH5LB.js";
|
|
8
8
|
import "./chunk-JK6V4KVD.js";
|
|
9
9
|
import "./chunk-C5GOHBQM.js";
|
|
10
10
|
import "./chunk-3L2L5GIL.js";
|
|
@@ -128,7 +128,7 @@ import {
|
|
|
128
128
|
toSnakeCaseDeep,
|
|
129
129
|
tokensPerTool,
|
|
130
130
|
trimBaselineResult
|
|
131
|
-
} from "./chunk-
|
|
131
|
+
} from "./chunk-MQIQH5LB.js";
|
|
132
132
|
import {
|
|
133
133
|
SimpleTraceFileExporter
|
|
134
134
|
} from "./chunk-JK6V4KVD.js";
|
|
@@ -270,4 +270,4 @@ export {
|
|
|
270
270
|
tokensPerTool,
|
|
271
271
|
trimBaselineResult
|
|
272
272
|
};
|
|
273
|
-
//# sourceMappingURL=dist-
|
|
273
|
+
//# sourceMappingURL=dist-OVEHXEXC.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-SNABHVUB.js";
|
|
7
|
+
import "./chunk-IL7CRMY6.js";
|
|
8
|
+
import "./chunk-MQIQH5LB.js";
|
|
9
9
|
import "./chunk-JK6V4KVD.js";
|
|
10
10
|
import "./chunk-C5GOHBQM.js";
|
|
11
11
|
import "./chunk-3L2L5GIL.js";
|
|
@@ -4,13 +4,13 @@ import {
|
|
|
4
4
|
fileExists,
|
|
5
5
|
findRepoRoot,
|
|
6
6
|
runEvalCommand
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-IL7CRMY6.js";
|
|
8
8
|
import {
|
|
9
9
|
DEFAULT_EVAL_PATTERNS,
|
|
10
10
|
listTargetNames,
|
|
11
11
|
loadConfig,
|
|
12
12
|
readTargetDefinitions
|
|
13
|
-
} from "./chunk-
|
|
13
|
+
} from "./chunk-MQIQH5LB.js";
|
|
14
14
|
import "./chunk-JK6V4KVD.js";
|
|
15
15
|
import "./chunk-C5GOHBQM.js";
|
|
16
16
|
import "./chunk-3L2L5GIL.js";
|
|
@@ -330,4 +330,4 @@ async function executeConfig(config) {
|
|
|
330
330
|
export {
|
|
331
331
|
launchInteractiveWizard
|
|
332
332
|
};
|
|
333
|
-
//# sourceMappingURL=interactive-
|
|
333
|
+
//# sourceMappingURL=interactive-7NQRG7GK.js.map
|