agentv 3.10.2 → 3.11.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-6UE665XI.js → chunk-ETMDLQ72.js} +1141 -60
- package/dist/chunk-ETMDLQ72.js.map +1 -0
- package/dist/{chunk-KGK5NUFG.js → chunk-EZGWZVVK.js} +377 -163
- package/dist/chunk-EZGWZVVK.js.map +1 -0
- package/dist/{chunk-F7LAJMTO.js → chunk-JEW3FEO7.js} +68 -32
- package/dist/chunk-JEW3FEO7.js.map +1 -0
- package/dist/cli.js +3 -3
- package/dist/{dist-3QUJEJUT.js → dist-QERRYDSC.js} +2 -2
- package/dist/index.js +3 -3
- package/dist/{interactive-EO6AR2R3.js → interactive-AD4PRYDN.js} +3 -3
- package/package.json +3 -1
- package/dist/chunk-6UE665XI.js.map +0 -1
- package/dist/chunk-F7LAJMTO.js.map +0 -1
- package/dist/chunk-KGK5NUFG.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/templates/.agentv/.env.example +0 -25
- package/dist/templates/.claude/skills/agentv-eval-builder/SKILL.md +0 -177
- package/dist/templates/.claude/skills/agentv-eval-builder/references/batch-cli-evaluator.md +0 -316
- package/dist/templates/.claude/skills/agentv-eval-builder/references/compare-command.md +0 -137
- package/dist/templates/.claude/skills/agentv-eval-builder/references/composite-evaluator.md +0 -215
- package/dist/templates/.claude/skills/agentv-eval-builder/references/config-schema.json +0 -27
- package/dist/templates/.claude/skills/agentv-eval-builder/references/custom-evaluators.md +0 -115
- package/dist/templates/.claude/skills/agentv-eval-builder/references/eval-schema.json +0 -278
- package/dist/templates/.claude/skills/agentv-eval-builder/references/example-evals.md +0 -333
- package/dist/templates/.claude/skills/agentv-eval-builder/references/rubric-evaluator.md +0 -79
- package/dist/templates/.claude/skills/agentv-eval-builder/references/structured-data-evaluators.md +0 -121
- package/dist/templates/.claude/skills/agentv-eval-builder/references/tool-trajectory-evaluator.md +0 -298
- package/dist/templates/.claude/skills/agentv-prompt-optimizer/SKILL.md +0 -78
- package/dist/templates/.github/prompts/agentv-eval-build.prompt.md +0 -5
- package/dist/templates/.github/prompts/agentv-optimize.prompt.md +0 -4
- /package/dist/{dist-3QUJEJUT.js.map → dist-QERRYDSC.js.map} +0 -0
- /package/dist/{interactive-EO6AR2R3.js.map → interactive-AD4PRYDN.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-ETMDLQ72.js";
|
|
6
|
+
import "./chunk-JEW3FEO7.js";
|
|
7
|
+
import "./chunk-EZGWZVVK.js";
|
|
8
8
|
import "./chunk-C5GOHBQM.js";
|
|
9
9
|
import "./chunk-JK6V4KVD.js";
|
|
10
10
|
import "./chunk-HQDCIXVH.js";
|
|
@@ -141,7 +141,7 @@ import {
|
|
|
141
141
|
transpileEvalYaml,
|
|
142
142
|
transpileEvalYamlFile,
|
|
143
143
|
trimBaselineResult
|
|
144
|
-
} from "./chunk-
|
|
144
|
+
} from "./chunk-EZGWZVVK.js";
|
|
145
145
|
import {
|
|
146
146
|
OtlpJsonFileExporter
|
|
147
147
|
} from "./chunk-C5GOHBQM.js";
|
|
@@ -300,4 +300,4 @@ export {
|
|
|
300
300
|
transpileEvalYamlFile,
|
|
301
301
|
trimBaselineResult
|
|
302
302
|
};
|
|
303
|
-
//# sourceMappingURL=dist-
|
|
303
|
+
//# sourceMappingURL=dist-QERRYDSC.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-ETMDLQ72.js";
|
|
7
|
+
import "./chunk-JEW3FEO7.js";
|
|
8
|
+
import "./chunk-EZGWZVVK.js";
|
|
9
9
|
import "./chunk-C5GOHBQM.js";
|
|
10
10
|
import "./chunk-JK6V4KVD.js";
|
|
11
11
|
import "./chunk-HQDCIXVH.js";
|
|
@@ -4,14 +4,14 @@ import {
|
|
|
4
4
|
fileExists,
|
|
5
5
|
findRepoRoot,
|
|
6
6
|
runEvalCommand
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-JEW3FEO7.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-EZGWZVVK.js";
|
|
15
15
|
import "./chunk-C5GOHBQM.js";
|
|
16
16
|
import "./chunk-JK6V4KVD.js";
|
|
17
17
|
import "./chunk-HQDCIXVH.js";
|
|
@@ -371,4 +371,4 @@ ${ANSI_DIM}Retrying execution errors...${ANSI_RESET}
|
|
|
371
371
|
export {
|
|
372
372
|
launchInteractiveWizard
|
|
373
373
|
};
|
|
374
|
-
//# sourceMappingURL=interactive-
|
|
374
|
+
//# sourceMappingURL=interactive-AD4PRYDN.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "agentv",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.11.0",
|
|
4
4
|
"description": "CLI entry point for AgentV",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"repository": {
|
|
@@ -31,6 +31,7 @@
|
|
|
31
31
|
"@ai-sdk/openai": "^3.0.0",
|
|
32
32
|
"@anthropic-ai/claude-agent-sdk": "^0.2.49",
|
|
33
33
|
"@github/copilot-sdk": "^0.1.25",
|
|
34
|
+
"@hono/node-server": "^1.19.11",
|
|
34
35
|
"@inquirer/prompts": "^8.2.1",
|
|
35
36
|
"@mariozechner/pi-agent-core": "^0.54.2",
|
|
36
37
|
"@mariozechner/pi-ai": "^0.54.2",
|
|
@@ -38,6 +39,7 @@
|
|
|
38
39
|
"cmd-ts": "^0.14.3",
|
|
39
40
|
"dotenv": "^16.4.5",
|
|
40
41
|
"fast-glob": "^3.3.3",
|
|
42
|
+
"hono": "^4.12.9",
|
|
41
43
|
"json5": "^2.2.3",
|
|
42
44
|
"micromatch": "^4.0.8",
|
|
43
45
|
"semver": "^7.7.4",
|