-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathshowcase.config.json
More file actions
58 lines (58 loc) · 1.69 KB
/
Copy pathshowcase.config.json
File metadata and controls
58 lines (58 loc) · 1.69 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
50
51
52
53
54
55
56
57
58
{
"projectName": "GroupX",
"root": ".",
"type": "local-web",
"installCommand": "npm install",
"startCommand": null,
"baseUrl": "http://127.0.0.1:4311",
"outputDir": "docs/assets/showcase",
"readme": "README.md",
"waitMs": 1200,
"timeoutMs": 60000,
"disableAnimations": true,
"viewports": {
"desktop": { "width": 1280, "height": 720 },
"mobile": { "width": 390, "height": 844 }
},
"screenshots": [
{
"id": "builder-response",
"title": "Builder — real model response",
"path": "/",
"viewport": "desktop",
"waitFor": "main.conversation-panel",
"waitMs": 1500,
"fullPage": false,
"selector": "article.event-card.tone-grok:not([data-stream-key])",
"steps": []
},
{
"id": "reviewer-response",
"title": "Reviewer — real model response",
"path": "/",
"viewport": "desktop",
"waitFor": "main.conversation-panel",
"waitMs": 1200,
"fullPage": false,
"selector": "article.event-card.tone-kimi:not([data-stream-key])",
"steps": []
},
{
"id": "architect-response",
"title": "Architect — real model response",
"path": "/",
"viewport": "desktop",
"waitFor": "main.conversation-panel",
"waitMs": 1200,
"fullPage": false,
"selector": "article.event-card.tone-codex:not([data-stream-key])",
"steps": []
}
],
"hero": {
"file": "real-conversation.png",
"title": "Three agents. One room. Real responses.",
"subtitle": "A real GroupX run with three independent Kimi ACP sessions acting as Architect, Builder, and Reviewer.",
"images": ["builder-response", "reviewer-response", "architect-response"]
}
}