agentv 3.13.3 → 3.14.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-TGCWIHBH.js → chunk-3UW7KUQ3.js} +562 -58
- package/dist/chunk-3UW7KUQ3.js.map +1 -0
- package/dist/{chunk-PACTPWEN.js → chunk-75PQBKLR.js} +4 -4
- package/dist/{chunk-PACTPWEN.js.map → chunk-75PQBKLR.js.map} +1 -1
- package/dist/{chunk-D3LNJUUB.js → chunk-ELQEFMGO.js} +773 -339
- package/dist/chunk-ELQEFMGO.js.map +1 -0
- package/dist/cli.js +3 -3
- package/dist/{dist-KPMR7RBT.js → dist-5EEXTTC3.js} +4 -2
- package/dist/index.js +3 -3
- package/dist/{interactive-OMJAMCQP.js → interactive-Q563ULAR.js} +3 -3
- package/dist/templates/.agentv/config.yaml +4 -13
- package/dist/templates/.agentv/targets.yaml +0 -16
- package/package.json +1 -1
- package/dist/chunk-D3LNJUUB.js.map +0 -1
- package/dist/chunk-TGCWIHBH.js.map +0 -1
- package/dist/templates/.agentv/.env.example +0 -23
- /package/dist/{dist-KPMR7RBT.js.map → dist-5EEXTTC3.js.map} +0 -0
- /package/dist/{interactive-OMJAMCQP.js.map → interactive-Q563ULAR.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-3UW7KUQ3.js";
|
|
6
|
+
import "./chunk-75PQBKLR.js";
|
|
7
|
+
import "./chunk-ELQEFMGO.js";
|
|
8
8
|
import "./chunk-C5GOHBQM.js";
|
|
9
9
|
import "./chunk-HQDCIXVH.js";
|
|
10
10
|
import "./chunk-BJV6MDBE.js";
|
|
@@ -55,6 +55,7 @@ import {
|
|
|
55
55
|
defineConfig,
|
|
56
56
|
detectFormat,
|
|
57
57
|
discoverAssertions,
|
|
58
|
+
discoverCopilotSessions,
|
|
58
59
|
discoverGraders,
|
|
59
60
|
discoverProviders,
|
|
60
61
|
ensureVSCodeSubagents,
|
|
@@ -142,7 +143,7 @@ import {
|
|
|
142
143
|
transpileEvalYaml,
|
|
143
144
|
transpileEvalYamlFile,
|
|
144
145
|
trimBaselineResult
|
|
145
|
-
} from "./chunk-
|
|
146
|
+
} from "./chunk-ELQEFMGO.js";
|
|
146
147
|
import {
|
|
147
148
|
OtlpJsonFileExporter
|
|
148
149
|
} from "./chunk-C5GOHBQM.js";
|
|
@@ -209,6 +210,7 @@ export {
|
|
|
209
210
|
defineConfig,
|
|
210
211
|
detectFormat,
|
|
211
212
|
discoverAssertions,
|
|
213
|
+
discoverCopilotSessions,
|
|
212
214
|
discoverGraders,
|
|
213
215
|
discoverGraders as discoverJudges,
|
|
214
216
|
discoverProviders,
|
|
@@ -298,4 +300,4 @@ export {
|
|
|
298
300
|
transpileEvalYamlFile,
|
|
299
301
|
trimBaselineResult
|
|
300
302
|
};
|
|
301
|
-
//# sourceMappingURL=dist-
|
|
303
|
+
//# sourceMappingURL=dist-5EEXTTC3.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-3UW7KUQ3.js";
|
|
7
|
+
import "./chunk-75PQBKLR.js";
|
|
8
|
+
import "./chunk-ELQEFMGO.js";
|
|
9
9
|
import "./chunk-C5GOHBQM.js";
|
|
10
10
|
import "./chunk-HQDCIXVH.js";
|
|
11
11
|
import "./chunk-BJV6MDBE.js";
|
|
@@ -4,14 +4,14 @@ import {
|
|
|
4
4
|
fileExists,
|
|
5
5
|
findRepoRoot,
|
|
6
6
|
runEvalCommand
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-75PQBKLR.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-ELQEFMGO.js";
|
|
15
15
|
import "./chunk-C5GOHBQM.js";
|
|
16
16
|
import "./chunk-HQDCIXVH.js";
|
|
17
17
|
import "./chunk-BJV6MDBE.js";
|
|
@@ -370,4 +370,4 @@ ${ANSI_DIM}Retrying execution errors...${ANSI_RESET}
|
|
|
370
370
|
export {
|
|
371
371
|
launchInteractiveWizard
|
|
372
372
|
};
|
|
373
|
-
//# sourceMappingURL=interactive-
|
|
373
|
+
//# sourceMappingURL=interactive-Q563ULAR.js.map
|
|
@@ -1,15 +1,6 @@
|
|
|
1
1
|
$schema: agentv-config-v2
|
|
2
2
|
|
|
3
|
-
#
|
|
4
|
-
|
|
5
|
-
#
|
|
6
|
-
|
|
7
|
-
- "**/*.instructions.md"
|
|
8
|
-
- "**/*.prompt.md"
|
|
9
|
-
- "**/SKILL.md"
|
|
10
|
-
|
|
11
|
-
# Notes:
|
|
12
|
-
# - Patterns use standard glob syntax (via micromatch library)
|
|
13
|
-
# - Paths are normalized to forward slashes for cross-platform compatibility
|
|
14
|
-
# - Only files matching these patterns are loaded as guidelines
|
|
15
|
-
# - All other files referenced in tests are treated as regular file content
|
|
3
|
+
# Execution defaults (overridden by CLI flags)
|
|
4
|
+
# execution:
|
|
5
|
+
# pool_workspaces: true # Reuse materialized workspaces across eval runs
|
|
6
|
+
# pool_slots: 10 # Max pool slots on disk (1-50, default: 10)
|
|
@@ -10,10 +10,6 @@ targets:
|
|
|
10
10
|
model: ${{ AZURE_DEPLOYMENT_NAME }}
|
|
11
11
|
# version: ${{ AZURE_OPENAI_API_VERSION }} # Optional: uncomment to override default (2024-12-01-preview)
|
|
12
12
|
|
|
13
|
-
- name: vscode
|
|
14
|
-
provider: vscode
|
|
15
|
-
judge_target: azure-llm
|
|
16
|
-
|
|
17
13
|
- name: codex
|
|
18
14
|
provider: codex
|
|
19
15
|
judge_target: azure-llm
|
|
@@ -43,18 +39,6 @@ targets:
|
|
|
43
39
|
log_format: json # Optional: 'summary' (default) or 'json' for raw event logs
|
|
44
40
|
# system_prompt: optional override (default instructs agent to include code in response)
|
|
45
41
|
|
|
46
|
-
- name: vscode_projectx
|
|
47
|
-
provider: vscode
|
|
48
|
-
workspace_template: ${{ PROJECTX_WORKSPACE_PATH }}
|
|
49
|
-
provider_batching: false
|
|
50
|
-
judge_target: azure-llm
|
|
51
|
-
|
|
52
|
-
- name: vscode_insiders_projectx
|
|
53
|
-
provider: vscode-insiders
|
|
54
|
-
workspace_template: ${{ PROJECTX_WORKSPACE_PATH }}
|
|
55
|
-
provider_batching: false
|
|
56
|
-
judge_target: azure-llm
|
|
57
|
-
|
|
58
42
|
- name: azure-llm
|
|
59
43
|
provider: azure
|
|
60
44
|
endpoint: ${{ AZURE_OPENAI_ENDPOINT }}
|