@almadar/std 10.0.0 → 11.0.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.
Files changed (187) hide show
  1. package/behaviors/registry/agent/atoms/std-agent-activity-log.orb +80 -80
  2. package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +103 -103
  3. package/behaviors/registry/agent/atoms/std-agent-classifier.orb +131 -113
  4. package/behaviors/registry/agent/atoms/std-agent-completion.orb +116 -98
  5. package/behaviors/registry/agent/atoms/std-agent-context-window.orb +384 -384
  6. package/behaviors/registry/agent/atoms/std-agent-conversation.orb +106 -106
  7. package/behaviors/registry/agent/atoms/std-agent-memory.orb +75 -75
  8. package/behaviors/registry/agent/atoms/std-agent-provider.orb +163 -139
  9. package/behaviors/registry/agent/atoms/std-agent-search.orb +64 -64
  10. package/behaviors/registry/agent/atoms/std-agent-session.orb +130 -130
  11. package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +185 -185
  12. package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +344 -344
  13. package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +81 -63
  14. package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +189 -189
  15. package/behaviors/registry/agent/molecules/std-agent-learner.orb +163 -163
  16. package/behaviors/registry/agent/molecules/std-agent-planner.orb +120 -120
  17. package/behaviors/registry/agent/molecules/std-agent-rag.orb +108 -108
  18. package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
  19. package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1097 -1072
  20. package/behaviors/registry/agent/organisms/std-agent-builder.orb +3183 -3043
  21. package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2309 -2217
  22. package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1083 -1029
  23. package/behaviors/registry/agent/organisms/std-agent-tutor.orb +793 -768
  24. package/behaviors/registry/app/organisms/std-api-gateway.orb +929 -887
  25. package/behaviors/registry/app/organisms/std-booking-system.orb +1247 -1163
  26. package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +822 -780
  27. package/behaviors/registry/app/organisms/std-cms.orb +608 -512
  28. package/behaviors/registry/app/organisms/std-coding-academy.orb +393 -393
  29. package/behaviors/registry/app/organisms/std-crm.orb +887 -791
  30. package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1408 -1366
  31. package/behaviors/registry/app/organisms/std-ecommerce.orb +1147 -1021
  32. package/behaviors/registry/app/organisms/std-finance-tracker.orb +670 -616
  33. package/behaviors/registry/app/organisms/std-healthcare.orb +1447 -1351
  34. package/behaviors/registry/app/organisms/std-helpdesk.orb +720 -666
  35. package/behaviors/registry/app/organisms/std-hr-portal.orb +1286 -1202
  36. package/behaviors/registry/app/organisms/std-iot-dashboard.orb +925 -883
  37. package/behaviors/registry/app/organisms/std-lms.orb +935 -893
  38. package/behaviors/registry/app/organisms/std-project-manager.orb +834 -750
  39. package/behaviors/registry/app/organisms/std-realtime-chat.orb +735 -681
  40. package/behaviors/registry/app/organisms/std-social-feed.orb +235 -211
  41. package/behaviors/registry/app/organisms/std-trading-dashboard.orb +730 -688
  42. package/behaviors/registry/core/atoms/std-browse.orb +56 -56
  43. package/behaviors/registry/core/atoms/std-cache-aside.orb +95 -95
  44. package/behaviors/registry/core/atoms/std-calendar.orb +54 -54
  45. package/behaviors/registry/core/atoms/std-circuit-breaker.orb +180 -180
  46. package/behaviors/registry/core/atoms/std-confirmation.orb +25 -25
  47. package/behaviors/registry/core/atoms/std-display.orb +388 -388
  48. package/behaviors/registry/core/atoms/std-drawer.orb +54 -54
  49. package/behaviors/registry/core/atoms/std-filter.orb +47 -47
  50. package/behaviors/registry/core/atoms/std-gallery.orb +51 -51
  51. package/behaviors/registry/core/atoms/std-modal.orb +12 -12
  52. package/behaviors/registry/core/atoms/std-pagination.orb +42 -42
  53. package/behaviors/registry/core/atoms/std-push.orb +43 -43
  54. package/behaviors/registry/core/atoms/std-rate-limiter.orb +194 -194
  55. package/behaviors/registry/core/atoms/std-related.orb +37 -37
  56. package/behaviors/registry/core/atoms/std-search.orb +68 -68
  57. package/behaviors/registry/core/atoms/std-selection.orb +90 -90
  58. package/behaviors/registry/core/atoms/std-tabs.orb +44 -44
  59. package/behaviors/registry/core/molecules/std-cart.orb +47 -47
  60. package/behaviors/registry/core/molecules/std-filtered-list.orb +6 -6
  61. package/behaviors/registry/core/molecules/std-form-advanced.orb +132 -132
  62. package/behaviors/registry/core/molecules/std-list.orb +79 -85
  63. package/behaviors/registry/core/molecules/std-wizard-form.orb +146 -146
  64. package/behaviors/registry/game/atoms/std-collision.orb +122 -122
  65. package/behaviors/registry/game/atoms/std-combat.orb +66 -66
  66. package/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
  67. package/behaviors/registry/game/atoms/std-game-canvas2d.orb +43 -43
  68. package/behaviors/registry/game/atoms/std-gameflow.orb +37 -37
  69. package/behaviors/registry/game/atoms/std-movement.orb +291 -291
  70. package/behaviors/registry/game/atoms/std-overworld.orb +69 -69
  71. package/behaviors/registry/game/atoms/std-physics2d.orb +77 -77
  72. package/behaviors/registry/game/atoms/std-quest.orb +133 -133
  73. package/behaviors/registry/game/atoms/std-timer.orb +291 -291
  74. package/behaviors/registry/game/organisms/std-arcade-game.orb +139 -139
  75. package/behaviors/registry/game/organisms/std-logic-training.orb +81 -81
  76. package/behaviors/registry/game/organisms/std-platformer-app.orb +273 -237
  77. package/behaviors/registry/game/organisms/std-puzzle-app.orb +98 -98
  78. package/behaviors/registry/game/organisms/std-rpg-game.orb +407 -371
  79. package/behaviors/registry/game/organisms/std-stem-lab.orb +378 -378
  80. package/behaviors/registry/game/organisms/std-strategy-game.orb +557 -557
  81. package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +282 -20
  82. package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +84 -84
  83. package/behaviors/registry/service/atoms/std-service-email.orb +88 -88
  84. package/behaviors/registry/service/atoms/std-service-github.orb +88 -88
  85. package/behaviors/registry/service/atoms/std-service-llm.orb +119 -119
  86. package/behaviors/registry/service/atoms/std-service-oauth.orb +122 -122
  87. package/behaviors/registry/service/atoms/std-service-redis.orb +99 -99
  88. package/behaviors/registry/service/atoms/std-service-storage.orb +109 -109
  89. package/behaviors/registry/service/atoms/std-service-stripe.orb +105 -105
  90. package/behaviors/registry/service/atoms/std-service-twilio.orb +112 -112
  91. package/behaviors/registry/service/atoms/std-service-youtube.orb +111 -111
  92. package/behaviors/registry/service/organisms/std-service-marketplace.orb +1098 -1014
  93. package/behaviors/registry/service/organisms/std-service-research-assistant.orb +956 -956
  94. package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +80 -80
  95. package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +103 -103
  96. package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +131 -113
  97. package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +116 -98
  98. package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +384 -384
  99. package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +106 -106
  100. package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +75 -75
  101. package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +163 -139
  102. package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +64 -64
  103. package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +130 -130
  104. package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +185 -185
  105. package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +344 -344
  106. package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +81 -63
  107. package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +189 -189
  108. package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +163 -163
  109. package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +120 -120
  110. package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +108 -108
  111. package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
  112. package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1097 -1072
  113. package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3183 -3043
  114. package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2309 -2217
  115. package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1083 -1029
  116. package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +793 -768
  117. package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +929 -887
  118. package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1247 -1163
  119. package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +822 -780
  120. package/dist/behaviors/registry/app/organisms/std-cms.orb +608 -512
  121. package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +393 -393
  122. package/dist/behaviors/registry/app/organisms/std-crm.orb +887 -791
  123. package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1408 -1366
  124. package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +1147 -1021
  125. package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +670 -616
  126. package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1447 -1351
  127. package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +720 -666
  128. package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1286 -1202
  129. package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +925 -883
  130. package/dist/behaviors/registry/app/organisms/std-lms.orb +935 -893
  131. package/dist/behaviors/registry/app/organisms/std-project-manager.orb +834 -750
  132. package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +735 -681
  133. package/dist/behaviors/registry/app/organisms/std-social-feed.orb +235 -211
  134. package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +730 -688
  135. package/dist/behaviors/registry/core/atoms/std-browse.orb +56 -56
  136. package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +95 -95
  137. package/dist/behaviors/registry/core/atoms/std-calendar.orb +54 -54
  138. package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +180 -180
  139. package/dist/behaviors/registry/core/atoms/std-confirmation.orb +25 -25
  140. package/dist/behaviors/registry/core/atoms/std-display.orb +388 -388
  141. package/dist/behaviors/registry/core/atoms/std-drawer.orb +54 -54
  142. package/dist/behaviors/registry/core/atoms/std-filter.orb +47 -47
  143. package/dist/behaviors/registry/core/atoms/std-gallery.orb +51 -51
  144. package/dist/behaviors/registry/core/atoms/std-modal.orb +12 -12
  145. package/dist/behaviors/registry/core/atoms/std-pagination.orb +42 -42
  146. package/dist/behaviors/registry/core/atoms/std-push.orb +43 -43
  147. package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +194 -194
  148. package/dist/behaviors/registry/core/atoms/std-related.orb +37 -37
  149. package/dist/behaviors/registry/core/atoms/std-search.orb +68 -68
  150. package/dist/behaviors/registry/core/atoms/std-selection.orb +90 -90
  151. package/dist/behaviors/registry/core/atoms/std-tabs.orb +44 -44
  152. package/dist/behaviors/registry/core/molecules/std-cart.orb +47 -47
  153. package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +6 -6
  154. package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +132 -132
  155. package/dist/behaviors/registry/core/molecules/std-list.orb +79 -85
  156. package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +146 -146
  157. package/dist/behaviors/registry/game/atoms/std-collision.orb +122 -122
  158. package/dist/behaviors/registry/game/atoms/std-combat.orb +66 -66
  159. package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
  160. package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +43 -43
  161. package/dist/behaviors/registry/game/atoms/std-gameflow.orb +37 -37
  162. package/dist/behaviors/registry/game/atoms/std-movement.orb +291 -291
  163. package/dist/behaviors/registry/game/atoms/std-overworld.orb +69 -69
  164. package/dist/behaviors/registry/game/atoms/std-physics2d.orb +77 -77
  165. package/dist/behaviors/registry/game/atoms/std-quest.orb +133 -133
  166. package/dist/behaviors/registry/game/atoms/std-timer.orb +291 -291
  167. package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +139 -139
  168. package/dist/behaviors/registry/game/organisms/std-logic-training.orb +81 -81
  169. package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +273 -237
  170. package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +98 -98
  171. package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +407 -371
  172. package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +378 -378
  173. package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +557 -557
  174. package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +282 -20
  175. package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +84 -84
  176. package/dist/behaviors/registry/service/atoms/std-service-email.orb +88 -88
  177. package/dist/behaviors/registry/service/atoms/std-service-github.orb +88 -88
  178. package/dist/behaviors/registry/service/atoms/std-service-llm.orb +119 -119
  179. package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +122 -122
  180. package/dist/behaviors/registry/service/atoms/std-service-redis.orb +99 -99
  181. package/dist/behaviors/registry/service/atoms/std-service-storage.orb +109 -109
  182. package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +105 -105
  183. package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +112 -112
  184. package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +111 -111
  185. package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +1098 -1014
  186. package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +956 -956
  187. package/package.json +1 -1
