@almadar/std 8.5.1 → 9.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (187) hide show
  1. package/behaviors/registry/agent/atoms/std-agent-activity-log.orb +97 -97
  2. package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +129 -129
  3. package/behaviors/registry/agent/atoms/std-agent-classifier.orb +127 -127
  4. package/behaviors/registry/agent/atoms/std-agent-completion.orb +133 -133
  5. package/behaviors/registry/agent/atoms/std-agent-context-window.orb +419 -419
  6. package/behaviors/registry/agent/atoms/std-agent-conversation.orb +100 -100
  7. package/behaviors/registry/agent/atoms/std-agent-memory.orb +112 -112
  8. package/behaviors/registry/agent/atoms/std-agent-provider.orb +138 -138
  9. package/behaviors/registry/agent/atoms/std-agent-search.orb +78 -78
  10. package/behaviors/registry/agent/atoms/std-agent-session.orb +171 -171
  11. package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +202 -202
  12. package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +358 -358
  13. package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +79 -79
  14. package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +204 -204
  15. package/behaviors/registry/agent/molecules/std-agent-learner.orb +190 -190
  16. package/behaviors/registry/agent/molecules/std-agent-planner.orb +152 -152
  17. package/behaviors/registry/agent/molecules/std-agent-rag.orb +115 -115
  18. package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
  19. package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1219 -1219
  20. package/behaviors/registry/agent/organisms/std-agent-builder.orb +2995 -2995
  21. package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2285 -2285
  22. package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1063 -1063
  23. package/behaviors/registry/agent/organisms/std-agent-tutor.orb +876 -876
  24. package/behaviors/registry/app/organisms/std-api-gateway.orb +840 -840
  25. package/behaviors/registry/app/organisms/std-booking-system.orb +1248 -1248
  26. package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +816 -816
  27. package/behaviors/registry/app/organisms/std-cms.orb +587 -587
  28. package/behaviors/registry/app/organisms/std-coding-academy.orb +416 -416
  29. package/behaviors/registry/app/organisms/std-crm.orb +966 -966
  30. package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1375 -1375
  31. package/behaviors/registry/app/organisms/std-ecommerce.orb +1109 -1109
  32. package/behaviors/registry/app/organisms/std-finance-tracker.orb +716 -716
  33. package/behaviors/registry/app/organisms/std-healthcare.orb +1473 -1473
  34. package/behaviors/registry/app/organisms/std-helpdesk.orb +693 -693
  35. package/behaviors/registry/app/organisms/std-hr-portal.orb +1252 -1252
  36. package/behaviors/registry/app/organisms/std-iot-dashboard.orb +895 -895
  37. package/behaviors/registry/app/organisms/std-lms.orb +876 -876
  38. package/behaviors/registry/app/organisms/std-project-manager.orb +790 -790
  39. package/behaviors/registry/app/organisms/std-realtime-chat.orb +740 -740
  40. package/behaviors/registry/app/organisms/std-social-feed.orb +266 -266
  41. package/behaviors/registry/app/organisms/std-trading-dashboard.orb +699 -699
  42. package/behaviors/registry/core/atoms/std-browse.orb +67 -67
  43. package/behaviors/registry/core/atoms/std-cache-aside.orb +97 -97
  44. package/behaviors/registry/core/atoms/std-calendar.orb +62 -62
  45. package/behaviors/registry/core/atoms/std-circuit-breaker.orb +188 -188
  46. package/behaviors/registry/core/atoms/std-confirmation.orb +34 -34
  47. package/behaviors/registry/core/atoms/std-display.orb +370 -370
  48. package/behaviors/registry/core/atoms/std-drawer.orb +61 -61
  49. package/behaviors/registry/core/atoms/std-filter.orb +63 -63
  50. package/behaviors/registry/core/atoms/std-gallery.orb +55 -55
  51. package/behaviors/registry/core/atoms/std-modal.orb +19 -19
  52. package/behaviors/registry/core/atoms/std-pagination.orb +53 -53
  53. package/behaviors/registry/core/atoms/std-push.orb +49 -49
  54. package/behaviors/registry/core/atoms/std-rate-limiter.orb +185 -185
  55. package/behaviors/registry/core/atoms/std-related.orb +39 -39
  56. package/behaviors/registry/core/atoms/std-search.orb +73 -73
  57. package/behaviors/registry/core/atoms/std-selection.orb +110 -110
  58. package/behaviors/registry/core/atoms/std-tabs.orb +47 -47
  59. package/behaviors/registry/core/molecules/std-cart.orb +60 -60
  60. package/behaviors/registry/core/molecules/std-filtered-list.orb +11 -11
  61. package/behaviors/registry/core/molecules/std-form-advanced.orb +140 -140
  62. package/behaviors/registry/core/molecules/std-list.orb +68 -68
  63. package/behaviors/registry/core/molecules/std-wizard-form.orb +152 -152
  64. package/behaviors/registry/game/atoms/std-collision.orb +140 -140
  65. package/behaviors/registry/game/atoms/std-combat.orb +76 -76
  66. package/behaviors/registry/game/atoms/std-dialogue-box.orb +27 -27
  67. package/behaviors/registry/game/atoms/std-game-canvas2d.orb +47 -47
  68. package/behaviors/registry/game/atoms/std-gameflow.orb +49 -49
  69. package/behaviors/registry/game/atoms/std-movement.orb +276 -276
  70. package/behaviors/registry/game/atoms/std-overworld.orb +64 -64
  71. package/behaviors/registry/game/atoms/std-physics2d.orb +88 -88
  72. package/behaviors/registry/game/atoms/std-quest.orb +129 -129
  73. package/behaviors/registry/game/atoms/std-timer.orb +285 -285
  74. package/behaviors/registry/game/organisms/std-arcade-game.orb +172 -172
  75. package/behaviors/registry/game/organisms/std-logic-training.orb +89 -89
  76. package/behaviors/registry/game/organisms/std-platformer-app.orb +281 -281
  77. package/behaviors/registry/game/organisms/std-puzzle-app.orb +110 -110
  78. package/behaviors/registry/game/organisms/std-rpg-game.orb +446 -446
  79. package/behaviors/registry/game/organisms/std-stem-lab.orb +349 -349
  80. package/behaviors/registry/game/organisms/std-strategy-game.orb +550 -550
  81. package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +35 -35
  82. package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +93 -93
  83. package/behaviors/registry/service/atoms/std-service-email.orb +92 -92
  84. package/behaviors/registry/service/atoms/std-service-github.orb +111 -111
  85. package/behaviors/registry/service/atoms/std-service-llm.orb +132 -132
  86. package/behaviors/registry/service/atoms/std-service-oauth.orb +133 -133
  87. package/behaviors/registry/service/atoms/std-service-redis.orb +114 -114
  88. package/behaviors/registry/service/atoms/std-service-storage.orb +140 -140
  89. package/behaviors/registry/service/atoms/std-service-stripe.orb +115 -115
  90. package/behaviors/registry/service/atoms/std-service-twilio.orb +131 -131
  91. package/behaviors/registry/service/atoms/std-service-youtube.orb +128 -128
  92. package/behaviors/registry/service/organisms/std-service-marketplace.orb +1092 -1092
  93. package/behaviors/registry/service/organisms/std-service-research-assistant.orb +978 -978
  94. package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +97 -97
  95. package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +129 -129
  96. package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +127 -127
  97. package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +133 -133
  98. package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +419 -419
  99. package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +100 -100
  100. package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +112 -112
  101. package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +138 -138
  102. package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +78 -78
  103. package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +171 -171
  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 +358 -358
  106. package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +79 -79
  107. package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +204 -204
  108. package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +190 -190
  109. package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +152 -152
  110. package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +115 -115
  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 +1219 -1219
  113. package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +2995 -2995
  114. package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2285 -2285
  115. package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1063 -1063
  116. package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +876 -876
  117. package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +840 -840
  118. package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1248 -1248
  119. package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +816 -816
  120. package/dist/behaviors/registry/app/organisms/std-cms.orb +587 -587
  121. package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +416 -416
  122. package/dist/behaviors/registry/app/organisms/std-crm.orb +966 -966
  123. package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1375 -1375
  124. package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +1109 -1109
  125. package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +716 -716
  126. package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1473 -1473
  127. package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +693 -693
  128. package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1252 -1252
  129. package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +895 -895
  130. package/dist/behaviors/registry/app/organisms/std-lms.orb +876 -876
  131. package/dist/behaviors/registry/app/organisms/std-project-manager.orb +790 -790
  132. package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +740 -740
  133. package/dist/behaviors/registry/app/organisms/std-social-feed.orb +266 -266
  134. package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +699 -699
  135. package/dist/behaviors/registry/core/atoms/std-browse.orb +67 -67
  136. package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +97 -97
  137. package/dist/behaviors/registry/core/atoms/std-calendar.orb +62 -62
  138. package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +188 -188
  139. package/dist/behaviors/registry/core/atoms/std-confirmation.orb +34 -34
  140. package/dist/behaviors/registry/core/atoms/std-display.orb +370 -370
  141. package/dist/behaviors/registry/core/atoms/std-drawer.orb +61 -61
  142. package/dist/behaviors/registry/core/atoms/std-filter.orb +63 -63
  143. package/dist/behaviors/registry/core/atoms/std-gallery.orb +55 -55
  144. package/dist/behaviors/registry/core/atoms/std-modal.orb +19 -19
  145. package/dist/behaviors/registry/core/atoms/std-pagination.orb +53 -53
  146. package/dist/behaviors/registry/core/atoms/std-push.orb +49 -49
  147. package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +185 -185
  148. package/dist/behaviors/registry/core/atoms/std-related.orb +39 -39
  149. package/dist/behaviors/registry/core/atoms/std-search.orb +73 -73
  150. package/dist/behaviors/registry/core/atoms/std-selection.orb +110 -110
  151. package/dist/behaviors/registry/core/atoms/std-tabs.orb +47 -47
  152. package/dist/behaviors/registry/core/molecules/std-cart.orb +60 -60
  153. package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +11 -11
  154. package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +140 -140
  155. package/dist/behaviors/registry/core/molecules/std-list.orb +68 -68
  156. package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +152 -152
  157. package/dist/behaviors/registry/game/atoms/std-collision.orb +140 -140
  158. package/dist/behaviors/registry/game/atoms/std-combat.orb +76 -76
  159. package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +27 -27
  160. package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +47 -47
  161. package/dist/behaviors/registry/game/atoms/std-gameflow.orb +49 -49
  162. package/dist/behaviors/registry/game/atoms/std-movement.orb +276 -276
  163. package/dist/behaviors/registry/game/atoms/std-overworld.orb +64 -64
  164. package/dist/behaviors/registry/game/atoms/std-physics2d.orb +88 -88
  165. package/dist/behaviors/registry/game/atoms/std-quest.orb +129 -129
  166. package/dist/behaviors/registry/game/atoms/std-timer.orb +285 -285
  167. package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +172 -172
  168. package/dist/behaviors/registry/game/organisms/std-logic-training.orb +89 -89
  169. package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +281 -281
  170. package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +110 -110
  171. package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +446 -446
  172. package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +349 -349
  173. package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +550 -550
  174. package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +35 -35
  175. package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +93 -93
  176. package/dist/behaviors/registry/service/atoms/std-service-email.orb +92 -92
  177. package/dist/behaviors/registry/service/atoms/std-service-github.orb +111 -111
  178. package/dist/behaviors/registry/service/atoms/std-service-llm.orb +132 -132
  179. package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +133 -133
  180. package/dist/behaviors/registry/service/atoms/std-service-redis.orb +114 -114
  181. package/dist/behaviors/registry/service/atoms/std-service-storage.orb +140 -140
  182. package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +115 -115
  183. package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +131 -131
  184. package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +128 -128
  185. package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +1092 -1092
  186. package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +978 -978
  187. package/package.json +1 -1
