@tangle-network/agent-eval 0.144.7 → 0.144.8
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/CHANGELOG.md +6 -0
- package/dist/analyst/index.d.ts +1 -1
- package/dist/analyst/index.js +1 -1
- package/dist/{benchmark-command-BCafwNrf.js → benchmark-command-BKENp2s5.js} +2 -2
- package/dist/{benchmark-command-BCafwNrf.js.map → benchmark-command-BKENp2s5.js.map} +1 -1
- package/dist/benchmarks/index.js +1 -1
- package/dist/{benchmarks-CDSolHq7.js → benchmarks-BlPmjd88.js} +3 -3
- package/dist/{benchmarks-CDSolHq7.js.map → benchmarks-BlPmjd88.js.map} +1 -1
- package/dist/campaign/index.js +2 -2
- package/dist/{campaign-Tdy3h62h.js → campaign--HVSuvV0.js} +2 -2
- package/dist/{campaign-Tdy3h62h.js.map → campaign--HVSuvV0.js.map} +1 -1
- package/dist/cli.js +1 -1
- package/dist/contract/index.js +1 -1
- package/dist/index.js +3 -3
- package/dist/openapi.json +1 -1
- package/dist/{skillopt-optimization-method-CQwZ-ZX8.js → skillopt-optimization-method-CkaI2ly4.js} +12 -3
- package/dist/{skillopt-optimization-method-CQwZ-ZX8.js.map → skillopt-optimization-method-CkaI2ly4.js.map} +1 -1
- package/docs/campaign-proposers.md +5 -0
- package/package.json +1 -1
|
@@ -443,6 +443,11 @@ const proposer: SurfaceProposer = {
|
|
|
443
443
|
Return a label and rationale when they will help later analysis.
|
|
444
444
|
Candidate creation must not read final test results.
|
|
445
445
|
|
|
446
|
+
`runOptimization()` rejects a candidate whose `surfaceHash` was already admitted.
|
|
447
|
+
This includes the baseline, an earlier generation, and another candidate in the same proposal.
|
|
448
|
+
The complete proposal is checked before candidate dispatch, so duplicates cannot consume candidate cells.
|
|
449
|
+
Use `reps` when one surface needs repeated measurements.
|
|
450
|
+
|
|
446
451
|
## Data And Cost Rules
|
|
447
452
|
|
|
448
453
|
- Train and selection cases are visible to complete optimization methods.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tangle-network/agent-eval",
|
|
3
|
-
"version": "0.144.
|
|
3
|
+
"version": "0.144.8",
|
|
4
4
|
"description": "Evaluate and improve AI agents from runs, traces, judges, and feedback. Compare candidates, cluster failures, measure lift, and gate releases.",
|
|
5
5
|
"homepage": "https://github.com/tangle-network/agent-eval#readme",
|
|
6
6
|
"repository": {
|