@@ -228,36 +228,33 @@
228
228
  "render-ui",
229
229
  "main",
230
230
  {
231
- "type": "stack",
232
231
  "gap": "lg",
233
232
  "direction": "vertical",
234
233
  "children": [
235
234
  {
236
- "direction": "horizontal",
237
- "align": "center",
238
235
  "gap": "sm",
236
+ "align": "center",
237
+ "type": "stack",
238
+ "direction": "horizontal",
239
239
  "children": [
240
240
  {
241
241
  "name": "brain",
242
242
  "type": "icon"
243
243
  },
244
244
  {
245
- "type": "typography",
245
+ "variant": "h2",
246
246
  "content": "RAG Pipeline",
247
- "variant": "h2"
247
+ "type": "typography"
248
248
  }
249
- ],
250
- "type": "stack"
249
+ ]
251
250
  },
252
251
  {
253
252
  "type": "divider"
254
253
  },
255
254
  {
255
+ "type": "card",
256
256
  "children": [
257
257
  {
258
- "type": "stack",
259
- "direction": "vertical",
260
- "gap": "md",
261
258
  "children": [
262
259
  {
263
260
  "content": "Enter a query to retrieve context and generate a response",
@@ -265,20 +262,23 @@
265
262
  "type": "typography"
266
263
  },
267
264
  {
268
- "entity": "@entity",
269
265
  "fields": [
270
266
  "query"
271
267
  ],
272
268
  "type": "form-section",
273
- "submitEvent": "GENERATE",
274
- "mode": "edit"
269
+ "mode": "edit",
270
+ "entity": "@entity",
271
+ "submitEvent": "GENERATE"
275
272
  }
276
- ]
273
+ ],
274
+ "gap": "md",
275
+ "direction": "vertical",
276
+ "type": "stack"
277
277
  }
278
- ],
279
- "type": "card"
278
+ ]
280
279
  }
