@almadar/std 13.6.0 → 13.8.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 (174) hide show
  1. package/behaviors/registry/agent/atoms/std-agent-activity-log.orb +69 -69
  2. package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +120 -120
  3. package/behaviors/registry/agent/atoms/std-agent-classifier.orb +114 -114
  4. package/behaviors/registry/agent/atoms/std-agent-completion.orb +124 -114
  5. package/behaviors/registry/agent/atoms/std-agent-context-window.orb +410 -395
  6. package/behaviors/registry/agent/atoms/std-agent-conversation.orb +93 -93
  7. package/behaviors/registry/agent/atoms/std-agent-memory.orb +67 -117
  8. package/behaviors/registry/agent/atoms/std-agent-provider.orb +149 -134
  9. package/behaviors/registry/agent/atoms/std-agent-search.orb +64 -64
  10. package/behaviors/registry/agent/atoms/std-agent-session.orb +106 -106
  11. package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +194 -189
  12. package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +360 -355
  13. package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +69 -69
  14. package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +204 -199
  15. package/behaviors/registry/agent/molecules/std-agent-learner.orb +174 -174
  16. package/behaviors/registry/agent/molecules/std-agent-planner.orb +125 -125
  17. package/behaviors/registry/agent/molecules/std-agent-rag.orb +127 -109
  18. package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +190 -185
  19. package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1209 -1155
  20. package/behaviors/registry/agent/organisms/std-agent-builder.orb +3021 -3001
  21. package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2184 -2249
  22. package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1029 -1050
  23. package/behaviors/registry/agent/organisms/std-agent-tutor.orb +842 -804
  24. package/behaviors/registry/app/organisms/std-cms.orb +547 -547
  25. package/behaviors/registry/core/atoms/std-browse.orb +36 -36
  26. package/behaviors/registry/core/atoms/std-cache-aside.orb +111 -111
  27. package/behaviors/registry/core/atoms/std-calendar.orb +56 -51
  28. package/behaviors/registry/core/atoms/std-circuit-breaker.orb +202 -187
  29. package/behaviors/registry/core/atoms/std-confirmation.orb +24 -27
  30. package/behaviors/registry/core/atoms/std-display.orb +2 -2
  31. package/behaviors/registry/core/atoms/std-drawer.orb +58 -58
  32. package/behaviors/registry/core/atoms/std-filter.orb +6 -9
  33. package/behaviors/registry/core/atoms/std-gallery.orb +46 -46
  34. package/behaviors/registry/core/atoms/std-graphs.orb +24 -24
  35. package/behaviors/registry/core/atoms/std-modal.orb +19 -19
  36. package/behaviors/registry/core/atoms/std-pagination.orb +14 -14
  37. package/behaviors/registry/core/atoms/std-push.orb +48 -90
  38. package/behaviors/registry/core/atoms/std-rate-limiter.orb +205 -190
  39. package/behaviors/registry/core/atoms/std-related.orb +31 -31
  40. package/behaviors/registry/core/atoms/std-search.orb +3 -3
  41. package/behaviors/registry/core/atoms/std-selection.orb +102 -102
  42. package/behaviors/registry/core/atoms/std-stats.orb +64 -64
  43. package/behaviors/registry/core/atoms/std-tabs.orb +18 -18
  44. package/behaviors/registry/core/molecules/std-cart.orb +64 -64
  45. package/behaviors/registry/core/molecules/std-dashboard.orb +46 -46
  46. package/behaviors/registry/core/molecules/std-filtered-list.orb +21 -21
  47. package/behaviors/registry/core/molecules/std-form-advanced.orb +172 -127
  48. package/behaviors/registry/core/molecules/std-list.orb +63 -63
  49. package/behaviors/registry/core/molecules/std-wizard-form.orb +145 -130
  50. package/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
  51. package/behaviors/registry/game/atoms/std-game-canvas2d.orb +42 -42
  52. package/behaviors/registry/game/atoms/std-overworld.orb +57 -57
  53. package/behaviors/registry/game/atoms/std-physics2d.orb +74 -74
  54. package/behaviors/registry/game/atoms/std-quest.orb +137 -137
  55. package/behaviors/registry/game/atoms/std-timer.orb +291 -291
  56. package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +31 -31
  57. package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +93 -78
  58. package/behaviors/registry/service/atoms/std-service-email.orb +91 -76
  59. package/behaviors/registry/service/atoms/std-service-github.orb +103 -83
  60. package/behaviors/registry/service/atoms/std-service-llm.orb +117 -112
  61. package/behaviors/registry/service/atoms/std-service-oauth.orb +131 -126
  62. package/behaviors/registry/service/atoms/std-service-redis.orb +123 -108
  63. package/behaviors/registry/service/atoms/std-service-storage.orb +125 -105
  64. package/behaviors/registry/service/atoms/std-service-stripe.orb +113 -103
  65. package/behaviors/registry/service/atoms/std-service-twilio.orb +102 -92
  66. package/behaviors/registry/service/atoms/std-service-youtube.orb +119 -114
  67. package/behaviors/registry/service/organisms/std-service-marketplace.orb +985 -873
  68. package/behaviors/registry/service/organisms/std-service-research-assistant.orb +1027 -972
  69. package/dist/behaviors/behaviors-registry.json +2913 -322
  70. package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +69 -69
  71. package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +120 -120
  72. package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +114 -114
  73. package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +124 -114
  74. package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +410 -395
  75. package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +93 -93
  76. package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +67 -117
  77. package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +149 -134
  78. package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +64 -64
  79. package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +106 -106
  80. package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +194 -189
  81. package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +360 -355
  82. package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +69 -69
  83. package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +204 -199
  84. package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +174 -174
  85. package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +125 -125
  86. package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +127 -109
  87. package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +190 -185
  88. package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1209 -1155
  89. package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3021 -3001
  90. package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2184 -2249
  91. package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1029 -1050
  92. package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +842 -804
  93. package/dist/behaviors/registry/app/organisms/std-cms.orb +547 -547
  94. package/dist/behaviors/registry/core/atoms/std-browse.orb +36 -36
  95. package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +111 -111
  96. package/dist/behaviors/registry/core/atoms/std-calendar.orb +56 -51
  97. package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +202 -187
  98. package/dist/behaviors/registry/core/atoms/std-confirmation.orb +24 -27
  99. package/dist/behaviors/registry/core/atoms/std-display.orb +2 -2
  100. package/dist/behaviors/registry/core/atoms/std-drawer.orb +58 -58
  101. package/dist/behaviors/registry/core/atoms/std-filter.orb +6 -9
  102. package/dist/behaviors/registry/core/atoms/std-gallery.orb +46 -46
  103. package/dist/behaviors/registry/core/atoms/std-graphs.orb +24 -24
  104. package/dist/behaviors/registry/core/atoms/std-modal.orb +19 -19
  105. package/dist/behaviors/registry/core/atoms/std-pagination.orb +14 -14
  106. package/dist/behaviors/registry/core/atoms/std-push.orb +48 -90
  107. package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +205 -190
  108. package/dist/behaviors/registry/core/atoms/std-related.orb +31 -31
  109. package/dist/behaviors/registry/core/atoms/std-search.orb +3 -3
  110. package/dist/behaviors/registry/core/atoms/std-selection.orb +102 -102
  111. package/dist/behaviors/registry/core/atoms/std-stats.orb +64 -64
  112. package/dist/behaviors/registry/core/atoms/std-tabs.orb +18 -18
  113. package/dist/behaviors/registry/core/molecules/std-cart.orb +64 -64
  114. package/dist/behaviors/registry/core/molecules/std-dashboard.orb +46 -46
  115. package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +21 -21
  116. package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +172 -127
  117. package/dist/behaviors/registry/core/molecules/std-list.orb +63 -63
  118. package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +145 -130
  119. package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
  120. package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +42 -42
  121. package/dist/behaviors/registry/game/atoms/std-overworld.orb +57 -57
  122. package/dist/behaviors/registry/game/atoms/std-physics2d.orb +74 -74
  123. package/dist/behaviors/registry/game/atoms/std-quest.orb +137 -137
  124. package/dist/behaviors/registry/game/atoms/std-timer.orb +291 -291
  125. package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +31 -31
  126. package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +93 -78
  127. package/dist/behaviors/registry/service/atoms/std-service-email.orb +91 -76
  128. package/dist/behaviors/registry/service/atoms/std-service-github.orb +103 -83
  129. package/dist/behaviors/registry/service/atoms/std-service-llm.orb +117 -112
  130. package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +131 -126
  131. package/dist/behaviors/registry/service/atoms/std-service-redis.orb +123 -108
  132. package/dist/behaviors/registry/service/atoms/std-service-storage.orb +125 -105
  133. package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +113 -103
  134. package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +102 -92
  135. package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +119 -114
  136. package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +985 -873
  137. package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +1027 -972
  138. package/dist/behaviors-registry.json +2913 -322
  139. package/dist/index.d.ts +2 -2
  140. package/dist/index.js +26 -13
  141. package/dist/index.js.map +1 -1
  142. package/dist/modules/agent.d.ts +1 -1
  143. package/dist/modules/array.d.ts +1 -1
  144. package/dist/modules/array.js +16 -8
  145. package/dist/modules/array.js.map +1 -1
  146. package/dist/modules/async.d.ts +1 -1
  147. package/dist/modules/composition.d.ts +1 -1
  148. package/dist/modules/contract.d.ts +1 -1
  149. package/dist/modules/core.d.ts +1 -1
  150. package/dist/modules/core.js +6 -3
  151. package/dist/modules/core.js.map +1 -1
  152. package/dist/modules/data.d.ts +1 -1
  153. package/dist/modules/format.d.ts +1 -1
  154. package/dist/modules/graph.d.ts +1 -1
  155. package/dist/modules/index.d.ts +1 -1
  156. package/dist/modules/index.js +26 -13
  157. package/dist/modules/index.js.map +1 -1
  158. package/dist/modules/math.d.ts +1 -1
  159. package/dist/modules/nn.d.ts +1 -1
  160. package/dist/modules/object.d.ts +1 -1
  161. package/dist/modules/object.js +4 -2
  162. package/dist/modules/object.js.map +1 -1
  163. package/dist/modules/os.d.ts +1 -1
  164. package/dist/modules/prob.d.ts +1 -1
  165. package/dist/modules/str.d.ts +1 -1
  166. package/dist/modules/tensor.d.ts +1 -1
  167. package/dist/modules/time.d.ts +1 -1
  168. package/dist/modules/train.d.ts +1 -1
  169. package/dist/modules/validate.d.ts +1 -1
  170. package/dist/registry.d.ts +1 -1
  171. package/dist/registry.js +26 -13
  172. package/dist/registry.js.map +1 -1
  173. package/dist/{types-D7dG8fBF.d.ts → types-CdSN5hnD.d.ts} +43 -0
  174. package/package.json +1 -1
