@almadar/std 10.0.0 → 11.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 +80 -80
  2. package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +103 -103
  3. package/behaviors/registry/agent/atoms/std-agent-classifier.orb +131 -113
  4. package/behaviors/registry/agent/atoms/std-agent-completion.orb +116 -98
  5. package/behaviors/registry/agent/atoms/std-agent-context-window.orb +384 -384
  6. package/behaviors/registry/agent/atoms/std-agent-conversation.orb +106 -106
  7. package/behaviors/registry/agent/atoms/std-agent-memory.orb +75 -75
  8. package/behaviors/registry/agent/atoms/std-agent-provider.orb +163 -139
  9. package/behaviors/registry/agent/atoms/std-agent-search.orb +64 -64
  10. package/behaviors/registry/agent/atoms/std-agent-session.orb +130 -130
  11. package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +185 -185
  12. package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +344 -344
  13. package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +81 -63
  14. package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +189 -189
  15. package/behaviors/registry/agent/molecules/std-agent-learner.orb +163 -163
  16. package/behaviors/registry/agent/molecules/std-agent-planner.orb +120 -120
  17. package/behaviors/registry/agent/molecules/std-agent-rag.orb +108 -108
  18. package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
  19. package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1097 -1072
  20. package/behaviors/registry/agent/organisms/std-agent-builder.orb +3183 -3043
  21. package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2309 -2217
  22. package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1083 -1029
  23. package/behaviors/registry/agent/organisms/std-agent-tutor.orb +793 -768
  24. package/behaviors/registry/app/organisms/std-api-gateway.orb +929 -887
  25. package/behaviors/registry/app/organisms/std-booking-system.orb +1247 -1163
  26. package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +822 -780
  27. package/behaviors/registry/app/organisms/std-cms.orb +608 -512
  28. package/behaviors/registry/app/organisms/std-coding-academy.orb +393 -393
  29. package/behaviors/registry/app/organisms/std-crm.orb +887 -791
  30. package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1408 -1366
  31. package/behaviors/registry/app/organisms/std-ecommerce.orb +1147 -1021
  32. package/behaviors/registry/app/organisms/std-finance-tracker.orb +670 -616
  33. package/behaviors/registry/app/organisms/std-healthcare.orb +1447 -1351
  34. package/behaviors/registry/app/organisms/std-helpdesk.orb +720 -666
  35. package/behaviors/registry/app/organisms/std-hr-portal.orb +1286 -1202
  36. package/behaviors/registry/app/organisms/std-iot-dashboard.orb +925 -883
  37. package/behaviors/registry/app/organisms/std-lms.orb +935 -893
  38. package/behaviors/registry/app/organisms/std-project-manager.orb +834 -750
  39. package/behaviors/registry/app/organisms/std-realtime-chat.orb +735 -681
  40. package/behaviors/registry/app/organisms/std-social-feed.orb +235 -211
  41. package/behaviors/registry/app/organisms/std-trading-dashboard.orb +730 -688
  42. package/behaviors/registry/core/atoms/std-browse.orb +56 -56
  43. package/behaviors/registry/core/atoms/std-cache-aside.orb +95 -95
  44. package/behaviors/registry/core/atoms/std-calendar.orb +54 -54
  45. package/behaviors/registry/core/atoms/std-circuit-breaker.orb +180 -180
  46. package/behaviors/registry/core/atoms/std-confirmation.orb +25 -25
  47. package/behaviors/registry/core/atoms/std-display.orb +388 -388
  48. package/behaviors/registry/core/atoms/std-drawer.orb +54 -54
  49. package/behaviors/registry/core/atoms/std-filter.orb +47 -47
  50. package/behaviors/registry/core/atoms/std-gallery.orb +51 -51
  51. package/behaviors/registry/core/atoms/std-modal.orb +12 -12
  52. package/behaviors/registry/core/atoms/std-pagination.orb +42 -42
  53. package/behaviors/registry/core/atoms/std-push.orb +43 -43
  54. package/behaviors/registry/core/atoms/std-rate-limiter.orb +194 -194
  55. package/behaviors/registry/core/atoms/std-related.orb +37 -37
  56. package/behaviors/registry/core/atoms/std-search.orb +68 -68
  57. package/behaviors/registry/core/atoms/std-selection.orb +90 -90
  58. package/behaviors/registry/core/atoms/std-tabs.orb +44 -44
  59. package/behaviors/registry/core/molecules/std-cart.orb +47 -47
  60. package/behaviors/registry/core/molecules/std-filtered-list.orb +6 -6
  61. package/behaviors/registry/core/molecules/std-form-advanced.orb +132 -132
  62. package/behaviors/registry/core/molecules/std-list.orb +79 -85
  63. package/behaviors/registry/core/molecules/std-wizard-form.orb +146 -146
  64. package/behaviors/registry/game/atoms/std-collision.orb +122 -122
  65. package/behaviors/registry/game/atoms/std-combat.orb +66 -66
  66. package/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
  67. package/behaviors/registry/game/atoms/std-game-canvas2d.orb +43 -43
  68. package/behaviors/registry/game/atoms/std-gameflow.orb +37 -37
  69. package/behaviors/registry/game/atoms/std-movement.orb +291 -291
  70. package/behaviors/registry/game/atoms/std-overworld.orb +69 -69
  71. package/behaviors/registry/game/atoms/std-physics2d.orb +77 -77
  72. package/behaviors/registry/game/atoms/std-quest.orb +133 -133
  73. package/behaviors/registry/game/atoms/std-timer.orb +291 -291
  74. package/behaviors/registry/game/organisms/std-arcade-game.orb +139 -139
  75. package/behaviors/registry/game/organisms/std-logic-training.orb +81 -81
  76. package/behaviors/registry/game/organisms/std-platformer-app.orb +273 -237
  77. package/behaviors/registry/game/organisms/std-puzzle-app.orb +98 -98
  78. package/behaviors/registry/game/organisms/std-rpg-game.orb +407 -371
  79. package/behaviors/registry/game/organisms/std-stem-lab.orb +378 -378
  80. package/behaviors/registry/game/organisms/std-strategy-game.orb +557 -557
  81. package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +282 -20
  82. package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +84 -84
  83. package/behaviors/registry/service/atoms/std-service-email.orb +88 -88
  84. package/behaviors/registry/service/atoms/std-service-github.orb +88 -88
  85. package/behaviors/registry/service/atoms/std-service-llm.orb +119 -119
  86. package/behaviors/registry/service/atoms/std-service-oauth.orb +122 -122
  87. package/behaviors/registry/service/atoms/std-service-redis.orb +99 -99
  88. package/behaviors/registry/service/atoms/std-service-storage.orb +109 -109
  89. package/behaviors/registry/service/atoms/std-service-stripe.orb +105 -105
  90. package/behaviors/registry/service/atoms/std-service-twilio.orb +112 -112
  91. package/behaviors/registry/service/atoms/std-service-youtube.orb +111 -111
  92. package/behaviors/registry/service/organisms/std-service-marketplace.orb +1098 -1014
  93. package/behaviors/registry/service/organisms/std-service-research-assistant.orb +956 -956
  94. package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +80 -80
  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 +131 -113
  97. package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +116 -98
  98. package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +384 -384
  99. package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +106 -106
  100. package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +75 -75
  101. package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +163 -139
  102. package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +64 -64
  103. package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +130 -130
  104. package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +185 -185
  105. package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +344 -344
  106. package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +81 -63
  107. package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +189 -189
  108. package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +163 -163
  109. package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +120 -120
  110. package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +108 -108
  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 +1097 -1072
  113. package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3183 -3043
  114. package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2309 -2217
  115. package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1083 -1029
  116. package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +793 -768
  117. package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +929 -887
  118. package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1247 -1163
  119. package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +822 -780
  120. package/dist/behaviors/registry/app/organisms/std-cms.orb +608 -512
  121. package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +393 -393
  122. package/dist/behaviors/registry/app/organisms/std-crm.orb +887 -791
  123. package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1408 -1366
  124. package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +1147 -1021
  125. package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +670 -616
  126. package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1447 -1351
  127. package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +720 -666
  128. package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1286 -1202
  129. package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +925 -883
  130. package/dist/behaviors/registry/app/organisms/std-lms.orb +935 -893
  131. package/dist/behaviors/registry/app/organisms/std-project-manager.orb +834 -750
  132. package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +735 -681
  133. package/dist/behaviors/registry/app/organisms/std-social-feed.orb +235 -211
  134. package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +730 -688
  135. package/dist/behaviors/registry/core/atoms/std-browse.orb +56 -56
  136. package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +95 -95
  137. package/dist/behaviors/registry/core/atoms/std-calendar.orb +54 -54
  138. package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +180 -180
  139. package/dist/behaviors/registry/core/atoms/std-confirmation.orb +25 -25
  140. package/dist/behaviors/registry/core/atoms/std-display.orb +388 -388
  141. package/dist/behaviors/registry/core/atoms/std-drawer.orb +54 -54
  142. package/dist/behaviors/registry/core/atoms/std-filter.orb +47 -47
  143. package/dist/behaviors/registry/core/atoms/std-gallery.orb +51 -51
  144. package/dist/behaviors/registry/core/atoms/std-modal.orb +12 -12
  145. package/dist/behaviors/registry/core/atoms/std-pagination.orb +42 -42
  146. package/dist/behaviors/registry/core/atoms/std-push.orb +43 -43
  147. package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +194 -194
  148. package/dist/behaviors/registry/core/atoms/std-related.orb +37 -37
  149. package/dist/behaviors/registry/core/atoms/std-search.orb +68 -68
  150. package/dist/behaviors/registry/core/atoms/std-selection.orb +90 -90
  151. package/dist/behaviors/registry/core/atoms/std-tabs.orb +44 -44
  152. package/dist/behaviors/registry/core/molecules/std-cart.orb +47 -47
  153. package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +6 -6
  154. package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +132 -132
  155. package/dist/behaviors/registry/core/molecules/std-list.orb +79 -85
  156. package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +146 -146
  157. package/dist/behaviors/registry/game/atoms/std-collision.orb +122 -122
  158. package/dist/behaviors/registry/game/atoms/std-combat.orb +66 -66
  159. package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
  160. package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +43 -43
  161. package/dist/behaviors/registry/game/atoms/std-gameflow.orb +37 -37
  162. package/dist/behaviors/registry/game/atoms/std-movement.orb +291 -291
  163. package/dist/behaviors/registry/game/atoms/std-overworld.orb +69 -69
  164. package/dist/behaviors/registry/game/atoms/std-physics2d.orb +77 -77
  165. package/dist/behaviors/registry/game/atoms/std-quest.orb +133 -133
  166. package/dist/behaviors/registry/game/atoms/std-timer.orb +291 -291
  167. package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +139 -139
  168. package/dist/behaviors/registry/game/organisms/std-logic-training.orb +81 -81
  169. package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +273 -237
  170. package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +98 -98
  171. package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +407 -371
  172. package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +378 -378
  173. package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +557 -557
  174. package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +282 -20
  175. package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +84 -84
  176. package/dist/behaviors/registry/service/atoms/std-service-email.orb +88 -88
  177. package/dist/behaviors/registry/service/atoms/std-service-github.orb +88 -88
  178. package/dist/behaviors/registry/service/atoms/std-service-llm.orb +119 -119
  179. package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +122 -122
  180. package/dist/behaviors/registry/service/atoms/std-service-redis.orb +99 -99
  181. package/dist/behaviors/registry/service/atoms/std-service-storage.orb +109 -109
  182. package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +105 -105
  183. package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +112 -112
  184. package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +111 -111
  185. package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +1098 -1014
  186. package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +956 -956
  187. package/package.json +1 -1
