agentv 3.10.1 → 3.10.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-JLFFYTZA.js → chunk-6UE665XI.js} +4 -4
- package/dist/{chunk-TXCVDTEE.js → chunk-F7LAJMTO.js} +23 -25
- package/dist/{chunk-TXCVDTEE.js.map → chunk-F7LAJMTO.js.map} +1 -1
- package/dist/{chunk-GWHHM6X2.js → chunk-KGK5NUFG.js} +2 -2
- package/dist/chunk-KGK5NUFG.js.map +1 -0
- package/dist/cli.js +3 -3
- package/dist/{dist-FPC7J7KQ.js → dist-3QUJEJUT.js} +2 -2
- package/dist/index.js +3 -3
- package/dist/{interactive-N463HRIL.js → interactive-EO6AR2R3.js} +3 -3
- package/package.json +1 -1
- package/dist/chunk-GWHHM6X2.js.map +0 -1
- /package/dist/{chunk-JLFFYTZA.js.map → chunk-6UE665XI.js.map} +0 -0
- /package/dist/{dist-FPC7J7KQ.js.map → dist-3QUJEJUT.js.map} +0 -0
- /package/dist/{interactive-N463HRIL.js.map → interactive-EO6AR2R3.js.map} +0 -0
|
@@ -28378,7 +28378,7 @@ async function runEvaluation(options) {
|
|
|
28378
28378
|
setupLog(
|
|
28379
28379
|
`sharedWorkspace=${hasSharedWorkspace} perTestIsolation=${isPerTestIsolation} usePool=${usePool} workers=${workers}`
|
|
28380
28380
|
);
|
|
28381
|
-
if (hasSharedWorkspace && !usePool && workers > 1) {
|
|
28381
|
+
if (hasSharedWorkspace && !usePool && workers > 1 && filteredEvalCases.length > 1) {
|
|
28382
28382
|
console.warn(
|
|
28383
28383
|
[
|
|
28384
28384
|
`Warning: This eval uses a shared workspace with ${workers} workers.`,
|
|
@@ -31062,4 +31062,4 @@ export {
|
|
|
31062
31062
|
OtelStreamingObserver,
|
|
31063
31063
|
createAgentKernel
|
|
31064
31064
|
};
|
|
31065
|
-
//# sourceMappingURL=chunk-
|
|
31065
|
+
//# sourceMappingURL=chunk-KGK5NUFG.js.map
|