@@ -137,6 +137,19 @@
137
137
  "name": "model",
138
138
  "type": "string",
139
139
  "default": "claude-sonnet-4-20250514"
140
+ },
141
+ {
142
+ "name": "activeTab",
143
+ "type": "string",
144
+ "default": ""
145
+ },
146
+ {
147
+ "name": "items",
148
+ "type": "array",
149
+ "default": [],
150
+ "items": {
151
+ "type": "object"
152
+ }
140
153
  }
141
154
  ]
142
155
  },
@@ -224,6 +237,11 @@
224
237
  "to": "idle",
225
238
  "event": "INIT",
226
239
  "effects": [
240
+ [
241
+ "set",
242
+ "@entity.query",
243
+ ""
244
+ ],
227
245
  [
228
246
  "render-ui",
229
247
  "main",
@@ -231,8 +249,9 @@
231
249
  "type": "stack",
232
250
  "children": [
233
251
  {
234
- "type": "stack",
235
252
  "gap": "sm",
253
+ "type": "stack",
254
+ "direction": "horizontal",
236
255
  "align": "center",
237
256
  "children": [
238
257
  {
@@ -240,41 +259,40 @@
240
259
  "name": "brain"
241
260
  },
242
261
  {
243
- "content": "RAG Pipeline",
244
262
  "type": "typography",
245
- "variant": "h2"
263
+ "variant": "h2",
264
+ "content": "RAG Pipeline"
246
265
  }
247
- ],
248
- "direction": "horizontal"
266
+ ]
249
267
  },
250
268
  {
251
269
  "type": "divider"
252
270
  },
253
271
  {
254
- "type": "card",
255
272
  "children": [
256
273
  {
257
274
  "direction": "vertical",
258
- "gap": "md",
259
- "type": "stack",
260
275
  "children": [
261
276
  {
262
- "type": "typography",
263
277
  "content": "Enter a query to retrieve context and generate a response",
264
- "variant": "body"
278
+ "variant": "body",
279
+ "type": "typography"
265
280
  },
266
281
  {
267
- "type": "form-section",
268
- "mode": "edit",
269
- "submitEvent": "GENERATE",
270
282
  "fields": [
271
283
  "query"
272
284
  ],
273
- "entity": "@entity"
285
+ "submitEvent": "GENERATE",
286
+ "mode": "edit",
287
+ "entity": "@entity",
288
+ "type": "form-section"
274
289
  }
275
- ]
290
+ ],
291
+ "gap": "md",
292
+ "type": "stack"
276
293
  }
277
- ]
294
+ ],
295
+ "type": "card"
278
296
  }
