@tangle-network/agent-eval 0.177.0 → 0.178.0
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/adapters/http.d.ts +1 -1
- package/dist/analyst/index.d.ts +1 -1
- package/dist/analyst/index.js +1 -1
- package/dist/{benchmark-command-BrsZhMSk.js → benchmark-command-DIxGSUP3.js} +2 -2
- package/dist/{benchmark-command-BrsZhMSk.js.map → benchmark-command-DIxGSUP3.js.map} +1 -1
- package/dist/benchmarks/index.d.ts +1 -1
- package/dist/benchmarks/index.js +2 -2
- package/dist/campaign/index.d.ts +1 -1
- package/dist/campaign/index.js +3 -3
- package/dist/{campaign-CIn-ErlJ.js → campaign-BGEurASO.js} +8 -4
- package/dist/campaign-BGEurASO.js.map +1 -0
- package/dist/cli.js +1 -1
- package/dist/contract/index.d.ts +3 -3
- package/dist/contract/index.js +3 -3
- package/dist/{define-agent-eval-CqmlXUfQ.d.ts → define-agent-eval-DMsxDp1u.d.ts} +2 -2
- package/dist/{define-agent-eval-CqmlXUfQ.d.ts.map → define-agent-eval-DMsxDp1u.d.ts.map} +1 -1
- package/dist/{define-agent-eval-CJG7LD9M.js → define-agent-eval-Dzidv34q.js} +2 -2
- package/dist/{define-agent-eval-CJG7LD9M.js.map → define-agent-eval-Dzidv34q.js.map} +1 -1
- package/dist/{index-CtGf6e6X.d.ts → index-CZ2tAJW2.d.ts} +5 -1
- package/dist/index-CZ2tAJW2.d.ts.map +1 -0
- package/dist/{index-DuaNwvse.d.ts → index-nrWQbUgi.d.ts} +3 -3
- package/dist/{index-DuaNwvse.d.ts.map → index-nrWQbUgi.d.ts.map} +1 -1
- package/dist/index.d.ts +2 -2
- package/dist/index.js +3 -3
- package/dist/{llm-judge-CV80fkYA.js → llm-judge-v80Kmu9g.js} +4 -3
- package/dist/{llm-judge-CV80fkYA.js.map → llm-judge-v80Kmu9g.js.map} +1 -1
- package/dist/openapi.json +1 -1
- package/dist/{produced-state-CQFi465p.js → produced-state-Cv0kJJuP.js} +2 -2
- package/dist/{produced-state-CQFi465p.js.map → produced-state-Cv0kJJuP.js.map} +1 -1
- package/dist/{skillopt-optimization-method-D0o2c2yM.js → skillopt-optimization-method-C3oYul8v.js} +2 -2
- package/dist/{skillopt-optimization-method-D0o2c2yM.js.map → skillopt-optimization-method-C3oYul8v.js.map} +1 -1
- package/docs/campaign-proposers.md +7 -0
- package/package.json +1 -1
- package/dist/campaign-CIn-ErlJ.js.map +0 -1
- package/dist/index-CtGf6e6X.d.ts.map +0 -1
|
@@ -59,6 +59,13 @@ The returned `composition.stages` preserves each baseline hash, selected surface
|
|
|
59
59
|
Missing child usage remains missing in that child's provenance.
|
|
60
60
|
Comparison scores retain this composition.
|
|
61
61
|
|
|
62
|
+
Hosts can supply `OptimizationMethodInput.invokeMethod` to enforce controls at each method invocation, including every composed child.
|
|
63
|
+
The adapter calls `method.optimize(input)` after installing its candidate guards and accounting scope.
|
|
64
|
+
Use `input.surfaceToRoot` to map a child's baseline or proposal into the complete candidate before validation.
|
|
65
|
+
An absent mapper means the local surface is already complete.
|
|
66
|
+
Scoped methods compose this mapping through every projection; sequential stages preserve it as their baselines change.
|
|
67
|
+
Validate the active child's mapped baseline before starting that optimizer because it can export baseline evidence before dispatch.
|
|
68
|
+
|
|
62
69
|
Set `searchHistoryPolicy: 'require-complete'` on the outer comparison or `selfImprove()` call to require every child receipt.
|
|
63
70
|
Set `searchHistoryVerification: 'ledger'` to verify each referenced ledger before final assessment.
|
|
64
71
|
Composite history coverage contains recursive `stages`; it does not fabricate one aggregate receipt.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tangle-network/agent-eval",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.178.0",
|
|
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": {
|