@prismatic-io/lux 0.0.1 → 0.0.2-preview.11
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/lib/answerers/persona/index.d.ts +2 -1
- package/lib/answerers/persona/index.d.ts.map +1 -1
- package/lib/answerers/persona/index.js +20 -5
- package/lib/answerers/persona/index.js.map +1 -1
- package/lib/answerers/terminal/index.js +1 -1
- package/lib/answerers/terminal/index.js.map +1 -1
- package/lib/assertions/authoring.d.ts +14 -0
- package/lib/assertions/authoring.d.ts.map +1 -0
- package/lib/assertions/authoring.js +3 -0
- package/lib/assertions/authoring.js.map +1 -0
- package/lib/assertions/core/helpers.d.ts +2 -7
- package/lib/assertions/core/helpers.d.ts.map +1 -1
- package/lib/assertions/core/helpers.js +2 -6
- package/lib/assertions/core/helpers.js.map +1 -1
- package/lib/assertions/core/index.d.ts.map +1 -1
- package/lib/assertions/core/index.js +2 -1
- package/lib/assertions/core/index.js.map +1 -1
- package/lib/assertions/core/resource-checks.d.ts +19 -0
- package/lib/assertions/core/resource-checks.d.ts.map +1 -1
- package/lib/assertions/core/resource-checks.js +32 -0
- package/lib/assertions/core/resource-checks.js.map +1 -1
- package/lib/authoring.d.ts +1 -0
- package/lib/authoring.d.ts.map +1 -1
- package/lib/authoring.js +1 -0
- package/lib/authoring.js.map +1 -1
- package/lib/cli/program.d.ts.map +1 -1
- package/lib/cli/program.js +12 -67
- package/lib/cli/program.js.map +1 -1
- package/lib/cli/render/reporter.d.ts.map +1 -1
- package/lib/cli/render/reporter.js +16 -3
- package/lib/cli/render/reporter.js.map +1 -1
- package/lib/cli/run-options.d.ts +1 -0
- package/lib/cli/run-options.d.ts.map +1 -1
- package/lib/cli/run-options.js.map +1 -1
- package/lib/cli/view.d.ts +13 -0
- package/lib/cli/view.d.ts.map +1 -0
- package/lib/cli/view.js +126 -0
- package/lib/cli/view.js.map +1 -0
- package/lib/core/action-events.d.ts +29 -0
- package/lib/core/action-events.d.ts.map +1 -0
- package/lib/core/action-events.js +51 -0
- package/lib/core/action-events.js.map +1 -0
- package/lib/core/agent-activity.d.ts +49 -0
- package/lib/core/agent-activity.d.ts.map +1 -0
- package/lib/core/agent-activity.js +206 -0
- package/lib/core/agent-activity.js.map +1 -0
- package/lib/core/agent-events.d.ts +26 -0
- package/lib/core/agent-events.d.ts.map +1 -0
- package/lib/core/agent-events.js +13 -0
- package/lib/core/agent-events.js.map +1 -0
- package/lib/core/artifact-evidence.d.ts +8 -0
- package/lib/core/artifact-evidence.d.ts.map +1 -1
- package/lib/core/artifact-evidence.js +36 -4
- package/lib/core/artifact-evidence.js.map +1 -1
- package/lib/core/assertion.d.ts +19 -9
- package/lib/core/assertion.d.ts.map +1 -1
- package/lib/core/assertion.js +26 -0
- package/lib/core/assertion.js.map +1 -1
- package/lib/core/case-authoring-state.d.ts +12 -0
- package/lib/core/case-authoring-state.d.ts.map +1 -0
- package/lib/core/case-authoring-state.js +43 -0
- package/lib/core/case-authoring-state.js.map +1 -0
- package/lib/core/case.d.ts +29 -1
- package/lib/core/case.d.ts.map +1 -1
- package/lib/core/case.js +14 -6
- package/lib/core/case.js.map +1 -1
- package/lib/core/driver-metrics.d.ts +98 -0
- package/lib/core/driver-metrics.d.ts.map +1 -0
- package/lib/core/driver-metrics.js +36 -0
- package/lib/core/driver-metrics.js.map +1 -0
- package/lib/core/driver.d.ts +3 -0
- package/lib/core/driver.d.ts.map +1 -1
- package/lib/core/driver.js.map +1 -1
- package/lib/core/events.d.ts +36 -0
- package/lib/core/events.d.ts.map +1 -1
- package/lib/core/events.js +12 -2
- package/lib/core/events.js.map +1 -1
- package/lib/core/experiment.d.ts +19 -0
- package/lib/core/experiment.d.ts.map +1 -1
- package/lib/core/experiment.js +2 -0
- package/lib/core/experiment.js.map +1 -1
- package/lib/core/index.d.ts +4 -0
- package/lib/core/index.d.ts.map +1 -1
- package/lib/core/index.js +4 -0
- package/lib/core/index.js.map +1 -1
- package/lib/core/lifecycle-fixtures.d.ts +3 -1
- package/lib/core/lifecycle-fixtures.d.ts.map +1 -1
- package/lib/core/lifecycle-fixtures.js +4 -2
- package/lib/core/lifecycle-fixtures.js.map +1 -1
- package/lib/core/lifecycle-hooks.d.ts +9 -0
- package/lib/core/lifecycle-hooks.d.ts.map +1 -1
- package/lib/core/lifecycle-hooks.js +8 -2
- package/lib/core/lifecycle-hooks.js.map +1 -1
- package/lib/core/run.d.ts +150 -0
- package/lib/core/run.d.ts.map +1 -1
- package/lib/core/run.js +9 -0
- package/lib/core/run.js.map +1 -1
- package/lib/core/wire.d.ts +12 -0
- package/lib/core/wire.d.ts.map +1 -1
- package/lib/core/wire.js +5 -1
- package/lib/core/wire.js.map +1 -1
- package/lib/drivers/claude-code/parse-events.d.ts.map +1 -1
- package/lib/drivers/claude-code/parse-events.js +73 -8
- package/lib/drivers/claude-code/parse-events.js.map +1 -1
- package/lib/drivers/codex/app-events.d.ts +9 -2
- package/lib/drivers/codex/app-events.d.ts.map +1 -1
- package/lib/drivers/codex/app-events.js +93 -12
- package/lib/drivers/codex/app-events.js.map +1 -1
- package/lib/drivers/codex/index.d.ts.map +1 -1
- package/lib/drivers/codex/index.js +10 -14
- package/lib/drivers/codex/index.js.map +1 -1
- package/lib/drivers/subprocess/index.d.ts.map +1 -1
- package/lib/drivers/subprocess/index.js +6 -0
- package/lib/drivers/subprocess/index.js.map +1 -1
- package/lib/index.d.ts +10 -6
- package/lib/index.d.ts.map +1 -1
- package/lib/index.js +10 -6
- package/lib/index.js.map +1 -1
- package/lib/orchestrator/annotation-store.d.ts.map +1 -1
- package/lib/orchestrator/annotation-store.js +6 -2
- package/lib/orchestrator/annotation-store.js.map +1 -1
- package/lib/orchestrator/case-extensions.d.ts +6 -0
- package/lib/orchestrator/case-extensions.d.ts.map +1 -0
- package/lib/orchestrator/case-extensions.js +28 -0
- package/lib/orchestrator/case-extensions.js.map +1 -0
- package/lib/orchestrator/compare.d.ts +13 -1
- package/lib/orchestrator/compare.d.ts.map +1 -1
- package/lib/orchestrator/compare.js +12 -0
- package/lib/orchestrator/compare.js.map +1 -1
- package/lib/orchestrator/config.d.ts.map +1 -1
- package/lib/orchestrator/config.js +0 -2
- package/lib/orchestrator/config.js.map +1 -1
- package/lib/orchestrator/doctor.d.ts.map +1 -1
- package/lib/orchestrator/doctor.js +5 -3
- package/lib/orchestrator/doctor.js.map +1 -1
- package/lib/orchestrator/experiment-contracts.d.ts +19 -0
- package/lib/orchestrator/experiment-contracts.d.ts.map +1 -1
- package/lib/orchestrator/experiment-evaluation.d.ts.map +1 -1
- package/lib/orchestrator/experiment-evaluation.js +17 -0
- package/lib/orchestrator/experiment-evaluation.js.map +1 -1
- package/lib/orchestrator/experiment-report.d.ts +19 -0
- package/lib/orchestrator/experiment-report.d.ts.map +1 -1
- package/lib/orchestrator/experiment-runs.d.ts +38 -0
- package/lib/orchestrator/experiment-runs.d.ts.map +1 -1
- package/lib/orchestrator/grader-experiment.d.ts +12 -0
- package/lib/orchestrator/grader-experiment.d.ts.map +1 -1
- package/lib/orchestrator/grading.d.ts +2 -1
- package/lib/orchestrator/grading.d.ts.map +1 -1
- package/lib/orchestrator/grading.js +16 -4
- package/lib/orchestrator/grading.js.map +1 -1
- package/lib/orchestrator/index.d.ts +1 -1
- package/lib/orchestrator/index.d.ts.map +1 -1
- package/lib/orchestrator/index.js +1 -1
- package/lib/orchestrator/index.js.map +1 -1
- package/lib/orchestrator/list-runs.d.ts +7 -1
- package/lib/orchestrator/list-runs.d.ts.map +1 -1
- package/lib/orchestrator/list-runs.js +50 -6
- package/lib/orchestrator/list-runs.js.map +1 -1
- package/lib/orchestrator/loader.d.ts.map +1 -1
- package/lib/orchestrator/loader.js +2 -0
- package/lib/orchestrator/loader.js.map +1 -1
- package/lib/orchestrator/orchestrator.d.ts +3 -0
- package/lib/orchestrator/orchestrator.d.ts.map +1 -1
- package/lib/orchestrator/orchestrator.js +42 -14
- package/lib/orchestrator/orchestrator.js.map +1 -1
- package/lib/orchestrator/owned-lock.d.ts.map +1 -1
- package/lib/orchestrator/owned-lock.js +52 -38
- package/lib/orchestrator/owned-lock.js.map +1 -1
- package/lib/orchestrator/regrade.d.ts +6 -0
- package/lib/orchestrator/regrade.d.ts.map +1 -1
- package/lib/orchestrator/regrade.js +8 -4
- package/lib/orchestrator/regrade.js.map +1 -1
- package/lib/orchestrator/run-execution.d.ts +2 -1
- package/lib/orchestrator/run-execution.d.ts.map +1 -1
- package/lib/orchestrator/run-execution.js +20 -5
- package/lib/orchestrator/run-execution.js.map +1 -1
- package/lib/orchestrator/suite-compare.d.ts +34 -0
- package/lib/orchestrator/suite-compare.d.ts.map +1 -1
- package/lib/orchestrator/suite-summary.d.ts +68 -0
- package/lib/orchestrator/suite-summary.d.ts.map +1 -1
- package/lib/orchestrator/suite-summary.js +45 -7
- package/lib/orchestrator/suite-summary.js.map +1 -1
- package/lib/previewer/artifacts.d.ts +25 -0
- package/lib/previewer/artifacts.d.ts.map +1 -0
- package/lib/previewer/artifacts.js +180 -0
- package/lib/previewer/artifacts.js.map +1 -0
- package/lib/previewer/server.d.ts +105 -0
- package/lib/previewer/server.d.ts.map +1 -0
- package/lib/previewer/server.js +542 -0
- package/lib/previewer/server.js.map +1 -0
- package/package.json +2 -2
- package/skills/lux/SKILL.md +7 -3
- package/skills/lux/references/cli.md +25 -2
- package/skills/lux/references/eval-authoring.md +158 -4
- package/skills/lux-answerer/SKILL.md +1 -1
- package/src/answerers/persona/index.ts +21 -4
- package/src/answerers/terminal/index.ts +1 -1
- package/src/assertions/authoring.ts +81 -0
- package/src/assertions/core/helpers.ts +3 -6
- package/src/assertions/core/index.ts +2 -0
- package/src/assertions/core/resource-checks.ts +35 -0
- package/src/authoring.ts +1 -0
- package/src/cli/program.ts +14 -93
- package/src/cli/render/reporter.ts +18 -3
- package/src/cli/run-options.ts +1 -0
- package/src/cli/view.ts +168 -0
- package/src/core/action-events.ts +59 -0
- package/src/core/agent-activity.ts +236 -0
- package/src/core/agent-events.ts +17 -0
- package/src/core/artifact-evidence.ts +47 -4
- package/src/core/assertion.ts +41 -22
- package/src/core/case-authoring-state.ts +65 -0
- package/src/core/case.ts +57 -6
- package/src/core/driver-metrics.ts +51 -0
- package/src/core/driver.ts +3 -0
- package/src/core/events.ts +14 -2
- package/src/core/experiment.ts +2 -0
- package/src/core/index.ts +4 -0
- package/src/core/lifecycle-fixtures.ts +7 -2
- package/src/core/lifecycle-hooks.ts +16 -2
- package/src/core/run.ts +9 -0
- package/src/core/wire.ts +5 -1
- package/src/drivers/claude-code/parse-events.ts +98 -12
- package/src/drivers/codex/app-events.ts +116 -16
- package/src/drivers/codex/index.ts +16 -14
- package/src/drivers/subprocess/index.ts +6 -0
- package/src/index.ts +50 -6
- package/src/orchestrator/annotation-store.ts +5 -1
- package/src/orchestrator/case-extensions.ts +44 -0
- package/src/orchestrator/compare.ts +18 -0
- package/src/orchestrator/config.ts +0 -2
- package/src/orchestrator/doctor.ts +5 -3
- package/src/orchestrator/experiment-evaluation.ts +23 -0
- package/src/orchestrator/grading.ts +21 -2
- package/src/orchestrator/index.ts +1 -0
- package/src/orchestrator/list-runs.ts +66 -5
- package/src/orchestrator/loader.ts +2 -0
- package/src/orchestrator/orchestrator.ts +86 -40
- package/src/orchestrator/owned-lock.ts +54 -34
- package/src/orchestrator/regrade.ts +8 -7
- package/src/orchestrator/run-execution.ts +24 -3
- package/src/orchestrator/suite-summary.ts +101 -8
- package/src/previewer/artifacts.ts +221 -0
- package/src/previewer/server.ts +765 -0
- package/viewer/app.css +2075 -0
- package/viewer/app.js +606 -0
- package/viewer/artifact-view.js +48 -0
- package/viewer/charts.js +86 -0
- package/viewer/detail.js +1214 -0
- package/viewer/format.js +129 -0
- package/viewer/index.html +151 -0
- package/lib/answerers/scripted/index.d.ts +0 -8
- package/lib/answerers/scripted/index.d.ts.map +0 -1
- package/lib/answerers/scripted/index.js +0 -163
- package/lib/answerers/scripted/index.js.map +0 -1
- package/src/answerers/scripted/index.ts +0 -186
|
@@ -0,0 +1,180 @@
|
|
|
1
|
+
import { inspectRunArtifact, readRunArtifactBytes } from "../core/index.js";
|
|
2
|
+
const MAX_PREVIEW_BYTES = 512_000;
|
|
3
|
+
const MAX_DIFF_LINES = 2_000;
|
|
4
|
+
const MAX_DIFF_CELLS = 1_000_000;
|
|
5
|
+
const evidenceArtifacts = (indexed, knownPaths) => {
|
|
6
|
+
const out = [...indexed];
|
|
7
|
+
const indexedPaths = new Set(indexed.map((artifact) => artifact.path));
|
|
8
|
+
for (const path of knownPaths) {
|
|
9
|
+
if (!indexedPaths.has(path))
|
|
10
|
+
out.push({ path });
|
|
11
|
+
}
|
|
12
|
+
return out;
|
|
13
|
+
};
|
|
14
|
+
export const loadArtifactPreview = async (runDir, indexed, knownPaths, path) => {
|
|
15
|
+
if (!knownPaths.includes(path) && !indexed.some((artifact) => artifact.path === path)) {
|
|
16
|
+
return {
|
|
17
|
+
path,
|
|
18
|
+
exists: false,
|
|
19
|
+
viewable: false,
|
|
20
|
+
size: null,
|
|
21
|
+
contentType: null,
|
|
22
|
+
text: null,
|
|
23
|
+
reason: "artifact was not captured by this run",
|
|
24
|
+
};
|
|
25
|
+
}
|
|
26
|
+
const artifacts = evidenceArtifacts(indexed, knownPaths);
|
|
27
|
+
const run = { runDir, artifacts };
|
|
28
|
+
const inspected = await inspectRunArtifact(run, path);
|
|
29
|
+
const contentType = inspected.artifact?.contentType ?? null;
|
|
30
|
+
if (!inspected.stats?.isFile()) {
|
|
31
|
+
return {
|
|
32
|
+
path,
|
|
33
|
+
exists: false,
|
|
34
|
+
viewable: false,
|
|
35
|
+
size: inspected.stats?.size ?? null,
|
|
36
|
+
contentType,
|
|
37
|
+
text: null,
|
|
38
|
+
reason: inspected.issue ?? "artifact is not a regular file",
|
|
39
|
+
};
|
|
40
|
+
}
|
|
41
|
+
if (inspected.stats.size > MAX_PREVIEW_BYTES) {
|
|
42
|
+
return {
|
|
43
|
+
path,
|
|
44
|
+
exists: true,
|
|
45
|
+
viewable: false,
|
|
46
|
+
size: inspected.stats.size,
|
|
47
|
+
contentType,
|
|
48
|
+
text: null,
|
|
49
|
+
reason: `artifact exceeds the ${MAX_PREVIEW_BYTES}-byte preview limit`,
|
|
50
|
+
};
|
|
51
|
+
}
|
|
52
|
+
const bytes = await readRunArtifactBytes(run, path, { maxBytes: MAX_PREVIEW_BYTES });
|
|
53
|
+
let text;
|
|
54
|
+
try {
|
|
55
|
+
text = new TextDecoder("utf-8", { fatal: true }).decode(bytes);
|
|
56
|
+
}
|
|
57
|
+
catch {
|
|
58
|
+
return {
|
|
59
|
+
path,
|
|
60
|
+
exists: true,
|
|
61
|
+
viewable: false,
|
|
62
|
+
size: bytes.length,
|
|
63
|
+
contentType,
|
|
64
|
+
text: null,
|
|
65
|
+
reason: "artifact is not valid UTF-8 text",
|
|
66
|
+
};
|
|
67
|
+
}
|
|
68
|
+
if (text.includes("\0")) {
|
|
69
|
+
return {
|
|
70
|
+
path,
|
|
71
|
+
exists: true,
|
|
72
|
+
viewable: false,
|
|
73
|
+
size: bytes.length,
|
|
74
|
+
contentType,
|
|
75
|
+
text: null,
|
|
76
|
+
reason: "artifact appears to be binary",
|
|
77
|
+
};
|
|
78
|
+
}
|
|
79
|
+
return {
|
|
80
|
+
path,
|
|
81
|
+
exists: true,
|
|
82
|
+
viewable: true,
|
|
83
|
+
size: bytes.length,
|
|
84
|
+
contentType,
|
|
85
|
+
text,
|
|
86
|
+
reason: null,
|
|
87
|
+
};
|
|
88
|
+
};
|
|
89
|
+
const appendOperation = (operations, kind, line) => {
|
|
90
|
+
const current = operations.at(-1);
|
|
91
|
+
if (current?.kind === kind)
|
|
92
|
+
current.lines.push(line);
|
|
93
|
+
else
|
|
94
|
+
operations.push({ kind, lines: [line] });
|
|
95
|
+
};
|
|
96
|
+
const diffLines = (beforeText, afterText) => {
|
|
97
|
+
const before = beforeText.split("\n");
|
|
98
|
+
const after = afterText.split("\n");
|
|
99
|
+
if (before.length > MAX_DIFF_LINES ||
|
|
100
|
+
after.length > MAX_DIFF_LINES ||
|
|
101
|
+
before.length * after.length > MAX_DIFF_CELLS) {
|
|
102
|
+
return null;
|
|
103
|
+
}
|
|
104
|
+
const width = after.length + 1;
|
|
105
|
+
const table = new Uint32Array((before.length + 1) * width);
|
|
106
|
+
for (let left = before.length - 1; left >= 0; left--) {
|
|
107
|
+
for (let right = after.length - 1; right >= 0; right--) {
|
|
108
|
+
const cell = left * width + right;
|
|
109
|
+
table[cell] =
|
|
110
|
+
before[left] === after[right]
|
|
111
|
+
? (table[(left + 1) * width + right + 1] ?? 0) + 1
|
|
112
|
+
: Math.max(table[(left + 1) * width + right] ?? 0, table[left * width + right + 1] ?? 0);
|
|
113
|
+
}
|
|
114
|
+
}
|
|
115
|
+
const operations = [];
|
|
116
|
+
let left = 0;
|
|
117
|
+
let right = 0;
|
|
118
|
+
while (left < before.length && right < after.length) {
|
|
119
|
+
if (before[left] === after[right]) {
|
|
120
|
+
appendOperation(operations, "same", before[left] ?? "");
|
|
121
|
+
left++;
|
|
122
|
+
right++;
|
|
123
|
+
}
|
|
124
|
+
else if ((table[(left + 1) * width + right] ?? 0) >= (table[left * width + right + 1] ?? 0)) {
|
|
125
|
+
appendOperation(operations, "removed", before[left] ?? "");
|
|
126
|
+
left++;
|
|
127
|
+
}
|
|
128
|
+
else {
|
|
129
|
+
appendOperation(operations, "added", after[right] ?? "");
|
|
130
|
+
right++;
|
|
131
|
+
}
|
|
132
|
+
}
|
|
133
|
+
while (left < before.length) {
|
|
134
|
+
appendOperation(operations, "removed", before[left] ?? "");
|
|
135
|
+
left++;
|
|
136
|
+
}
|
|
137
|
+
while (right < after.length) {
|
|
138
|
+
appendOperation(operations, "added", after[right] ?? "");
|
|
139
|
+
right++;
|
|
140
|
+
}
|
|
141
|
+
return operations;
|
|
142
|
+
};
|
|
143
|
+
export const compareArtifactPreviews = (path, before, after) => {
|
|
144
|
+
if (before.viewable && before.text !== null && !after.exists) {
|
|
145
|
+
return {
|
|
146
|
+
path,
|
|
147
|
+
before,
|
|
148
|
+
after,
|
|
149
|
+
operations: [{ kind: "removed", lines: before.text.split("\n") }],
|
|
150
|
+
reason: null,
|
|
151
|
+
};
|
|
152
|
+
}
|
|
153
|
+
if (!before.exists && after.viewable && after.text !== null) {
|
|
154
|
+
return {
|
|
155
|
+
path,
|
|
156
|
+
before,
|
|
157
|
+
after,
|
|
158
|
+
operations: [{ kind: "added", lines: after.text.split("\n") }],
|
|
159
|
+
reason: null,
|
|
160
|
+
};
|
|
161
|
+
}
|
|
162
|
+
if (!before.viewable || !after.viewable || before.text === null || after.text === null) {
|
|
163
|
+
return {
|
|
164
|
+
path,
|
|
165
|
+
before,
|
|
166
|
+
after,
|
|
167
|
+
operations: null,
|
|
168
|
+
reason: before.reason ?? after.reason ?? "artifact text is unavailable",
|
|
169
|
+
};
|
|
170
|
+
}
|
|
171
|
+
const operations = diffLines(before.text, after.text);
|
|
172
|
+
return {
|
|
173
|
+
path,
|
|
174
|
+
before,
|
|
175
|
+
after,
|
|
176
|
+
operations,
|
|
177
|
+
reason: operations ? null : "artifact is too line-dense for an inline diff",
|
|
178
|
+
};
|
|
179
|
+
};
|
|
180
|
+
//# sourceMappingURL=artifacts.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"artifacts.js","sourceRoot":"","sources":["../../src/previewer/artifacts.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,105 @@
|
|
|
1
|
+
import { type DriverMetricDescriptor, type DriverMetrics } from "../core/index.js";
|
|
2
|
+
type PreviewKind = "run" | "suite" | "experiment";
|
|
3
|
+
type PreviewStatus = "passed" | "failed" | "running" | "aborted" | "error" | "ungraded";
|
|
4
|
+
type PreviewRun = {
|
|
5
|
+
id: string;
|
|
6
|
+
kind: "run";
|
|
7
|
+
status: PreviewStatus;
|
|
8
|
+
caseId: string;
|
|
9
|
+
driver: string;
|
|
10
|
+
agentId: string | null;
|
|
11
|
+
startedAt: string | null;
|
|
12
|
+
durationMs: number | null;
|
|
13
|
+
timeToFirstActionMs: number | null;
|
|
14
|
+
timeToFirstMutationMs: number | null;
|
|
15
|
+
timeToFirstDurableMutationMs: number | null;
|
|
16
|
+
driverMetrics: DriverMetrics;
|
|
17
|
+
subagentCount: number;
|
|
18
|
+
score: number | null;
|
|
19
|
+
assertions: {
|
|
20
|
+
passed: number;
|
|
21
|
+
total: number;
|
|
22
|
+
};
|
|
23
|
+
path: string;
|
|
24
|
+
};
|
|
25
|
+
type PreviewSuite = {
|
|
26
|
+
id: string;
|
|
27
|
+
kind: "suite";
|
|
28
|
+
status: PreviewStatus;
|
|
29
|
+
suiteId: string;
|
|
30
|
+
startedAt: string;
|
|
31
|
+
endedAt: string | null;
|
|
32
|
+
concurrency: number;
|
|
33
|
+
profileId?: string | undefined;
|
|
34
|
+
items: Array<{
|
|
35
|
+
caseId: string;
|
|
36
|
+
canonicalCaseId: string;
|
|
37
|
+
status: string;
|
|
38
|
+
exitReason: string | null;
|
|
39
|
+
casePassed: boolean | null;
|
|
40
|
+
runId: string | null;
|
|
41
|
+
errorMessage?: string | undefined;
|
|
42
|
+
}>;
|
|
43
|
+
path: string;
|
|
44
|
+
};
|
|
45
|
+
type PreviewExperiment = {
|
|
46
|
+
id: string;
|
|
47
|
+
kind: "experiment";
|
|
48
|
+
status: PreviewStatus;
|
|
49
|
+
experimentId: string;
|
|
50
|
+
campaignId: string;
|
|
51
|
+
mode: "experiment" | "optimize";
|
|
52
|
+
startedAt: string;
|
|
53
|
+
endedAt: string | null;
|
|
54
|
+
activeTimeMs: number;
|
|
55
|
+
candidateCount: number;
|
|
56
|
+
championCandidateId: string | null;
|
|
57
|
+
budget: {
|
|
58
|
+
metricCalls: number;
|
|
59
|
+
judgeCalls: number;
|
|
60
|
+
proposalCalls: number;
|
|
61
|
+
costUsd: number;
|
|
62
|
+
};
|
|
63
|
+
evaluations: Array<{
|
|
64
|
+
candidateId: string;
|
|
65
|
+
profileId: string;
|
|
66
|
+
split: "train" | "validation" | "test";
|
|
67
|
+
passRate: number;
|
|
68
|
+
metrics: Record<string, number>;
|
|
69
|
+
metricDefinitions: Record<string, DriverMetricDescriptor>;
|
|
70
|
+
failedCases: Array<{
|
|
71
|
+
caseId: string;
|
|
72
|
+
score: number | null;
|
|
73
|
+
feedback: string[];
|
|
74
|
+
}>;
|
|
75
|
+
}>;
|
|
76
|
+
path: string;
|
|
77
|
+
};
|
|
78
|
+
export type PreviewSnapshot = {
|
|
79
|
+
generatedAt: string;
|
|
80
|
+
runsRoot: string;
|
|
81
|
+
initial: {
|
|
82
|
+
kind: PreviewKind;
|
|
83
|
+
id: string;
|
|
84
|
+
} | null;
|
|
85
|
+
runs: PreviewRun[];
|
|
86
|
+
suites: PreviewSuite[];
|
|
87
|
+
experiments: PreviewExperiment[];
|
|
88
|
+
};
|
|
89
|
+
export type PreviewServer = {
|
|
90
|
+
url: string;
|
|
91
|
+
closed: Promise<void>;
|
|
92
|
+
close: () => Promise<void>;
|
|
93
|
+
};
|
|
94
|
+
export type StartPreviewServerOptions = {
|
|
95
|
+
runsRoot: string;
|
|
96
|
+
port?: number | undefined;
|
|
97
|
+
initialPath?: string | undefined;
|
|
98
|
+
initialKind?: PreviewKind | undefined;
|
|
99
|
+
caseFilter?: string | undefined;
|
|
100
|
+
signal?: AbortSignal | undefined;
|
|
101
|
+
};
|
|
102
|
+
export declare const startPreviewServer: (options: StartPreviewServerOptions) => Promise<PreviewServer>;
|
|
103
|
+
export declare const openPreviewUrl: (url: string) => Promise<void>;
|
|
104
|
+
export {};
|
|
105
|
+
//# sourceMappingURL=server.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"server.d.ts","sourceRoot":"","sources":["../../src/previewer/server.ts"],"names":[],"mappings":"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"}
|