281
- ]
280
+ ],
281
+ "type": "stack"
282
282
  }
283
283
  ]
284
284
  ]
@@ -307,11 +307,11 @@
307
307
  "main",
308
308
  {
309
309
  "type": "stack",
310
- "direction": "vertical",
310
+ "align": "center",
311
311
  "children": [
312
312
  {
313
- "name": "search",
314
- "type": "icon"
313
+ "type": "icon",
314
+ "name": "search"
315
315
  },
316
316
  {
317
317
  "content": "Retrieving context...",
@@ -324,22 +324,22 @@
324
324
  {
325
325
  "gap": "md",
326
326
  "direction": "horizontal",
327
- "type": "stack",
327
+ "justify": "center",
328
328
  "children": [
329
329
  {
330
330
  "type": "badge",
331
331
  "label": "Recalling memories"
332
332
  },
333
333
  {
334
- "label": "Searching code",
335
- "type": "badge"
334
+ "type": "badge",
335
+ "label": "Searching code"
336
336
  }
337
337
  ],
338
- "justify": "center"
338
+ "type": "stack"
339
339
  }
340
340
  ],
341
341
  "gap": "lg",
342
- "align": "center"
342
+ "direction": "vertical"
343
343
  }
344
344
  ]
345
345
  ]
@@ -385,23 +385,23 @@
385
385
  "main",
