agentv 2.18.3 → 2.18.4
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/README.md +2 -2
- package/dist/{chunk-3WNB7XKU.js → chunk-KSUL3F3R.js} +4 -4
- package/dist/{chunk-3WNB7XKU.js.map → chunk-KSUL3F3R.js.map} +1 -1
- package/dist/{chunk-XKIJ4ATV.js → chunk-RMUVJ44Z.js} +129 -63
- package/dist/chunk-RMUVJ44Z.js.map +1 -0
- package/dist/{chunk-BM77B57R.js → chunk-YTHTGLMT.js} +19 -1
- package/dist/chunk-YTHTGLMT.js.map +1 -0
- package/dist/cli.js +3 -3
- package/dist/{dist-4VCI5NDA.js → dist-EDQZMZH2.js} +2 -2
- package/dist/index.js +3 -3
- package/dist/{interactive-NEHIYZ2F.js → interactive-J4IBXJF7.js} +3 -3
- package/dist/templates/.agentv/config.yaml +5 -0
- package/dist/templates/.agentv/targets.yaml +7 -7
- package/package.json +1 -1
- package/dist/chunk-BM77B57R.js.map +0 -1
- package/dist/chunk-XKIJ4ATV.js.map +0 -1
- /package/dist/{dist-4VCI5NDA.js.map → dist-EDQZMZH2.js.map} +0 -0
- /package/dist/{interactive-NEHIYZ2F.js.map → interactive-J4IBXJF7.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-RMUVJ44Z.js";
|
|
6
|
+
import "./chunk-KSUL3F3R.js";
|
|
7
|
+
import "./chunk-YTHTGLMT.js";
|
|
8
8
|
import "./chunk-JK6V4KVD.js";
|
|
9
9
|
import "./chunk-C5GOHBQM.js";
|
|
10
10
|
import "./chunk-3L2L5GIL.js";
|
|
@@ -136,7 +136,7 @@ import {
|
|
|
136
136
|
toSnakeCaseDeep,
|
|
137
137
|
tokensPerTool,
|
|
138
138
|
trimBaselineResult
|
|
139
|
-
} from "./chunk-
|
|
139
|
+
} from "./chunk-YTHTGLMT.js";
|
|
140
140
|
import {
|
|
141
141
|
SimpleTraceFileExporter
|
|
142
142
|
} from "./chunk-JK6V4KVD.js";
|
|
@@ -286,4 +286,4 @@ export {
|
|
|
286
286
|
tokensPerTool,
|
|
287
287
|
trimBaselineResult
|
|
288
288
|
};
|
|
289
|
-
//# sourceMappingURL=dist-
|
|
289
|
+
//# sourceMappingURL=dist-EDQZMZH2.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-RMUVJ44Z.js";
|
|
7
|
+
import "./chunk-KSUL3F3R.js";
|
|
8
|
+
import "./chunk-YTHTGLMT.js";
|
|
9
9
|
import "./chunk-JK6V4KVD.js";
|
|
10
10
|
import "./chunk-C5GOHBQM.js";
|
|
11
11
|
import "./chunk-3L2L5GIL.js";
|
|
@@ -4,14 +4,14 @@ import {
|
|
|
4
4
|
fileExists,
|
|
5
5
|
findRepoRoot,
|
|
6
6
|
runEvalCommand
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-KSUL3F3R.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-YTHTGLMT.js";
|
|
15
15
|
import "./chunk-JK6V4KVD.js";
|
|
16
16
|
import "./chunk-C5GOHBQM.js";
|
|
17
17
|
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-J4IBXJF7.js.map
|
|
@@ -8,6 +8,11 @@ guideline_patterns:
|
|
|
8
8
|
- "**/*.prompt.md"
|
|
9
9
|
- "**/SKILL.md"
|
|
10
10
|
|
|
11
|
+
# Execution defaults (overridden by CLI flags)
|
|
12
|
+
# execution:
|
|
13
|
+
# pool_workspaces: true # Reuse materialized workspaces across eval runs
|
|
14
|
+
# pool_slots: 10 # Max pool slots on disk (1-50, default: 10)
|
|
15
|
+
|
|
11
16
|
# Notes:
|
|
12
17
|
# - Patterns use standard glob syntax (via micromatch library)
|
|
13
18
|
# - Paths are normalized to forward slashes for cross-platform compatibility
|
|
@@ -12,11 +12,11 @@ targets:
|
|
|
12
12
|
|
|
13
13
|
- name: vscode
|
|
14
14
|
provider: vscode
|
|
15
|
-
judge_target:
|
|
15
|
+
judge_target: azure-base
|
|
16
16
|
|
|
17
17
|
- name: codex
|
|
18
18
|
provider: codex
|
|
19
|
-
judge_target:
|
|
19
|
+
judge_target: azure-base
|
|
20
20
|
# Uses the Codex CLI (defaults to `codex` on PATH)
|
|
21
21
|
# executable: ${{ CODEX_CLI_PATH }} # Optional: override executable path
|
|
22
22
|
# args: # Optional additional CLI arguments
|
|
@@ -34,7 +34,7 @@ targets:
|
|
|
34
34
|
# Claude - Anthropic's Claude Agent SDK
|
|
35
35
|
- name: claude
|
|
36
36
|
provider: claude
|
|
37
|
-
judge_target:
|
|
37
|
+
judge_target: azure-base
|
|
38
38
|
# Uses the @anthropic-ai/claude-agent-sdk
|
|
39
39
|
# model: claude-sonnet-4-20250514 # Optional: override model
|
|
40
40
|
timeout_seconds: 180
|
|
@@ -49,15 +49,15 @@ targets:
|
|
|
49
49
|
provider: vscode
|
|
50
50
|
workspace_template: ${{ PROJECTX_WORKSPACE_PATH }}
|
|
51
51
|
provider_batching: false
|
|
52
|
-
judge_target:
|
|
52
|
+
judge_target: azure-base
|
|
53
53
|
|
|
54
54
|
- name: vscode_insiders_projectx
|
|
55
55
|
provider: vscode-insiders
|
|
56
56
|
workspace_template: ${{ PROJECTX_WORKSPACE_PATH }}
|
|
57
57
|
provider_batching: false
|
|
58
|
-
judge_target:
|
|
58
|
+
judge_target: azure-base
|
|
59
59
|
|
|
60
|
-
- name:
|
|
60
|
+
- name: azure-base
|
|
61
61
|
provider: azure
|
|
62
62
|
endpoint: ${{ AZURE_OPENAI_ENDPOINT }}
|
|
63
63
|
api_key: ${{ AZURE_OPENAI_API_KEY }}
|
|
@@ -71,7 +71,7 @@ targets:
|
|
|
71
71
|
|
|
72
72
|
- name: local_cli
|
|
73
73
|
provider: cli
|
|
74
|
-
judge_target:
|
|
74
|
+
judge_target: azure-base
|
|
75
75
|
# Passes the fully rendered prompt and any attached files to a local Python script
|
|
76
76
|
# NOTE: Do not add quotes around {PROMPT} or {FILES} - they are already shell-escaped
|
|
77
77
|
command: uv run ./mock_cli.py --prompt {PROMPT} {FILES} --output {OUTPUT_FILE}
|