@tangle-network/agent-eval 0.122.2 → 0.122.3
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/analyst/index.js +3 -4
- package/dist/analyst/index.js.map +1 -1
- package/dist/benchmarks/index.js +3 -4
- package/dist/campaign/index.d.ts +6 -0
- package/dist/campaign/index.js +3 -4
- package/dist/{chunk-U4R2AGY5.js → chunk-DHJJACEX.js} +40 -30
- package/dist/{chunk-U4R2AGY5.js.map → chunk-DHJJACEX.js.map} +1 -1
- package/dist/{chunk-5CVUPHJ4.js → chunk-EAWKAVID.js} +74 -1
- package/dist/chunk-EAWKAVID.js.map +1 -0
- package/dist/{chunk-EXMKNOP5.js → chunk-IDC74VDL.js} +28 -21
- package/dist/chunk-IDC74VDL.js.map +1 -0
- package/dist/{chunk-5BYTIDZ7.js → chunk-SFXDMFGV.js} +2 -2
- package/dist/{chunk-XKSDSGSC.js → chunk-ULW7AATT.js} +3 -5
- package/dist/{chunk-XKSDSGSC.js.map → chunk-ULW7AATT.js.map} +1 -1
- package/dist/contract/index.d.ts +3 -0
- package/dist/contract/index.js +3 -3
- package/dist/index.d.ts +7 -1
- package/dist/index.js +8 -8
- package/dist/index.js.map +1 -1
- package/dist/openapi.json +1 -1
- package/package.json +1 -1
- package/dist/chunk-3YYRZDON.js +0 -45
- package/dist/chunk-3YYRZDON.js.map +0 -1
- package/dist/chunk-5CVUPHJ4.js.map +0 -1
- package/dist/chunk-EXMKNOP5.js.map +0 -1
- /package/dist/{chunk-5BYTIDZ7.js.map → chunk-SFXDMFGV.js.map} +0 -0
package/dist/index.js
CHANGED
|
@@ -53,7 +53,7 @@ import {
|
|
|
53
53
|
pairArms,
|
|
54
54
|
parseCorrectnessResponse,
|
|
55
55
|
verifyCompletion
|
|
56
|
-
} from "./chunk-
|
|
56
|
+
} from "./chunk-IDC74VDL.js";
|
|
57
57
|
import {
|
|
58
58
|
DEFAULT_MUTATION_PRIMITIVES,
|
|
59
59
|
DEFAULT_RED_TEAM_CORPUS,
|
|
@@ -91,7 +91,7 @@ import {
|
|
|
91
91
|
scoreRedTeamOutput,
|
|
92
92
|
surfaceContentHash,
|
|
93
93
|
toolNamesForRun
|
|
94
|
-
} from "./chunk-
|
|
94
|
+
} from "./chunk-DHJJACEX.js";
|
|
95
95
|
import {
|
|
96
96
|
BackendIntegrityError,
|
|
97
97
|
assertRealAgentReceipts,
|
|
@@ -116,16 +116,13 @@ import {
|
|
|
116
116
|
defaultIsMaterial,
|
|
117
117
|
diffFindings,
|
|
118
118
|
runSemanticConceptJudge
|
|
119
|
-
} from "./chunk-
|
|
119
|
+
} from "./chunk-ULW7AATT.js";
|
|
120
120
|
import {
|
|
121
121
|
buildDefaultAnalystRegistry,
|
|
122
122
|
computeTraceMetrics,
|
|
123
123
|
createChatClient
|
|
124
|
-
} from "./chunk-
|
|
124
|
+
} from "./chunk-SFXDMFGV.js";
|
|
125
125
|
import "./chunk-HHWE3POT.js";
|
|
126
|
-
import {
|
|
127
|
-
Mutex
|
|
128
|
-
} from "./chunk-3YYRZDON.js";
|
|
129
126
|
import {
|
|
130
127
|
AnalystRegistry,
|
|
131
128
|
DEFAULT_RUN_SCORE_WEIGHTS,
|
|
@@ -134,6 +131,7 @@ import {
|
|
|
134
131
|
IMPROVEMENT_KIND_SPEC,
|
|
135
132
|
KNOWLEDGE_GAP_KIND_SPEC,
|
|
136
133
|
KNOWLEDGE_POISONING_KIND_SPEC,
|
|
134
|
+
Mutex,
|
|
137
135
|
POLICY_EDIT_AXES,
|
|
138
136
|
POLICY_EDIT_CANDIDATE_RECORD_SCHEMA,
|
|
139
137
|
POLICY_EDIT_TARGET_SURFACES,
|
|
@@ -150,6 +148,7 @@ import {
|
|
|
150
148
|
makeFinding,
|
|
151
149
|
makePolicyEdit,
|
|
152
150
|
makePolicyEditCandidateRecord,
|
|
151
|
+
mapConcurrent,
|
|
153
152
|
policyEditFromFinding,
|
|
154
153
|
policyEditsFromFindings,
|
|
155
154
|
renderPriorFindings,
|
|
@@ -157,7 +156,7 @@ import {
|
|
|
157
156
|
scorePolicyEditReadiness,
|
|
158
157
|
validatePolicyEdit,
|
|
159
158
|
validatePolicyEditCandidateRecord
|
|
160
|
-
} from "./chunk-
|
|
159
|
+
} from "./chunk-EAWKAVID.js";
|
|
161
160
|
import {
|
|
162
161
|
allCriticalPassed,
|
|
163
162
|
controlFailureClassFromVerification,
|
|
@@ -11959,6 +11958,7 @@ export {
|
|
|
11959
11958
|
makePolicyEdit,
|
|
11960
11959
|
makePolicyEditCandidateRecord,
|
|
11961
11960
|
mannWhitneyU,
|
|
11961
|
+
mapConcurrent,
|
|
11962
11962
|
matchGoldens,
|
|
11963
11963
|
matchSpan,
|
|
11964
11964
|
maximumChargeForLlmRequest,
|