279
297
  ],
280
298
  "direction": "vertical",
@@ -306,40 +324,40 @@
306
324
  "render-ui",
307
325
  "main",
308
326
  {
309
- "align": "center",
310
- "direction": "vertical",
311
- "type": "stack",
312
327
  "children": [
313
328
  {
314
- "name": "search",
315
- "type": "icon"
329
+ "type": "icon",
330
+ "name": "search"
316
331
  },
317
332
  {
318
- "type": "typography",
333
+ "content": "Retrieving context...",
319
334
  "variant": "h3",
320
- "content": "Retrieving context..."
335
+ "type": "typography"
321
336
  },
322
337
  {
323
338
  "type": "spinner"
324
339
  },
325
340
  {
326
- "type": "stack",
341
+ "direction": "horizontal",
327
342
  "gap": "md",
328
343
  "justify": "center",
329
- "direction": "horizontal",
330
344
  "children": [
331
345
  {
332
- "type": "badge",
333
- "label": "Recalling memories"
346
+ "label": "Recalling memories",
347
+ "type": "badge"
334
348
  },
335
349
  {
336
350
  "type": "badge",
337
351
  "label": "Searching code"
338
352
  }
339
- ]
353
+ ],
354
+ "type": "stack"
340
355
  }
341
356
  ],
