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