@@ -160,8 +160,8 @@
160
160
  "CartItem",
161
161
  {
162
162
  "emit": {
163
- "success": "CartItemLoaded",
164
- "failure": "CartItemLoadFailed"
163
+ "failure": "CartItemLoadFailed",
164
+ "success": "CartItemLoaded"
165
165
  }
166
166
  }
167
167
  ],
@@ -169,22 +169,22 @@
169
169
  "render-ui",
170
170
  "main",
171
171
  {
172
- "type": "stack",
173
- "gap": "md",
174
172
  "children": [
175
173
  {
176
174
  "type": "spinner"
177
175
  },
178
176
  {
179
- "variant": "caption",
180
177
  "color": "muted",
178
+ "variant": "caption",
181
179
  "type": "typography",
182
180
  "content": "Loading cart…"
183
181
  }
184
182
  ],
185
- "direction": "vertical",
183
+ "gap": "md",
186
184
  "align": "center",
187
- "className": "py-12"
185
+ "type": "stack",
186
+ "className": "py-12",
187
+ "direction": "vertical"
188
188
  }
189
189
  ]
190
190
  ]
@@ -200,15 +200,12 @@
200
200
  {
201
201
  "type": "stack",
202
202
  "direction": "vertical",
203
- "gap": "lg",
204
203
  "children": [
205
204
  {
206
- "justify": "between",
207
- "type": "stack",
208
- "gap": "md",
209
- "direction": "horizontal",
210
205
  "children": [
211
206
  {
207
+ "gap": "md",
208
+ "direction": "horizontal",
212
209
  "type": "stack",
213
210
  "children": [
214
211
  {
@@ -216,39 +213,42 @@
216
213
  "type": "icon"
217
214
  },
218
215
  {
216
+ "variant": "h2",
219
217
  "content": "Shopping Cart",
220
- "type": "typography",
221
- "variant": "h2"
218
+ "type": "typography"
222
219
  }
223
- ],
224
- "direction": "horizontal",
225
- "gap": "md"
220
+ ]
226
221
  },
227
222
  {
228
- "variant": "primary",
229
- "icon": "plus",
230
- "label": "Add Item",
231
223
  "type": "button",
232
- "action": "ADD_ITEM"
224
+ "label": "Add Item",
225
+ "icon": "plus",
226
+ "action": "ADD_ITEM",
227
+ "variant": "primary"
233
228
  }
234
- ]
229
+ ],
230
+ "type": "stack",
231
+ "direction": "horizontal",
232
+ "gap": "md",
233
+ "justify": "between"
235
234
  },
