@tangle-network/agent-eval 0.122.4 → 0.122.5

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.
@@ -355,6 +355,11 @@ interface Scenario {
355
355
  id: string;
356
356
  kind: string;
357
357
  tags?: string[];
358
+ /**
359
+ * Variants with the same non-empty value receive the same seed for a given
360
+ * replicate. Leave unset when every scenario should have an independent seed.
361
+ */
362
+ seedGroup?: string;
358
363
  }
359
364
  /** Redacted identity of a complete scenario payload retained in campaign results. */
360
365
  interface CampaignScenarioIdentity extends Pick<Scenario, 'id' | 'kind'> {
@@ -16,10 +16,10 @@ import {
16
16
  routing_exports,
17
17
  runBenchmarkAdapter,
18
18
  summarizeBenchmarkCampaign
19
- } from "../chunk-GTSVLG2M.js";
20
- import "../chunk-75OCWDXJ.js";
21
- import "../chunk-MWN2X7C5.js";
22
- import "../chunk-4R4GTZBZ.js";
19
+ } from "../chunk-WULRYLNC.js";
20
+ import "../chunk-GLUBGL77.js";
21
+ import "../chunk-FLCXOTWF.js";
22
+ import "../chunk-FZ26ORA6.js";
23
23
  import "../chunk-EAWKAVID.js";
24
24
  import "../chunk-ARU2PZFM.js";
25
25
  import "../chunk-NJC7U437.js";
@@ -1515,6 +1515,11 @@ interface Scenario {
1515
1515
  id: string;
1516
1516
  kind: string;
1517
1517
  tags?: string[];
1518
+ /**
1519
+ * Variants with the same non-empty value receive the same seed for a given
1520
+ * replicate. Leave unset when every scenario should have an independent seed.
1521
+ */
1522
+ seedGroup?: string;
1518
1523
  }
1519
1524
  /** Redacted identity of a complete scenario payload retained in campaign results. */
1520
1525
  interface CampaignScenarioIdentity extends Pick<Scenario, 'id' | 'kind'> {
@@ -68,7 +68,7 @@ import {
68
68
  userStoryScoreboard,
69
69
  validateSearchLedgerEvent,
70
70
  verifyCodeSurface
71
- } from "../chunk-75OCWDXJ.js";
71
+ } from "../chunk-GLUBGL77.js";
72
72
  import {
73
73
  assertCodeSurfaceIdentity,
74
74
  buildEvidenceVector,
@@ -109,7 +109,7 @@ import {
109
109
  surfaceContentHash,
110
110
  surfaceHash,
111
111
  verifyLoopProvenanceRecord
112
- } from "../chunk-MWN2X7C5.js";
112
+ } from "../chunk-FLCXOTWF.js";
113
113
  import {
114
114
  SearchLedgerConflictError,
115
115
  SearchLedgerError,
@@ -126,7 +126,7 @@ import {
126
126
  resolveRunDir,
127
127
  runCampaign,
128
128
  tangleTracesRoot
129
- } from "../chunk-4R4GTZBZ.js";
129
+ } from "../chunk-FZ26ORA6.js";
130
130
  import {
131
131
  POLICY_EDIT_CANDIDATE_RECORD_SCHEMA,
132
132
  validatePolicyEditCandidateRecord
@@ -10,7 +10,7 @@ import {
10
10
  resolveRunDir,
11
11
  runCampaign,
12
12
  summarizeAgentReceiptIntegrity
13
- } from "./chunk-4R4GTZBZ.js";
13
+ } from "./chunk-FZ26ORA6.js";
14
14
  import {
15
15
  clamp01,
16
16
  mapConcurrent,
@@ -2998,7 +2998,7 @@ async function runImprovementLoop(opts) {
2998
2998
  const dispatchTimeoutMs = opts.dispatchTimeoutMs ?? DEFAULT_DISPATCH_TIMEOUT_MS;
2999
2999
  const optimization = await runOptimization({ ...opts, dispatchTimeoutMs, costLedger });
3000
3000
  const winnerIsBaseline = optimization.winnerSurfaceHash === surfaceHash(opts.baselineSurface);
3001
- const { runCampaign: runCampaign2 } = await import("./run-campaign-J6RHX2VO.js");
3001
+ const { runCampaign: runCampaign2 } = await import("./run-campaign-56EB2UN5.js");
3002
3002
  const baselineOnHoldout = await runCampaign2({
3003
3003
  ...opts,
3004
3004
  costLedger,
@@ -3790,4 +3790,4 @@ export {
3790
3790
  provenanceSpansPath,
3791
3791
  emitLoopProvenance
3792
3792
  };
3793
- //# sourceMappingURL=chunk-MWN2X7C5.js.map
3793
+ //# sourceMappingURL=chunk-FLCXOTWF.js.map