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