236
235
  {
237
236
  "type": "divider"
238
237
  },
239
238
  {
239
+ "type": "data-grid",
240
240
  "itemActions": [
241
241
  {
242
- "label": "Remove",
242
+ "variant": "danger",
243
243
  "event": "REQUEST_REMOVE",
244
- "variant": "danger"
244
+ "label": "Remove"
245
245
  }
246
246
  ],
247
247
  "fields": [
248
248
  {
249
- "name": "name",
250
249
  "label": "Name",
251
250
  "icon": "shopping-cart",
251
+ "name": "name",
252
252
  "variant": "h4"
253
253
  },
254
254
  {
@@ -257,15 +257,15 @@
257
257
  "variant": "caption"
258
258
  },
259
259
  {
260
- "label": "Status",
261
260
  "name": "status",
261
+ "label": "Status",
262
262
  "variant": "badge"
263
263
  }
264
264
  ],
265
- "type": "data-grid",
266
265
  "entity": "@payload.data"
267
266
  }
268
- ]
267
+ ],
268
+ "gap": "lg"
269
269
  }
270
270
  ]
271
271
  ]
@@ -279,36 +279,36 @@
279
279
  "render-ui",
280
280
  "main",
281
281
  {
282
- "align": "center",
282
+ "type": "stack",
283
283
  "direction": "vertical",
284
284
  "className": "py-12",
285
- "gap": "md",
286
285
  "children": [
287
286
  {
288
- "name": "alert-triangle",
289
287
  "color": "destructive",
288
+ "name": "alert-triangle",
290
289
  "type": "icon"
291
290
  },
292
291
  {
293
- "type": "typography",
292
+ "variant": "h3",
294
293
  "content": "Failed to load cart",
295
- "variant": "h3"
294
+ "type": "typography"
296
295
  },
297
296
  {
298
- "color": "muted",
299
297
  "type": "typography",
300
298
  "variant": "body",
299
+ "color": "muted",
301
300
  "content": "@payload.error"
302
301
  },
303
302
  {
304
- "action": "INIT",
303
+ "type": "button",
305
304
  "variant": "primary",
306
- "label": "Retry",
307
305
  "icon": "rotate-ccw",
308
- "type": "button"
306
+ "label": "Retry",
307
+ "action": "INIT"
309
308
  }
310
309
  ],
311
- "type": "stack"
310
+ "align": "center",
311
+ "gap": "md"
312
312
  }
