@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.
- package/dist/benchmarks/index.d.ts +5 -0
- package/dist/benchmarks/index.js +4 -4
- package/dist/campaign/index.d.ts +5 -0
- package/dist/campaign/index.js +3 -3
- package/dist/{chunk-MWN2X7C5.js → chunk-FLCXOTWF.js} +3 -3
- package/dist/chunk-FLCXOTWF.js.map +1 -0
- package/dist/{chunk-4R4GTZBZ.js → chunk-FZ26ORA6.js} +21 -4
- package/dist/chunk-FZ26ORA6.js.map +1 -0
- package/dist/{chunk-75OCWDXJ.js → chunk-GLUBGL77.js} +3 -3
- package/dist/{chunk-7GLJX32M.js → chunk-JUOZI4L3.js} +2 -2
- package/dist/{chunk-GTSVLG2M.js → chunk-WULRYLNC.js} +2 -2
- package/dist/contract/index.d.ts +5 -0
- package/dist/contract/index.js +3 -3
- package/dist/index.d.ts +5 -0
- package/dist/index.js +5 -5
- package/dist/openapi.json +1 -1
- package/dist/rl.d.ts +5 -0
- package/dist/{run-campaign-J6RHX2VO.js → run-campaign-56EB2UN5.js} +2 -2
- package/docs/eval-surface-map.md +3 -0
- package/package.json +1 -1
- package/dist/chunk-4R4GTZBZ.js.map +0 -1
- package/dist/chunk-MWN2X7C5.js.map +0 -1
- /package/dist/{chunk-75OCWDXJ.js.map → chunk-GLUBGL77.js.map} +0 -0
- /package/dist/{chunk-7GLJX32M.js.map → chunk-JUOZI4L3.js.map} +0 -0
- /package/dist/{chunk-GTSVLG2M.js.map → chunk-WULRYLNC.js.map} +0 -0
- /package/dist/{run-campaign-J6RHX2VO.js.map → run-campaign-56EB2UN5.js.map} +0 -0
|
@@ -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'> {
|
package/dist/benchmarks/index.js
CHANGED
|
@@ -16,10 +16,10 @@ import {
|
|
|
16
16
|
routing_exports,
|
|
17
17
|
runBenchmarkAdapter,
|
|
18
18
|
summarizeBenchmarkCampaign
|
|
19
|
-
} from "../chunk-
|
|
20
|
-
import "../chunk-
|
|
21
|
-
import "../chunk-
|
|
22
|
-
import "../chunk-
|
|
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";
|
package/dist/campaign/index.d.ts
CHANGED
|
@@ -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'> {
|
package/dist/campaign/index.js
CHANGED
|
@@ -68,7 +68,7 @@ import {
|
|
|
68
68
|
userStoryScoreboard,
|
|
69
69
|
validateSearchLedgerEvent,
|
|
70
70
|
verifyCodeSurface
|
|
71
|
-
} from "../chunk-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
3793
|
+
//# sourceMappingURL=chunk-FLCXOTWF.js.map
|