@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
@@ -304,8 +304,8 @@
304
304
  "AgentMemory",
305
305
  {
306
306
  "emit": {
307
- "success": "AgentMemoryLoaded",
308
- "failure": "AgentMemoryLoadFailed"
307
+ "failure": "AgentMemoryLoadFailed",
308
+ "success": "AgentMemoryLoaded"
309
309
  }
310
310
  }
311
311
  ],
@@ -313,21 +313,21 @@
313
313
  "render-ui",
314
314
  "main",
315
315
  {
316
- "align": "center",
317
316
  "type": "stack",
318
- "gap": "md",
319
- "className": "py-12",
320
317
  "children": [
321
318
  {
322
319
  "type": "spinner"
323
320
  },
324
321
  {
325
322
  "color": "muted",
323
+ "content": "Loading memories…",
326
324
  "type": "typography",
327
- "variant": "caption",
328
- "content": "Loading memories…"
325
+ "variant": "caption"
329
326
  }
330
327
  ],
328
+ "className": "py-12",
329
+ "align": "center",
330
+ "gap": "md",
331
331
  "direction": "vertical"
332
332
  }
333
333
  ]
@@ -342,108 +342,108 @@
342
342
  "render-ui",
343
343
  "main",
344
344
  {
345
+ "direction": "vertical",
345
346
  "gap": "lg",
346
347
  "type": "stack",
347
- "direction": "vertical",
348
- "className": "max-w-5xl mx-auto w-full",
349
348
  "children": [
350
349
  {
350
+ "justify": "between",
351
+ "align": "center",
351
352
  "children": [
352
353
  {
353
354
  "type": "stack",
354
- "align": "center",
355
+ "direction": "horizontal",
355
356
  "gap": "sm",
357
+ "align": "center",
356
358
  "children": [
357
359
  {
358
- "type": "icon",
359
- "name": "brain"
360
+ "name": "brain",
361
+ "type": "icon"
360
362
  },
361
363
  {
362
- "type": "typography",
364
+ "variant": "h2",
363
365
  "content": "AgentMemory Manager",
364
- "variant": "h2"
366
+ "type": "typography"
365
367
  }
366
- ],
367
- "direction": "horizontal"
368
+ ]
368
369
  },
369
370
  {
370
371
  "direction": "horizontal",
372
+ "type": "stack",
371
373
  "children": [
372
374
  {
373
375
  "variant": "primary",
376
+ "action": "MEMORIZE",
374
377
  "type": "button",
375
- "icon": "plus",
376
378
  "label": "Memorize",
377
- "action": "MEMORIZE"
379
+ "icon": "plus"
378
380
  },
379
381
  {
380
- "icon": "search",
381
382
  "action": "RECALL",
382
- "variant": "secondary",
383
383
  "label": "Recall",
384
- "type": "button"
384
+ "type": "button",
385
+ "icon": "search",
386
+ "variant": "secondary"
385
387
  },
386
388
  {
387
- "type": "button",
388
- "icon": "clock",
389
- "variant": "ghost",
390
389
  "action": "DECAY",
390
+ "variant": "ghost",
391
+ "icon": "clock",
392
+ "type": "button",
391
393
  "label": "Decay All"
392
394
  }
393
395
  ],
394
- "type": "stack",
395
396
  "gap": "sm"
396
397
  }
397
398
  ],
398
399
  "type": "stack",
399
400
  "direction": "horizontal",
400
- "align": "center",
401
- "gap": "md",
402
- "justify": "between"
401
+ "gap": "md"
403
402
  },
404
403
  {
405
404
  "type": "divider"
406
405
  },
407
406
  {
408
- "entity": "@payload.data",
409
- "fields": [
407
+ "itemActions": [
410
408
  {
411
- "name": "content",
412
- "variant": "h4",
413
- "label": "Content",
414
- "icon": "brain"
409
+ "event": "PIN",
410
+ "label": "Pin",
411
+ "variant": "ghost"
415
412
  },
416
413
  {
417
- "variant": "badge",
418
- "name": "category",
419
- "label": "Category"
414
+ "variant": "ghost",
415
+ "label": "Reinforce",
416
+ "event": "REINFORCE"
420
417
  },
421
418
  {
422
- "variant": "caption",
423
- "label": "Strength",
424
- "name": "strength"
419
+ "event": "FORGET",
420
+ "label": "Forget",
421
+ "variant": "danger"
425
422
  }
426
423
  ],
427
- "itemActions": [
424
+ "fields": [
428
425
  {
429
- "variant": "ghost",
430
- "label": "Pin",
431
- "event": "PIN"
426
+ "label": "Content",
427
+ "variant": "h4",
428
+ "name": "content",
429
+ "icon": "brain"
432
430
  },
433
431
  {
434
- "event": "REINFORCE",
435
- "variant": "ghost",
436
- "label": "Reinforce"
432
+ "label": "Category",
433
+ "variant": "badge",
434
+ "name": "category"
437
435
  },
438
436
  {
439
- "variant": "danger",
440
- "label": "Forget",
441
- "event": "FORGET"
437
+ "label": "Strength",
438
+ "name": "strength",
439
+ "variant": "caption"
442
440
  }
443
441
  ],
442
+ "entity": "@payload.data",
444
443
  "type": "data-grid"
445
444
  }
446
- ]
445
+ ],
446
+ "className": "max-w-5xl mx-auto w-full"
447
447
  }
