agentv 4.43.0-next.1 → 4.44.0-next.1
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/{artifact-writer-STR7E5UO.js → artifact-writer-72MQQELS.js} +4 -4
- package/dist/{chunk-IFQXBQSY.js → chunk-2N3YSEMI.js} +6 -6
- package/dist/{chunk-RFJM2UBD.js → chunk-5DYGN547.js} +65 -12
- package/dist/chunk-5DYGN547.js.map +1 -0
- package/dist/{chunk-ROLNQBYU.js → chunk-CXHYTYHU.js} +8 -8
- package/dist/{chunk-ROLNQBYU.js.map → chunk-CXHYTYHU.js.map} +1 -1
- package/dist/{chunk-E2NL57MZ.js → chunk-KAGZRUO6.js} +2 -2
- package/dist/{chunk-5NDSGGMJ.js → chunk-NCNDA3F6.js} +2 -2
- package/dist/cli.js +5 -5
- package/dist/{dist-FTTL5IOY.js → dist-L4YCQOQ6.js} +3 -3
- package/dist/index.js +5 -5
- package/dist/{interactive-RE4DXH4A.js → interactive-DRNRKLEQ.js} +5 -5
- package/dist/skills/agentv-eval-writer/SKILL.md +1 -1
- package/dist/skills/agentv-eval-writer/references/config-schema.json +16 -0
- package/dist/{ts-eval-loader-HQDMXQQV-LBW3N3W6.js → ts-eval-loader-S7ESROX2-6CB3HB6H.js} +2 -2
- package/package.json +1 -1
- package/dist/chunk-RFJM2UBD.js.map +0 -1
- /package/dist/{artifact-writer-STR7E5UO.js.map → artifact-writer-72MQQELS.js.map} +0 -0
- /package/dist/{chunk-IFQXBQSY.js.map → chunk-2N3YSEMI.js.map} +0 -0
- /package/dist/{chunk-E2NL57MZ.js.map → chunk-KAGZRUO6.js.map} +0 -0
- /package/dist/{chunk-5NDSGGMJ.js.map → chunk-NCNDA3F6.js.map} +0 -0
- /package/dist/{dist-FTTL5IOY.js.map → dist-L4YCQOQ6.js.map} +0 -0
- /package/dist/{interactive-RE4DXH4A.js.map → interactive-DRNRKLEQ.js.map} +0 -0
- /package/dist/{ts-eval-loader-HQDMXQQV-LBW3N3W6.js.map → ts-eval-loader-S7ESROX2-6CB3HB6H.js.map} +0 -0
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
parseYamlValue,
|
|
6
6
|
writeArtifactsFromResults,
|
|
7
7
|
writePerTestArtifacts
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-5DYGN547.js";
|
|
9
9
|
|
|
10
10
|
// src/commands/eval/artifact-writer.ts
|
|
11
11
|
import path2 from "node:path";
|
|
@@ -912,4 +912,4 @@ export {
|
|
|
912
912
|
writePerTestArtifacts2 as writePerTestArtifacts,
|
|
913
913
|
writeArtifactsFromResults2 as writeArtifactsFromResults
|
|
914
914
|
};
|
|
915
|
-
//# sourceMappingURL=chunk-
|
|
915
|
+
//# sourceMappingURL=chunk-KAGZRUO6.js.map
|
|
@@ -21,7 +21,7 @@ import {
|
|
|
21
21
|
readTranscriptJsonl,
|
|
22
22
|
releaseSharedWorkspaceSetup,
|
|
23
23
|
resolveRepoCloneUrl
|
|
24
|
-
} from "./chunk-
|
|
24
|
+
} from "./chunk-5DYGN547.js";
|
|
25
25
|
|
|
26
26
|
// ../../packages/core/dist/index.js
|
|
27
27
|
import { readFileSync } from "node:fs";
|
|
@@ -5894,4 +5894,4 @@ export {
|
|
|
5894
5894
|
TranscriptProvider,
|
|
5895
5895
|
createAgentKernel
|
|
5896
5896
|
};
|
|
5897
|
-
//# sourceMappingURL=chunk-
|
|
5897
|
+
//# sourceMappingURL=chunk-NCNDA3F6.js.map
|
package/dist/cli.js
CHANGED
|
@@ -2,15 +2,15 @@
|
|
|
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-
|
|
8
|
-
import "./chunk-
|
|
5
|
+
} from "./chunk-2N3YSEMI.js";
|
|
6
|
+
import "./chunk-CXHYTYHU.js";
|
|
7
|
+
import "./chunk-KAGZRUO6.js";
|
|
8
|
+
import "./chunk-NCNDA3F6.js";
|
|
9
9
|
import "./chunk-76FOHROU.js";
|
|
10
10
|
import "./chunk-BPGJ4HBU.js";
|
|
11
11
|
import {
|
|
12
12
|
killAllTrackedChildren
|
|
13
|
-
} from "./chunk-
|
|
13
|
+
} from "./chunk-5DYGN547.js";
|
|
14
14
|
import "./chunk-NPVGBFF6.js";
|
|
15
15
|
import "./chunk-M7BUKBAF.js";
|
|
16
16
|
import "./chunk-5H446C7X.js";
|
|
@@ -53,7 +53,7 @@ import {
|
|
|
53
53
|
transpileEvalYaml,
|
|
54
54
|
transpileEvalYamlFile,
|
|
55
55
|
trimBaselineResult
|
|
56
|
-
} from "./chunk-
|
|
56
|
+
} from "./chunk-NCNDA3F6.js";
|
|
57
57
|
import {
|
|
58
58
|
OtlpJsonFileExporter
|
|
59
59
|
} from "./chunk-76FOHROU.js";
|
|
@@ -353,7 +353,7 @@ import {
|
|
|
353
353
|
writeArtifactsFromResults,
|
|
354
354
|
writeInitialBenchmarkArtifact,
|
|
355
355
|
writePerTestArtifacts
|
|
356
|
-
} from "./chunk-
|
|
356
|
+
} from "./chunk-5DYGN547.js";
|
|
357
357
|
import "./chunk-NPVGBFF6.js";
|
|
358
358
|
import "./chunk-M7BUKBAF.js";
|
|
359
359
|
import "./chunk-5H446C7X.js";
|
|
@@ -706,4 +706,4 @@ export {
|
|
|
706
706
|
writeInitialBenchmarkArtifact,
|
|
707
707
|
writePerTestArtifacts
|
|
708
708
|
};
|
|
709
|
-
//# sourceMappingURL=dist-
|
|
709
|
+
//# sourceMappingURL=dist-L4YCQOQ6.js.map
|
package/dist/index.js
CHANGED
|
@@ -6,13 +6,13 @@ import {
|
|
|
6
6
|
runCli,
|
|
7
7
|
shouldRunBeforeSessionHook,
|
|
8
8
|
usesDeprecatedStudioAlias
|
|
9
|
-
} from "./chunk-
|
|
10
|
-
import "./chunk-
|
|
11
|
-
import "./chunk-
|
|
12
|
-
import "./chunk-
|
|
9
|
+
} from "./chunk-2N3YSEMI.js";
|
|
10
|
+
import "./chunk-CXHYTYHU.js";
|
|
11
|
+
import "./chunk-KAGZRUO6.js";
|
|
12
|
+
import "./chunk-NCNDA3F6.js";
|
|
13
13
|
import "./chunk-76FOHROU.js";
|
|
14
14
|
import "./chunk-BPGJ4HBU.js";
|
|
15
|
-
import "./chunk-
|
|
15
|
+
import "./chunk-5DYGN547.js";
|
|
16
16
|
import "./chunk-NPVGBFF6.js";
|
|
17
17
|
import "./chunk-M7BUKBAF.js";
|
|
18
18
|
import "./chunk-5H446C7X.js";
|
|
@@ -7,16 +7,16 @@ import {
|
|
|
7
7
|
findRepoRoot,
|
|
8
8
|
getCategories,
|
|
9
9
|
runEvalCommand
|
|
10
|
-
} from "./chunk-
|
|
11
|
-
import "./chunk-
|
|
12
|
-
import "./chunk-
|
|
10
|
+
} from "./chunk-CXHYTYHU.js";
|
|
11
|
+
import "./chunk-KAGZRUO6.js";
|
|
12
|
+
import "./chunk-NCNDA3F6.js";
|
|
13
13
|
import "./chunk-76FOHROU.js";
|
|
14
14
|
import "./chunk-BPGJ4HBU.js";
|
|
15
15
|
import {
|
|
16
16
|
getAgentvConfigDir,
|
|
17
17
|
listTargetNames,
|
|
18
18
|
readTargetDefinitions
|
|
19
|
-
} from "./chunk-
|
|
19
|
+
} from "./chunk-5DYGN547.js";
|
|
20
20
|
import "./chunk-NPVGBFF6.js";
|
|
21
21
|
import "./chunk-M7BUKBAF.js";
|
|
22
22
|
import "./chunk-5H446C7X.js";
|
|
@@ -360,4 +360,4 @@ ${ANSI_DIM}Retrying execution errors...${ANSI_RESET}
|
|
|
360
360
|
export {
|
|
361
361
|
launchInteractiveWizard
|
|
362
362
|
};
|
|
363
|
-
//# sourceMappingURL=interactive-
|
|
363
|
+
//# sourceMappingURL=interactive-DRNRKLEQ.js.map
|
|
@@ -318,7 +318,7 @@ For SWE-bench-style evals, keep operational checkout state under `workspace.repo
|
|
|
318
318
|
|
|
319
319
|
### Repository Lifecycle
|
|
320
320
|
|
|
321
|
-
Materialize repos into the eval workspace automatically. Repo entries declare identity and checkout pins only; AgentV resolves acquisition from registered projects, `git_cache.mirrors`, its mirror cache, then remote clone. For shared repo workspaces, pooling is the default:
|
|
321
|
+
Materialize repos into the eval workspace automatically. Repo entries declare identity and checkout pins only; AgentV resolves acquisition from registered projects, `git_cache.mirrors`, its mirror cache, then remote clone. `git_cache.mirrors` may be defined in `$AGENTV_HOME/config.yaml`, the project's committed `.agentv/config.yaml`, or a gitignored `.agentv/config.override.yaml` (highest precedence) — use the override for machine-specific local clone paths without editing tracked or user-global config. For shared repo workspaces, pooling is the default:
|
|
322
322
|
|
|
323
323
|
```yaml
|
|
324
324
|
workspace:
|
|
@@ -66,6 +66,22 @@
|
|
|
66
66
|
}
|
|
67
67
|
},
|
|
68
68
|
"additionalProperties": false
|
|
69
|
+
},
|
|
70
|
+
"git_cache": {
|
|
71
|
+
"type": "object",
|
|
72
|
+
"description": "Local mirror configuration for workspace repo materialization. Mirrors are an optimization: when a repo's mirror path exists locally, AgentV materializes the pinned commit from it instead of cloning from GitHub. Resolvable from three layers, highest precedence first: the project-local '.agentv/config.override.yaml' (intended to be gitignored, for machine-specific paths), the committed project '.agentv/config.yaml', then the user-global '$AGENTV_HOME/config.yaml'. Higher layers override lower ones by normalized repo identity.",
|
|
73
|
+
"properties": {
|
|
74
|
+
"mirrors": {
|
|
75
|
+
"type": "object",
|
|
76
|
+
"description": "Map of repo identity (full clone URL or 'org/name' shorthand) to a local clone path used as a mirror. If the path is absent at runtime, AgentV falls back to cloning from GitHub with configured credentials.",
|
|
77
|
+
"additionalProperties": {
|
|
78
|
+
"type": "string",
|
|
79
|
+
"description": "Local path to a clone of the repo (supports '~' home expansion)."
|
|
80
|
+
},
|
|
81
|
+
"examples": [{ "https://github.com/org/repo.git": "/path/to/local/repo" }]
|
|
82
|
+
}
|
|
83
|
+
},
|
|
84
|
+
"additionalProperties": false
|
|
69
85
|
}
|
|
70
86
|
},
|
|
71
87
|
"definitions": {
|
|
@@ -2,7 +2,7 @@ import { createRequire } from 'node:module'; const require = createRequire(impor
|
|
|
2
2
|
import {
|
|
3
3
|
loadTsEvalFile,
|
|
4
4
|
loadTsEvalSuite
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-5DYGN547.js";
|
|
6
6
|
import "./chunk-NPVGBFF6.js";
|
|
7
7
|
import "./chunk-M7BUKBAF.js";
|
|
8
8
|
import "./chunk-5H446C7X.js";
|
|
@@ -10,4 +10,4 @@ export {
|
|
|
10
10
|
loadTsEvalFile,
|
|
11
11
|
loadTsEvalSuite
|
|
12
12
|
};
|
|
13
|
-
//# sourceMappingURL=ts-eval-loader-
|
|
13
|
+
//# sourceMappingURL=ts-eval-loader-S7ESROX2-6CB3HB6H.js.map
|