342
- "gap": "lg"
357
+ "type": "stack",
358
+ "gap": "lg",
359
+ "direction": "vertical",
360
+ "align": "center"
343
361
  }
344
362
  ]
345
363
  ]
@@ -385,25 +403,22 @@
385
403
  "main",
386
404
  {
387
405
  "align": "center",
388
- "type": "stack",
389
- "gap": "lg",
390
406
  "children": [
391
407
  {
392
- "type": "icon",
393
- "name": "cpu"
408
+ "name": "cpu",
409
+ "type": "icon"
394
410
  },
395
411
  {
396
- "type": "typography",
412
+ "content": "Generating response...",
397
413
  "variant": "h3",
398
- "content": "Generating response..."
414
+ "type": "typography"
399
415
  },
400
416
  {
401
417
  "type": "spinner"
402
418
  },
403
419
  {
404
- "direction": "horizontal",
405
- "type": "stack",
406
420
  "gap": "md",
421
+ "direction": "horizontal",
407
422
  "justify": "center",
408
423
  "children": [
409
424
  {
@@ -414,10 +429,13 @@
414
429
  "label": "@entity.searchHits",
415
430
  "type": "badge"
416
431
  }
417
- ]
432
+ ],
433
+ "type": "stack"
418
434
  }
419
435
  ],
420
- "direction": "vertical"
436
+ "direction": "vertical",
437
+ "type": "stack",
438
+ "gap": "lg"
421
439
  }
422
440
  ]
423
441
  ]
@@ -441,17 +459,15 @@
441
459
  "render-ui",
442
460
  "main",
