-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnodeagent-happy-path-speed.json
More file actions
49 lines (49 loc) · 1.36 KB
/
Copy pathnodeagent-happy-path-speed.json
File metadata and controls
49 lines (49 loc) · 1.36 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"ok": false,
"startedAt": "2026-08-13T19:11:15.457Z",
"completedAt": "2026-08-13T19:11:41.200Z",
"totalMs": 25743,
"phases": [
{
"name": "init",
"ok": true,
"detail": "repo ready; dependencies installed",
"durationMs": 1
},
{
"name": "nodeagent:frame:smoke",
"ok": true,
"detail": "completed",
"durationMs": 941
},
{
"name": "nodeagent:durable:smoke",
"ok": true,
"detail": "completed",
"durationMs": 909
},
{
"name": "nodeagent:sqlite:smoke",
"ok": true,
"detail": "completed",
"durationMs": 1036
},
{
"name": "nodeagent:local-dashboard:smoke",
"ok": true,
"detail": "completed",
"durationMs": 1164
},
{
"name": "nodeagent:chat-ui:smoke",
"ok": false,
"detail": "│ ├──────────────────────────────────────────────────────────────────────────────╯ │ └ Chat UI scaffold is ready. - missing docs/eval/chat-ui-demo.json - missing docs/eval/chat-ui-smoke.json",
"durationMs": 21690
}
],
"summary": {
"provider": "sqlite-local",
"credentialRequired": false,
"command": "npm run nodeagent -- happy-path"
}
}