448
448
  ]
449
449
  ]
@@ -457,14 +457,16 @@
457
457
  "render-ui",
458
458
  "main",
459
459
  {
460
+ "align": "center",
461
+ "direction": "vertical",
460
462
  "type": "stack",
461
463
  "className": "py-12",
462
- "align": "center",
464
+ "gap": "md",
463
465
  "children": [
464
466
  {
465
- "type": "icon",
467
+ "color": "destructive",
466
468
  "name": "alert-triangle",
467
- "color": "destructive"
469
+ "type": "icon"
468
470
  },
469
471
  {
470
472
  "variant": "h3",
@@ -472,21 +474,19 @@
472
474
  "type": "typography"
473
475
  },
474
476
  {
477
+ "content": "@payload.error",
475
478
  "color": "muted",
476
479
  "variant": "body",
477
- "content": "@payload.error",
478
480
  "type": "typography"
479
481
  },
480
482
  {
481
- "type": "button",
483
+ "action": "INIT",
482
484
  "variant": "primary",
483
485
  "label": "Retry",
484
- "action": "INIT",
486
+ "type": "button",
485
487
  "icon": "rotate-ccw"
486
488
  }
487
- ],
488
- "gap": "md",
489
- "direction": "vertical"
489
+ ]
490
490
  }
491
491
  ]
492
492
  ]
@@ -709,8 +709,8 @@
709
709
  "AgentMemory",
710
710
  {
711
711
  "emit": {
712
- "failure": "AgentMemoryLoadFailed",
713
- "success": "AgentMemoryLoaded"
712
+ "success": "AgentMemoryLoaded",
713
+ "failure": "AgentMemoryLoadFailed"
714
714
  }
715
715
  }
716
716
  ]
@@ -725,41 +725,41 @@
725
725
  "render-ui",
726
726
  "modal",
727
727
  {
728
+ "direction": "vertical",
729
+ "gap": "md",
730
+ "type": "stack",
728
731
  "children": [
729
732
  {
733
+ "gap": "sm",
734
+ "type": "stack",
730
735
  "children": [
731
736
  {
732
737
  "type": "icon",
733
738
  "name": "plus-circle"
734
739
  },
735
740
  {
741
+ "variant": "h3",
736
742
  "type": "typography",
737
- "content": "Memorize",
738
- "variant": "h3"
743
+ "content": "Memorize"
739
744
  }
740
745
  ],
741
- "type": "stack",
742
- "gap": "sm",
743
746
  "direction": "horizontal"
744
747
  },
745
748
  {
746
749
  "type": "divider"
747
750
  },
748
751
  {
749
- "mode": "create",
750
- "type": "form-section",
751
752
  "cancelEvent": "CLOSE",
752
753
  "submitEvent": "SAVE",
754
+ "type": "form-section",
755
+ "mode": "create",
753
756
  "fields": [
754
757
  "content",
755
758
  "category",
756
759
  "scope"
757
760
  ]
758
761
  }
759
- ],
760
- "direction": "vertical",
761
- "type": "stack",
762
- "gap": "md"
762
+ ]
763
763
  }
764
764
  ]
765
765
  ]
@@ -800,8 +800,8 @@
800
800
  "@payload.data",
801
801
  {
802
802
  "emit": {
803
- "failure": "AgentMemorySaveFailed",
804
- "success": "AgentMemorySaved"
803
+ "success": "AgentMemorySaved",
804
+ "failure": "AgentMemorySaveFailed"
805
805
  }
806
806
  }
807
807
  ],
@@ -1102,8 +1102,8 @@
1102
1102
  "AgentMemory",
1103
1103
  {
1104
1104
  "emit": {
1105
- "success": "AgentMemoryLoaded",
1106
- "failure": "AgentMemoryLoadFailed"
1105
+ "failure": "AgentMemoryLoadFailed",
1106
+ "success": "AgentMemoryLoaded"
1107
1107
  }
1108
1108
  }
1109
1109
  ],
@@ -1111,10 +1111,10 @@
1111
1111
  "render-ui",
1112
1112
  "main",
1113
1113
  {
1114
- "title": "Memory",
1115
- "icon": "brain",
1116
1114
  "type": "empty-state",
1117
- "description": "Memory is ready"
1115
+ "title": "Memory",
1116
+ "description": "Memory is ready",
1117
+ "icon": "brain"
1118
1118
  }
1119
1119
  ]
1120
1120
  ]
@@ -1136,8 +1136,8 @@
1136
1136
  "@payload.data",
1137
1137
  {
1138
1138
  "emit": {
1139
- "failure": "AgentMemorySaveFailed",
1140
- "success": "AgentMemorySaved"
1139
+ "success": "AgentMemorySaved",
1140
+ "failure": "AgentMemorySaveFailed"
1141
1141
  }
1142
1142
  }
1143
1143
  ],
@@ -1297,4 +1297,4 @@
1297
1297
  ]
1298
1298
  }
1299
1299
  ]
1300
- }
1300
+ }