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.
@@ -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-GWHHM6X2.js.map
31065
+ //# sourceMappingURL=chunk-KGK5NUFG.js.map