313
313
  ]
314
314
  ]
@@ -323,8 +323,8 @@
323
323
  "CartItem",
324
324
  {
325
325
  "emit": {
326
- "failure": "CartItemLoadFailed",
327
- "success": "CartItemLoaded"
326
+ "success": "CartItemLoaded",
327
+ "failure": "CartItemLoadFailed"
328
328
  }
329
329
  }
330
330
  ],
@@ -347,8 +347,8 @@
347
347
  "CartItem",
348
348
  {
349
349
  "emit": {
350
- "success": "CartItemLoaded",
351
- "failure": "CartItemLoadFailed"
350
+ "failure": "CartItemLoadFailed",
351
+ "success": "CartItemLoaded"
352
352
  }
353
353
  }
354
354
  ],
@@ -370,15 +370,15 @@
370
370
  "name": "CartItemAddItem",
371
371
  "linkedEntity": "CartItem",
372
372
  "config": {
373
+ "mode": "create",
374
+ "title": "Add Item",
373
375
  "fields": [
374
376
  "name",
375
377
  "description",
376
378
  "status"
377
379
  ],
378
380
  "icon": "plus-circle",
379
- "openButtonLabel": "Add Item",
380
- "title": "Add Item",
381
- "mode": "create"
381
+ "openButtonLabel": "Add Item"
382
382
  },