443
461
  {
444
- "type": "stack",
445
- "direction": "vertical",
446
462
  "children": [
447
463
  {
448
464
  "name": "alert-triangle",
449
465
  "type": "icon"
450
466
  },
451
467
  {
452
- "content": "RAG Pipeline Error",
468
+ "type": "typography",
453
469
  "variant": "h2",
454
- "type": "typography"
470
+ "content": "RAG Pipeline Error"
455
471
  },
456
472
  {
457
473
  "variant": "error",
@@ -460,14 +476,16 @@
460
476
  },
461
477
  {
462
478
  "type": "button",
463
- "icon": "rotate-ccw",
464
479
  "label": "Try Again",
480
+ "variant": "primary",
465
481
  "action": "RESET",
466
- "variant": "primary"
482
+ "icon": "rotate-ccw"
467
483
  }
468
484
  ],
469
- "align": "center",
470
- "gap": "lg"
485
+ "direction": "vertical",
486
+ "gap": "lg",
487
+ "type": "stack",
488
+ "align": "center"
471
489
  }
472
490
  ]
473
491
  ]
@@ -500,40 +518,39 @@
500
518
  "render-ui",
501
519
  "main",
502
520
  {
503
- "gap": "lg",
504
521
  "children": [
505
522
  {
506
523
  "gap": "sm",
507
- "justify": "between",
508
524
  "type": "stack",
509
525
  "align": "center",
510
- "direction": "horizontal",
511
526
  "children": [
512
527
  {
513
- "align": "center",
514
528
  "gap": "sm",
529
+ "direction": "horizontal",
530
+ "type": "stack",
531
+ "align": "center",
515
532
  "children": [
516
533
  {
517
- "name": "check-circle",
518
- "type": "icon"
534
+ "type": "icon",
535
+ "name": "check-circle"
519
536
  },
520
537
  {
521
- "type": "typography",
522
538
  "content": "RAG Complete",
539
+ "type": "typography",
523
540
  "variant": "h2"
524
541
  }
525
- ],
526
- "type": "stack",
527
- "direction": "horizontal"
542
+ ]
528
543
  },
529
544
  {
530
- "type": "button",
531
- "icon": "rotate-ccw",
532
545
  "variant": "ghost",
533
- "label": "New Query",
534
- "action": "RESET"
546
+ "action": "RESET",
547
+ "icon": "rotate-ccw",
548
+ "type": "button",
549
+ "label": "New Query"
535
550
  }
536
- ]
551
+ ],
552
+ "justify": "between",
553
+ "direction": "horizontal"
537
554
  },
538
555
  {
539
556
  "type": "divider"
@@ -543,16 +560,16 @@
543
560
  "cols": 2.0,
544
561
  "children": [
545
562
  {
546
- "icon": "brain",
547
563
  "label": "Memory Hits",
548
- "type": "stat-display",
549
- "value": "@entity.memoryHits"
564
+ "icon": "brain",
565
+ "value": "@entity.memoryHits",
566
+ "type": "stat-display"
550
567
  },
551
568
  {
552
- "label": "Code Hits",
553
- "value": "@entity.searchHits",
554
569
  "icon": "code",
555
- "type": "stat-display"
570
+ "type": "stat-display",
571
+ "value": "@entity.searchHits",
572
+ "label": "Code Hits"
556
573
  }
557
574
  ]
558
575
  },
@@ -560,18 +577,21 @@
560
577
  "type": "divider"
561
578
  },
562
579
  {
580
+ "type": "card",
563
581
  "children": [
564
582
  {
583
+ "type": "stack",
584
+ "gap": "md",
565
585
  "children": [
566
586
  {
567
- "variant": "caption",
587
+ "content": "Query",
568
588
  "type": "typography",
569
- "content": "Query"
589
+ "variant": "caption"
570
590
  },
571
591
  {
572
592
  "type": "typography",
573
- "variant": "body",
574
- "content": "@entity.query"
593
+ "content": "@entity.query",
594
+ "variant": "body"
575
595
  },
576
596
  {
577
597
  "type": "divider"
@@ -583,41 +603,39 @@
583
603
  },
584
604
  {
585
605
  "variant": "body",
586
- "content": "@entity.response",
587
- "type": "typography"
606
+ "type": "typography",
607
+ "content": "@entity.response"
588
608
  }
589
609
  ],
590
- "type": "stack",
591
- "direction": "vertical",
592
- "gap": "md"
610
+ "direction": "vertical"
593
611
  }
594
- ],
595
- "type": "card"
612
+ ]
596
613
  },