386
386
  {
387
387
  "direction": "vertical",
388
+ "gap": "lg",
388
389
  "type": "stack",
390
+ "align": "center",
389
391
  "children": [
390
392
  {
391
393
  "type": "icon",
392
394
  "name": "cpu"
393
395
  },
394
396
  {
395
- "type": "typography",
397
+ "content": "Generating response...",
396
398
  "variant": "h3",
397
- "content": "Generating response..."
399
+ "type": "typography"
398
400
  },
399
401
  {
400
402
  "type": "spinner"
401
403
  },
402
404
  {
403
- "type": "stack",
404
- "gap": "md",
405
405
  "children": [
406
406
  {
407
407
  "label": "@entity.memoryHits",
@@ -412,12 +412,12 @@
412
412
  "type": "badge"
413
413
  }
414
414
  ],
415
- "justify": "center",
416
- "direction": "horizontal"
415
+ "type": "stack",
416
+ "direction": "horizontal",
417
+ "gap": "md",
418
+ "justify": "center"
417
419
  }
418
- ],
419
- "gap": "lg",
420
- "align": "center"
420
+ ]
421
421
  }
422
422
  ]
423
423
  ]
@@ -441,18 +441,15 @@
441
441
  "render-ui",
442
442
  "main",
443
443
  {
444
- "direction": "vertical",
445
- "align": "center",
446
- "type": "stack",
447
444
  "children": [
448
445
  {
449
- "name": "alert-triangle",
450
- "type": "icon"
446
+ "type": "icon",
447
+ "name": "alert-triangle"
451
448
  },
452
449
  {
453
- "content": "RAG Pipeline Error",
454
450
  "type": "typography",
455
- "variant": "h2"
451
+ "variant": "h2",
452
+ "content": "RAG Pipeline Error"
456
453
  },
457
454
  {
458
455
  "type": "alert",
@@ -460,14 +457,17 @@
460
457
  "message": "@entity.error"
461
458
  },
462
459
  {
463
- "variant": "primary",
464
460
  "type": "button",
461
+ "variant": "primary",
462
+ "label": "Try Again",
465
463
  "action": "RESET",
466
- "icon": "rotate-ccw",
467
- "label": "Try Again"
464
+ "icon": "rotate-ccw"
468
465
  }
469
466
  ],
470
- "gap": "lg"
467
+ "align": "center",
468
+ "gap": "lg",
469
+ "type": "stack",
470
+ "direction": "vertical"
471
471
  }
