@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.
@@ -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.7",
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": {