597
614
  {
598
615
  "type": "card",
599
616
  "children": [
600
617
  {
618
+ "type": "stack",
601
619
  "gap": "sm",
602
620
  "direction": "vertical",
603
621
  "children": [
604
622
  {
605
- "content": "Retrieved Context",
606
623
  "variant": "caption",
607
- "type": "typography"
624
+ "type": "typography",
625
+ "content": "Retrieved Context"
608
626
  },
609
627
  {
628
+ "type": "typography",
610
629
  "variant": "body",
611
- "content": "@entity.context",
612
- "type": "typography"
630
+ "content": "@entity.context"
613
631
  }
614
- ],
615
- "type": "stack"
632
+ ]
616
633
  }
617
634
  ]
618
635
  }
619
636
  ],
620
637
  "direction": "vertical",
638
+ "gap": "lg",
621
639
  "type": "stack"
622
640
  }
623
641
  ]
@@ -642,8 +660,10 @@
642
660
  "render-ui",
643
661
  "main",
644
662
  {
645
- "align": "center",
663
+ "direction": "vertical",
646
664
  "gap": "lg",
665
+ "align": "center",
666
+ "type": "stack",
647
667
  "children": [
648
668
  {
649
669
  "type": "icon",
@@ -651,24 +671,22 @@
651
671
  },
652
672
  {
653
673
  "content": "RAG Pipeline Error",
654
- "type": "typography",
655
- "variant": "h2"
674
+ "variant": "h2",
675
+ "type": "typography"
656
676
  },
657
677
  {
678
+ "message": "@entity.error",
658
679
  "type": "alert",
659
- "variant": "error",
660
- "message": "@entity.error"
680
+ "variant": "error"
661
681
  },
662
682
  {
663
- "action": "RESET",
664
- "label": "Try Again",
665
683
  "type": "button",
684
+ "label": "Try Again",
685
+ "action": "RESET",
666
686
  "variant": "primary",
667
687
  "icon": "rotate-ccw"
668
688
  }
669
- ],
670
- "direction": "vertical",
671
- "type": "stack"
689
+ ]
672
690
  }
673
691
  ]
674
692
  ]
@@ -714,22 +732,23 @@
714
732
  {
715
733
  "type": "stack",
716
734
  "direction": "vertical",
735
+ "gap": "lg",
717
736
  "children": [
718
737
  {
719
- "type": "stack",
720
738
  "children": [
721
739
  {
722
740
  "name": "brain",
723
741
  "type": "icon"
724
742
  },
725
743
  {
726
- "variant": "h2",
727
744
  "type": "typography",
728
- "content": "RAG Pipeline"
745
+ "content": "RAG Pipeline",
746
+ "variant": "h2"
729
747
  }
730
748
  ],
731
- "align": "center",
732
749
  "direction": "horizontal",
750
+ "align": "center",
751
+ "type": "stack",
733
752
  "gap": "sm"
734
753
  },
735
754
  {
@@ -741,28 +760,27 @@
741
760
  {
742
761
  "children": [
743
762
  {
744
- "content": "Enter a query to retrieve context and generate a response",
745
763
  "variant": "body",
764
+ "content": "Enter a query to retrieve context and generate a response",
746
765
  "type": "typography"
747
766
  },
748
767
  {
749
- "entity": "@entity",
768
+ "type": "form-section",
750
769
  "submitEvent": "GENERATE",
751
770
  "fields": [
752
771
  "query"
753
772
  ],
754
- "type": "form-section",
755
- "mode": "edit"
773
+ "mode": "edit",
774
+ "entity": "@entity"
756
775
  }
757
776
  ],
777
+ "gap": "md",
758
778
  "direction": "vertical",
759
- "type": "stack",
760
- "gap": "md"
779
+ "type": "stack"
761
780
  }
762
781
  ]
763
782
  }
764
- ],
765
- "gap": "lg"
783
+ ]
766
784
  }
767
785
  ]
768
786
  ]
@@ -772,7 +790,7 @@
772
790
  "scope": "collection"
773
791
  },
774
792
  {
775
- "ref": "Tabs.traits.TabContentTabs",
793
+ "ref": "Tabs.traits.TabsItemTabs",
776
794
  "name": "RagTabs",
777
795
  "linkedEntity": "AgentRag"
778
796
  },
@@ -820,4 +838,4 @@
820
838
  ]
821
839
  }
822
840
  ]
823
- }
841
+ }