@@ -74,7 +74,7 @@
74
74
  "event": "AgentActivityLogLoaded",
75
75
  "description": "Fired when the AgentActivityLog collection finishes loading; payload.data holds the list",
76
76
  "scope": "internal",
77
- "payload": [
77
+ "payloadSchema": [
78
78
  {
79
79
  "name": "data",
80
80
  "type": "[AgentActivityLog]"
@@ -85,7 +85,7 @@
85
85
  "event": "AgentActivityLogLoadFailed",
86
86
  "description": "Fired when the AgentActivityLog collection fails to load",
87
87
  "scope": "internal",
88
- "payload": [
88
+ "payloadSchema": [
89
89
  {
90
90
  "name": "error",
91
91
  "type": "string"
@@ -100,7 +100,7 @@
100
100
  "event": "AgentActivityLogSaved",
101
101
  "description": "Fired when a LOG_ENTRY persist succeeds",
102
102
  "scope": "internal",
103
- "payload": [
103
+ "payloadSchema": [
104
104
  {
105
105
  "name": "id",
106
106
  "type": "string"
@@ -111,7 +111,7 @@
111
111
  "event": "AgentActivityLogSaveFailed",
112
112
  "description": "Fired when a LOG_ENTRY persist fails",
113
113
  "scope": "internal",
114
- "payload": [
114
+ "payloadSchema": [
115
115
  {
116
116
  "name": "error",
117
117
  "type": "string"
@@ -126,7 +126,7 @@
126
126
  "event": "AgentActivityLogDeleted",
127
127
  "description": "Fired when CLEAR deletes activity log rows",
128
128
  "scope": "internal",
129
- "payload": [
129
+ "payloadSchema": [
130
130
  {
131
131
  "name": "id",
132
132
  "type": "string"
@@ -137,7 +137,7 @@
137
137
  "event": "AgentActivityLogDeleteFailed",
138
138
  "description": "Fired when CLEAR fails to delete",
139
139
  "scope": "internal",
140
- "payload": [
140
+ "payloadSchema": [
141
141
  {
142
142
  "name": "error",
143
143
  "type": "string"
@@ -176,7 +176,7 @@
176
176
  {
177
177
  "key": "AgentActivityLogLoaded",
178
178
  "name": "AgentActivityLog loaded",
179
- "payload": [
179
+ "payloadSchema": [
180
180
  {
181
181
  "name": "data",
182
182
  "type": "[AgentActivityLog]"
@@ -186,7 +186,7 @@
186
186
  {
187
187
  "key": "AgentActivityLogLoadFailed",
188
188
  "name": "AgentActivityLog load failed",
189
- "payload": [
189
+ "payloadSchema": [
190
190
  {
191
191
  "name": "error",
192
192
  "type": "string"
@@ -200,7 +200,7 @@
200
200
  {
201
201
  "key": "LOG_ENTRY",
202
202
  "name": "Log Entry",
203
- "payload": [
203
+ "payloadSchema": [
204
204
  {
205
205
  "name": "action",
206
206
  "type": "string"
@@ -222,7 +222,7 @@
222
222
  {
223
223
  "key": "AgentActivityLogSaved",
224
224
  "name": "AgentActivityLog saved",
225
- "payload": [
225
+ "payloadSchema": [
226
226
  {
227
227
  "name": "id",
228
228
  "type": "string"
@@ -232,7 +232,7 @@
232
232
  {
233
233
  "key": "AgentActivityLogSaveFailed",
234
234
  "name": "AgentActivityLog save failed",
235
- "payload": [
235
+ "payloadSchema": [
236
236
  {
237
237
  "name": "error",
238
238
  "type": "string"
@@ -246,7 +246,7 @@
246
246
  {
247
247
  "key": "AgentActivityLogDeleted",
248
248
  "name": "AgentActivityLog deleted",
249
- "payload": [
249
+ "payloadSchema": [
250
250
  {
251
251
  "name": "id",
252
252
  "type": "string"
@@ -256,7 +256,7 @@
256
256
  {
257
257
  "key": "AgentActivityLogDeleteFailed",
258
258
  "name": "AgentActivityLog delete failed",
259
- "payload": [
259
+ "payloadSchema": [
260
260
  {
261
261
  "name": "error",
262
262
  "type": "string"
@@ -288,22 +288,22 @@
288
288
  "render-ui",
289
289
  "main",
290
290
  {
291
- "direction": "vertical",
292
291
  "type": "stack",
293
- "align": "center",
292
+ "direction": "vertical",
293
+ "className": "py-12",
294
294
  "children": [
295
295
  {
296
296
  "type": "spinner"
297
297
  },
298
298
  {
299
299
  "type": "typography",
300
+ "color": "muted",
300
301
  "content": "Loading activity log…",
301
- "variant": "caption",
302
- "color": "muted"
302
+ "variant": "caption"
303
303
  }
304
304
  ],
305
- "className": "py-12",
306
- "gap": "md"
305
+ "gap": "md",
306
+ "align": "center"
307
307
  }
308
308
  ]
309
309
  ]
@@ -317,51 +317,51 @@
317
317
  "render-ui",
318
318
  "main",
319
319
  {
320
+ "type": "stack",
321
+ "gap": "lg",
320
322
  "children": [
321
323
  {
324
+ "gap": "sm",
325
+ "direction": "horizontal",
322
326
  "justify": "between",
327
+ "type": "stack",
328
+ "align": "center",
323
329
  "children": [
324
330
  {
325
- "align": "center",
326
- "type": "stack",
327
331
  "direction": "horizontal",
332
+ "type": "stack",
328
333
  "gap": "sm",
334
+ "align": "center",
329
335
  "children": [
330
336
  {
331
- "name": "activity",
332
- "type": "icon"
337
+ "type": "icon",
338
+ "name": "activity"
333
339
  },
334
340
  {
335
- "type": "typography",
336
341
  "variant": "h2",
337
- "content": "Activity Log"
342
+ "content": "Activity Log",
343
+ "type": "typography"
338
344
  }
339
345
  ]
340
346
  },
341
347
  {
342
- "action": "CLEAR",
343
348
  "type": "button",
344
- "label": "Clear",
349
+ "action": "CLEAR",
345
350
  "variant": "ghost",
346
- "icon": "trash"
351
+ "icon": "trash",
352
+ "label": "Clear"
347
353
  }
348
- ],
349
- "gap": "sm",
350
- "type": "stack",
351
- "direction": "horizontal",
352
- "align": "center"
354
+ ]
353
355
  },
354
356
  {
355
357
  "type": "divider"
356
358
  },
357
359
  {
358
360
  "type": "timeline",
359
- "fields": [],
360
- "entity": "@payload.data"
361
+ "entity": "@payload.data",
362
+ "fields": []
361
363
  }
362
364
  ],
363
- "gap": "lg",
364
- "type": "stack",
365
365
  "direction": "vertical"
366
366
  }
367
367
  ]
@@ -376,36 +376,36 @@
376
376
  "render-ui",
377
377
  "main",
378
378
  {
379
- "gap": "md",
380
- "align": "center",
381
- "className": "py-12",
382
- "direction": "vertical",
383
379
  "children": [
384
380
  {
381
+ "name": "alert-triangle",
385
382
  "type": "icon",
386
- "color": "destructive",
387
- "name": "alert-triangle"
383
+ "color": "destructive"
388
384
  },
389
385
  {
390
- "type": "typography",
386
+ "content": "Failed to load activity log",
391
387
  "variant": "h3",
392
- "content": "Failed to load activity log"
388
+ "type": "typography"
393
389
  },
394
390
  {
395
- "type": "typography",
396
- "color": "muted",
397
391
  "variant": "body",
398
- "content": "@payload.error"
392
+ "content": "@payload.error",
393
+ "color": "muted",
394
+ "type": "typography"
399
395
  },
400
396
  {
401
- "icon": "rotate-ccw",
402
- "type": "button",
403
- "variant": "primary",
404
397
  "action": "INIT",
405
- "label": "Retry"
398
+ "type": "button",
399
+ "label": "Retry",
400
+ "icon": "rotate-ccw",
401
+ "variant": "primary"
406
402
  }
407
403
  ],
408
- "type": "stack"
404
+ "className": "py-12",
405
+ "type": "stack",
406
+ "align": "center",
407
+ "gap": "md",
408
+ "direction": "vertical"
409
409
  }
410
410
  ]
411
411
  ]
@@ -420,15 +420,15 @@
420
420
  "create",
421
421
  "AgentActivityLog",
422
422
  {
423
- "status": "@payload.status",
423
+ "timestamp": "@now",
424
424
  "action": "@payload.action",
425
425
  "detail": "@payload.detail",
426
- "timestamp": "@now"
426
+ "status": "@payload.status"
427
427
  },
428
428
  {
429
429
  "emit": {
430
- "failure": "AgentActivityLogSaveFailed",
431
- "success": "AgentActivityLogSaved"
430
+ "success": "AgentActivityLogSaved",
431
+ "failure": "AgentActivityLogSaveFailed"
432
432
  }
433
433
  }
434
434
  ],
@@ -436,22 +436,22 @@
436
436
  "render-ui",
437
437
  "main",
438
438
  {
439
+ "className": "py-12",
440
+ "align": "center",
441
+ "gap": "md",
442
+ "type": "stack",
439
443
  "children": [
440
444
  {
441
445
  "type": "spinner"
442
446
  },
443
447
  {
444
- "color": "muted",
445
448
  "content": "Recording entry…",
446
- "type": "typography",
447
- "variant": "caption"
449
+ "variant": "caption",
450
+ "color": "muted",
451
+ "type": "typography"
448
452
  }
449
453
  ],
450
- "gap": "md",
451
- "align": "center",
452
- "type": "stack",
453
- "direction": "vertical",
454
- "className": "py-12"
454
+ "direction": "vertical"
455
455
  }
456
456
  ]
457
457
  ]
@@ -467,8 +467,8 @@
467
467
  "AgentActivityLog",
468
468
  {
469
469
  "emit": {
470
- "success": "AgentActivityLogDeleted",
471
- "failure": "AgentActivityLogDeleteFailed"
470
+ "failure": "AgentActivityLogDeleteFailed",
471
+ "success": "AgentActivityLogDeleted"
472
472
  }
473
473
  }
474
474
  ],
@@ -476,9 +476,8 @@
476
476
  "render-ui",
477
477
  "main",
478
478
  {
479
- "gap": "md",
480
- "direction": "vertical",
481
479
  "className": "py-12",
480
+ "gap": "md",
482
481
  "type": "stack",
483
482
  "children": [
484
483
  {
@@ -491,7 +490,8 @@
491
490
  "content": "Clearing activity log…"
492
491
  }
493
492
  ],
494
- "align": "center"
493
+ "align": "center",
494
+ "direction": "vertical"
495
495
  }
496
496
  ]
497
497
  ]
@@ -506,8 +506,8 @@
506
506
  "AgentActivityLog",
507
507
  {
508
508
  "emit": {
509
- "failure": "AgentActivityLogLoadFailed",
510
- "success": "AgentActivityLogLoaded"
509
+ "success": "AgentActivityLogLoaded",
510
+ "failure": "AgentActivityLogLoadFailed"
511
511
  }
512
512
  }
513
513
  ],
@@ -529,7 +529,7 @@
529
529
  "render-ui",
530
530
  "main",
531
531
  {
532
- "align": "center",
532
+ "type": "stack",
533
533
  "className": "py-12",
534
534
  "children": [
535
535
  {
@@ -538,27 +538,27 @@
538
538
  "type": "icon"
539
539
  },
540
540
  {
541
- "type": "typography",
541
+ "variant": "h3",
542
542
  "content": "Failed to record entry",
543
- "variant": "h3"
543
+ "type": "typography"
544
544
  },
545
545
  {
546
+ "content": "@payload.error",
546
547
  "type": "typography",
547
548
  "variant": "body",
548
- "content": "@payload.error",
549
549
  "color": "muted"
550
550
  },
551
551
  {
552
+ "label": "Retry",
553
+ "action": "INIT",
552
554
  "type": "button",
553
555
  "variant": "primary",
554
- "icon": "rotate-ccw",
555
- "action": "INIT",
556
- "label": "Retry"
556
+ "icon": "rotate-ccw"
557
557
  }
558
558
  ],
559
- "gap": "md",
559
+ "align": "center",
560
560
  "direction": "vertical",
561
- "type": "stack"
561
+ "gap": "md"
562
562
  }
563
563
  ]
564
564
  ]
@@ -597,35 +597,35 @@
597
597
  "main",
598
598
  {
599
599
  "className": "py-12",
600
+ "type": "stack",
601
+ "gap": "md",
602
+ "direction": "vertical",
600
603
  "align": "center",
601
604
  "children": [
602
605
  {
603
- "color": "destructive",
604
606
  "type": "icon",
607
+ "color": "destructive",
605
608
  "name": "alert-triangle"
606
609
  },
607
610
  {
608
- "type": "typography",
609
611
  "variant": "h3",
610
- "content": "Failed to clear activity log"
612
+ "content": "Failed to clear activity log",
613
+ "type": "typography"
611
614
  },
612
615
  {
613
616
  "type": "typography",
614
- "variant": "body",
617
+ "color": "muted",
615
618
  "content": "@payload.error",
616
- "color": "muted"
619
+ "variant": "body"
617
620
  },
618
621
  {
619
- "type": "button",
620
- "action": "INIT",
621
- "variant": "primary",
622
+ "icon": "rotate-ccw",
622
623
  "label": "Retry",
623
- "icon": "rotate-ccw"
624
+ "action": "INIT",
625
+ "type": "button",
626
+ "variant": "primary"
624
627
  }
625
- ],
626
- "gap": "md",
627
- "type": "stack",
628
- "direction": "vertical"
628
+ ]
629
629
  }
630
630
  ]
631
631
  ]
@@ -640,8 +640,8 @@
640
640
  "AgentActivityLog",
641
641
  {
642
642
  "emit": {
643
- "failure": "AgentActivityLogLoadFailed",
644
- "success": "AgentActivityLogLoaded"
643
+ "success": "AgentActivityLogLoaded",
644
+ "failure": "AgentActivityLogLoadFailed"
645
645
  }
646
646
  }
647
647
  ],
@@ -672,4 +672,4 @@
672
672
  ]
673
673
  }
674
674
  ]
675
- }
675
+ }