472
472
  ]
473
473
  ]
@@ -500,60 +500,62 @@
500
500
  "render-ui",
501
501
  "main",
502
502
  {
503
+ "gap": "lg",
504
+ "type": "stack",
503
505
  "children": [
504
506
  {
505
507
  "direction": "horizontal",
506
- "type": "stack",
507
- "justify": "between",
508
508
  "align": "center",
509
509
  "children": [
510
510
  {
511
- "align": "center",
512
511
  "children": [
513
512
  {
514
513
  "type": "icon",
515
514
  "name": "check-circle"
516
515
  },
517
516
  {
518
- "variant": "h2",
519
517
  "type": "typography",
520
- "content": "RAG Complete"
518
+ "content": "RAG Complete",
519
+ "variant": "h2"
521
520
  }
522
521
  ],
522
+ "type": "stack",
523
523
  "direction": "horizontal",
524
524
  "gap": "sm",
525
- "type": "stack"
525
+ "align": "center"
526
526
  },
527
527
  {
528
- "action": "RESET",
529
528
  "variant": "ghost",
530
529
  "icon": "rotate-ccw",
530
+ "action": "RESET",
531
531
  "type": "button",
532
532
  "label": "New Query"
533
533
  }
534
534
  ],
535
+ "type": "stack",
536
+ "justify": "between",
535
537
  "gap": "sm"
536
538
  },
537
539
  {
538
540
  "type": "divider"
539
541
  },
540
542
  {
541
- "type": "simple-grid",
542
- "cols": 2.0,
543
543
  "children": [
544
544
  {
545
545
  "type": "stat-display",
546
- "label": "Memory Hits",
546
+ "value": "@entity.memoryHits",
547
547
  "icon": "brain",
548
- "value": "@entity.memoryHits"
548
+ "label": "Memory Hits"
549
549
  },
550
550
  {
551
- "value": "@entity.searchHits",
552
- "type": "stat-display",
551
+ "icon": "code",
553
552
  "label": "Code Hits",
554
- "icon": "code"
553
+ "type": "stat-display",
554
+ "value": "@entity.searchHits"
555
555
  }
556
- ]
556
+ ],
557
+ "cols": 2.0,
558
+ "type": "simple-grid"
557
559
  },
558
560
  {
559
561
  "type": "divider"
@@ -562,34 +564,34 @@
562
564
  "type": "card",
563
565
  "children": [
564
566
  {
565
- "direction": "vertical",
566
- "type": "stack",
567
- "gap": "md",
568
567
  "children": [
569
568
  {
570
- "variant": "caption",
569
+ "type": "typography",
571
570
  "content": "Query",
572
- "type": "typography"
571
+ "variant": "caption"
573
572
  },
574
573
  {
575
- "variant": "body",
576
574
  "type": "typography",
577
- "content": "@entity.query"
575
+ "content": "@entity.query",
576
+ "variant": "body"
578
577
  },
579
578
  {
580
579
  "type": "divider"
581
580
  },
582
581
  {
582
+ "type": "typography",
583
583
  "variant": "caption",
584
- "content": "Response",
585
- "type": "typography"
584
+ "content": "Response"
586
585
  },
587
586
  {
588
- "variant": "body",
589
587
  "type": "typography",
590
- "content": "@entity.response"
588
+ "content": "@entity.response",
589
+ "variant": "body"
591
590
  }
592
- ]
591
+ ],
592
+ "type": "stack",
593
+ "direction": "vertical",
594
+ "gap": "md"
593
595
  }
594
596
  ]
595
597
  },