383
383
  "events": {
384
384
  "OPEN": "ADD_ITEM"
@@ -391,8 +391,8 @@
391
391
  "config": {
392
392
  "icon": "alert-triangle",
393
393
  "confirmLabel": "Remove",
394
- "alertMessage": "Are you sure you want to remove this item from your cart?",
395
- "title": "Remove Item"
394
+ "title": "Remove Item",
395
+ "alertMessage": "Are you sure you want to remove this item from your cart?"
396
396
  },
397
397
  "events": {
398
398
  "REQUEST": "REQUEST_REMOVE",
@@ -155,23 +155,23 @@
155
155
  "render-ui",
156
156
  "main",
157
157
  {
158
- "type": "stack",
159
158
  "children": [
160
159
  {
161
160
  "gap": "sm",
161
+ "type": "stack",
162
+ "direction": "horizontal",
162
163
  "children": [
163
164
  "@trait.FilteredItemSearch",
164
165
  "@trait.FilteredItemFilter"
165
- ],
166
- "type": "stack",
167
- "direction": "horizontal"
166
+ ]
168
167
  },
169
168
  "@trait.FilteredItemBrowse",
170
169
  "@trait.FilteredItemPagination"
171
170
  ],
172
171
  "className": "max-w-5xl mx-auto w-full",
173
- "gap": "md",
174
- "direction": "vertical"
172
+ "type": "stack",
173
+ "direction": "vertical",
174
+ "gap": "md"
175
175
  }
176
176
  ]
177
177
  ]