@tangle-network/agent-eval 0.122.3 → 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.
@@ -4,6 +4,7 @@ import {
4
4
  FsLabeledScenarioStore,
5
5
  LabeledScenarioStoreError,
6
6
  Lineage,
7
+ LineageStoreConflictError,
7
8
  ProfileMatrixError,
8
9
  SEARCH_LEDGER_SCHEMA,
9
10
  SkillPatchParseError,
@@ -15,6 +16,7 @@ import {
15
16
  assertPolicyEditAuthorContextBudget,
16
17
  buildAnalystSurfaceDispatch,
17
18
  callbackGovernor,
19
+ campaignLineageStore,
18
20
  classifyUngroundedLiterals,
19
21
  compareProposers,
20
22
  compositeProposer,
@@ -66,7 +68,7 @@ import {
66
68
  userStoryScoreboard,
67
69
  validateSearchLedgerEvent,
68
70
  verifyCodeSurface
69
- } from "../chunk-IDC74VDL.js";
71
+ } from "../chunk-GLUBGL77.js";
70
72
  import {
71
73
  assertCodeSurfaceIdentity,
72
74
  buildEvidenceVector,
@@ -107,7 +109,7 @@ import {
107
109
  surfaceContentHash,
108
110
  surfaceHash,
109
111
  verifyLoopProvenanceRecord
110
- } from "../chunk-DHJJACEX.js";
112
+ } from "../chunk-FLCXOTWF.js";
111
113
  import {
112
114
  SearchLedgerConflictError,
113
115
  SearchLedgerError,
@@ -124,7 +126,7 @@ import {
124
126
  resolveRunDir,
125
127
  runCampaign,
126
128
  tangleTracesRoot
127
- } from "../chunk-N3QPYIVG.js";
129
+ } from "../chunk-FZ26ORA6.js";
128
130
  import {
129
131
  POLICY_EDIT_CANDIDATE_RECORD_SCHEMA,
130
132
  validatePolicyEditCandidateRecord
@@ -151,6 +153,7 @@ export {
151
153
  FsLabeledScenarioStore,
152
154
  LabeledScenarioStoreError,
153
155
  Lineage,
156
+ LineageStoreConflictError,
154
157
  POLICY_EDIT_CANDIDATE_RECORD_SCHEMA,
155
158
  ProfileMatrixError,
156
159
  SEARCH_LEDGER_SCHEMA,
@@ -172,6 +175,7 @@ export {
172
175
  buildLoopProvenanceRecord,
173
176
  callbackGovernor,
174
177
  campaignBreakdown,
178
+ campaignLineageStore,
175
179
  campaignMeanComposite,
176
180
  campaignMeasurementDigest,
177
181
  campaignScenarioIdentity,
@@ -10,7 +10,7 @@ import {
10
10
  resolveRunDir,
11
11
  runCampaign,
12
12
  summarizeAgentReceiptIntegrity
13
- } from "./chunk-N3QPYIVG.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-2YJ3Z6JS.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-DHJJACEX.js.map
3793
+ //# sourceMappingURL=chunk-FLCXOTWF.js.map