@@ -597,27 +599,25 @@
597
599
  "type": "card",
598
600
  "children": [
599
601
  {
600
- "direction": "vertical",
601
- "gap": "sm",
602
602
  "type": "stack",
603
603
  "children": [
604
604
  {
605
- "type": "typography",
606
605
  "variant": "caption",
607
- "content": "Retrieved Context"
606
+ "content": "Retrieved Context",
607
+ "type": "typography"
608
608
  },
609
609
  {
610
- "type": "typography",
610
+ "variant": "body",
611
611
  "content": "@entity.context",
612
- "variant": "body"
612
+ "type": "typography"
613
613
  }
614
- ]
614
+ ],
615
+ "direction": "vertical",
616
+ "gap": "sm"
615
617
  }
616
618
  ]
617
619
  }
618
620
  ],
619
- "gap": "lg",
620
- "type": "stack",
621
621
  "direction": "vertical"
622
622
  }
623
623
  ]
@@ -642,7 +642,8 @@
642
642
  "render-ui",
643
643
  "main",
644
644
  {
645
- "gap": "lg",
645
+ "direction": "vertical",
646
+ "align": "center",
646
647
  "children": [
647
648
  {
648
649
  "name": "alert-triangle",
@@ -654,21 +655,20 @@
654
655
  "type": "typography"
655
656
  },
656
657
  {
657
- "variant": "error",
658
658
  "message": "@entity.error",
659
- "type": "alert"
659
+ "type": "alert",
660
+ "variant": "error"
660
661
  },
661
662
  {
663
+ "icon": "rotate-ccw",
662
664
  "action": "RESET",
663
- "label": "Try Again",
664
665
  "type": "button",
665
- "variant": "primary",
666
- "icon": "rotate-ccw"
666
+ "label": "Try Again",
667
+ "variant": "primary"
667
668
  }
668
669
  ],
669
- "direction": "vertical",
670
- "align": "center",
671
- "type": "stack"
670
+ "type": "stack",
671
+ "gap": "lg"
672
672
  }
673
673
  ]
674
674
  ]
@@ -712,25 +712,24 @@
712
712
  "render-ui",
713
713
  "main",
714
714
  {
715
- "type": "stack",
716
715
  "direction": "vertical",
717
716
  "children": [
718
717
  {
719
- "type": "stack",
720
- "direction": "horizontal",
721
718
  "gap": "sm",
722
719
  "align": "center",
723
720
  "children": [
724
721
  {
725
- "type": "icon",
726
- "name": "brain"
722
+ "name": "brain",
723
+ "type": "icon"
727
724
  },
728
725
  {
726
+ "content": "RAG Pipeline",
729
727
  "variant": "h2",
730
- "type": "typography",
731
- "content": "RAG Pipeline"
728
+ "type": "typography"
732
729
  }
733
- ]
730
+ ],
731
+ "type": "stack",
732
+ "direction": "horizontal"
734
733
  },
735
734
  {
736
735
  "type": "divider"
@@ -739,29 +738,30 @@
739
738
  "type": "card",
740
739
  "children": [
741
740
  {
741
+ "type": "stack",
742
+ "gap": "md",
743
+ "direction": "vertical",
742
744
  "children": [
743
745
  {
744
- "content": "Enter a query to retrieve context and generate a response",
746
+ "variant": "body",
745
747
  "type": "typography",
746
- "variant": "body"
748
+ "content": "Enter a query to retrieve context and generate a response"
747
749
  },
748
750
  {
751
+ "type": "form-section",
749
752
  "mode": "edit",
753
+ "entity": "@entity",
754
+ "submitEvent": "GENERATE",
750
755
  "fields": [
751
756
  "query"
752
- ],
753
- "type": "form-section",
754
- "entity": "@entity",
755
- "submitEvent": "GENERATE"
757
+ ]
756
758
  }
757
- ],
758
- "gap": "md",
759
- "direction": "vertical",
760
- "type": "stack"
759
+ ]
761
760
  }
762
761
  ]
763
762
  }
764
763
  ],
764
+ "type": "stack",
765
765
  "gap": "lg"
766
766
  }
767
767
  ]