@tangle-network/agent-eval 0.123.8 → 0.125.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/CHANGELOG.md +29 -4
- package/dist/analyst/index.d.ts +5 -0
- package/dist/analyst/index.js +4 -4
- package/dist/benchmarks/index.js +4 -4
- package/dist/campaign/index.d.ts +20 -1
- package/dist/campaign/index.js +4 -4
- package/dist/{chunk-ZU3QWGZE.js → chunk-A62YMFWA.js} +89 -8
- package/dist/chunk-A62YMFWA.js.map +1 -0
- package/dist/{chunk-BUR5R4R4.js → chunk-A6GT67HT.js} +3 -3
- package/dist/{chunk-EEHHBAWH.js → chunk-DT7OXY3C.js} +2 -2
- package/dist/{chunk-PDHIOKRE.js → chunk-EQUK3RFS.js} +8 -4
- package/dist/chunk-EQUK3RFS.js.map +1 -0
- package/dist/{chunk-V7HQGZBT.js → chunk-GID26AN4.js} +2 -2
- package/dist/{chunk-27UXRPIQ.js → chunk-HM6V7F3M.js} +2 -2
- package/dist/chunk-IPYXE555.js +594 -0
- package/dist/chunk-IPYXE555.js.map +1 -0
- package/dist/chunk-LKKT3IVV.js +1644 -0
- package/dist/chunk-LKKT3IVV.js.map +1 -0
- package/dist/chunk-M7AH34KV.js +155 -0
- package/dist/chunk-M7AH34KV.js.map +1 -0
- package/dist/chunk-MAX3TN3C.js +249 -0
- package/dist/chunk-MAX3TN3C.js.map +1 -0
- package/dist/{chunk-QVGVJQMR.js → chunk-PMITBABE.js} +7 -5
- package/dist/{chunk-QVGVJQMR.js.map → chunk-PMITBABE.js.map} +1 -1
- package/dist/{chunk-J3LHTAAB.js → chunk-QOTFXW5L.js} +1 -47
- package/dist/chunk-QOTFXW5L.js.map +1 -0
- package/dist/chunk-RZTMDUO7.js +49 -0
- package/dist/chunk-RZTMDUO7.js.map +1 -0
- package/dist/chunk-VBQ3CRKH.js +291 -0
- package/dist/chunk-VBQ3CRKH.js.map +1 -0
- package/dist/{chunk-RQ5TP2TV.js → chunk-W5B3ZGP3.js} +3 -3
- package/dist/cli.js +13 -2
- package/dist/cli.js.map +1 -1
- package/dist/contract/index.d.ts +7 -0
- package/dist/contract/index.js +4 -4
- package/dist/index.d.ts +833 -82
- package/dist/index.js +61 -121
- package/dist/index.js.map +1 -1
- package/dist/openapi.json +1 -1
- package/dist/pipelines/index.js +4 -2
- package/dist/pipelines/index.js.map +1 -1
- package/dist/rl.d.ts +3 -0
- package/dist/rl.js +2 -2
- package/dist/rollout/index.d.ts +1061 -0
- package/dist/rollout/index.js +109 -0
- package/dist/rollout/index.js.map +1 -0
- package/dist/supervisor-run/index.d.ts +857 -0
- package/dist/supervisor-run/index.js +64 -0
- package/dist/supervisor-run/index.js.map +1 -0
- package/dist/wire/index.d.ts +3 -0
- package/dist/wire/index.js +2 -2
- package/docs/rollout.md +48 -0
- package/package.json +11 -1
- package/dist/chunk-J3LHTAAB.js.map +0 -1
- package/dist/chunk-PDHIOKRE.js.map +0 -1
- package/dist/chunk-ZU3QWGZE.js.map +0 -1
- /package/dist/{chunk-BUR5R4R4.js.map → chunk-A6GT67HT.js.map} +0 -0
- /package/dist/{chunk-EEHHBAWH.js.map → chunk-DT7OXY3C.js.map} +0 -0
- /package/dist/{chunk-V7HQGZBT.js.map → chunk-GID26AN4.js.map} +0 -0
- /package/dist/{chunk-27UXRPIQ.js.map → chunk-HM6V7F3M.js.map} +0 -0
- /package/dist/{chunk-RQ5TP2TV.js.map → chunk-W5B3ZGP3.js.map} +0 -0
|
@@ -0,0 +1,109 @@
|
|
|
1
|
+
import {
|
|
2
|
+
mintRolloutRows,
|
|
3
|
+
rolloutReward
|
|
4
|
+
} from "../chunk-M7AH34KV.js";
|
|
5
|
+
import {
|
|
6
|
+
DEFAULT_CLAUDE_PROJECTS_DIR,
|
|
7
|
+
DEFAULT_OPENCODE_DB,
|
|
8
|
+
claudeProjectSlug,
|
|
9
|
+
findClaudeTranscripts,
|
|
10
|
+
findOpencodeSessionById,
|
|
11
|
+
findOpencodeSessionsByDirectory,
|
|
12
|
+
openOpencodeDb,
|
|
13
|
+
readClaudeTranscript,
|
|
14
|
+
readOpencodeSessionMessages
|
|
15
|
+
} from "../chunk-VBQ3CRKH.js";
|
|
16
|
+
import {
|
|
17
|
+
FORMAT_FILES,
|
|
18
|
+
RELEASE_FORMATS,
|
|
19
|
+
ROLLOUT_RELEASE_USAGE,
|
|
20
|
+
SCRUB_RULES,
|
|
21
|
+
addScrubCounts,
|
|
22
|
+
appendRolloutLines,
|
|
23
|
+
buildDatasetCard,
|
|
24
|
+
buildHfDataset,
|
|
25
|
+
defaultRolloutScrubber,
|
|
26
|
+
emptyScrubCounts,
|
|
27
|
+
parseRolloutReleaseArgs,
|
|
28
|
+
planPushCommand,
|
|
29
|
+
pushDataset,
|
|
30
|
+
readRolloutLedger,
|
|
31
|
+
runRolloutReleaseCli,
|
|
32
|
+
scrubLines,
|
|
33
|
+
scrubRolloutLine,
|
|
34
|
+
scrubText,
|
|
35
|
+
toJsonl,
|
|
36
|
+
toRewardRows,
|
|
37
|
+
toRftItem,
|
|
38
|
+
toRftItems,
|
|
39
|
+
toSftRows,
|
|
40
|
+
toVerifiersRolloutOutput,
|
|
41
|
+
toVerifiersRolloutOutputs,
|
|
42
|
+
writeRolloutLedger
|
|
43
|
+
} from "../chunk-IPYXE555.js";
|
|
44
|
+
import {
|
|
45
|
+
CHAT_ROLES,
|
|
46
|
+
ROLLOUT_CAPTURES,
|
|
47
|
+
ROLLOUT_FORMAT,
|
|
48
|
+
ROLLOUT_ROLES,
|
|
49
|
+
ROLLOUT_SCHEMA,
|
|
50
|
+
ROLLOUT_SPLITS,
|
|
51
|
+
TRAINABLE_SPLITS,
|
|
52
|
+
assertRolloutLine,
|
|
53
|
+
isRolloutLine,
|
|
54
|
+
isTrainableSplit,
|
|
55
|
+
validateRolloutLine
|
|
56
|
+
} from "../chunk-MAX3TN3C.js";
|
|
57
|
+
import "../chunk-RZTMDUO7.js";
|
|
58
|
+
import "../chunk-PZ5AY32C.js";
|
|
59
|
+
export {
|
|
60
|
+
CHAT_ROLES,
|
|
61
|
+
DEFAULT_CLAUDE_PROJECTS_DIR,
|
|
62
|
+
DEFAULT_OPENCODE_DB,
|
|
63
|
+
FORMAT_FILES,
|
|
64
|
+
RELEASE_FORMATS,
|
|
65
|
+
ROLLOUT_CAPTURES,
|
|
66
|
+
ROLLOUT_FORMAT,
|
|
67
|
+
ROLLOUT_RELEASE_USAGE,
|
|
68
|
+
ROLLOUT_ROLES,
|
|
69
|
+
ROLLOUT_SCHEMA,
|
|
70
|
+
ROLLOUT_SPLITS,
|
|
71
|
+
SCRUB_RULES,
|
|
72
|
+
TRAINABLE_SPLITS,
|
|
73
|
+
addScrubCounts,
|
|
74
|
+
appendRolloutLines,
|
|
75
|
+
assertRolloutLine,
|
|
76
|
+
buildDatasetCard,
|
|
77
|
+
buildHfDataset,
|
|
78
|
+
claudeProjectSlug,
|
|
79
|
+
defaultRolloutScrubber,
|
|
80
|
+
emptyScrubCounts,
|
|
81
|
+
findClaudeTranscripts,
|
|
82
|
+
findOpencodeSessionById,
|
|
83
|
+
findOpencodeSessionsByDirectory,
|
|
84
|
+
isRolloutLine,
|
|
85
|
+
isTrainableSplit,
|
|
86
|
+
mintRolloutRows,
|
|
87
|
+
openOpencodeDb,
|
|
88
|
+
parseRolloutReleaseArgs,
|
|
89
|
+
planPushCommand,
|
|
90
|
+
pushDataset,
|
|
91
|
+
readClaudeTranscript,
|
|
92
|
+
readOpencodeSessionMessages,
|
|
93
|
+
readRolloutLedger,
|
|
94
|
+
rolloutReward,
|
|
95
|
+
runRolloutReleaseCli,
|
|
96
|
+
scrubLines,
|
|
97
|
+
scrubRolloutLine,
|
|
98
|
+
scrubText,
|
|
99
|
+
toJsonl,
|
|
100
|
+
toRewardRows,
|
|
101
|
+
toRftItem,
|
|
102
|
+
toRftItems,
|
|
103
|
+
toSftRows,
|
|
104
|
+
toVerifiersRolloutOutput,
|
|
105
|
+
toVerifiersRolloutOutputs,
|
|
106
|
+
validateRolloutLine,
|
|
107
|
+
writeRolloutLedger
|
|
108
|
+
};
|
|
109
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
|