@almadar/std 13.7.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 (139) 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/package.json +1 -1
@@ -134,7 +134,7 @@
134
134
  "name": "Select Day",
135
135
  "payloadSchema": [
136
136
  {
137
- "name": "date",
137
+ "name": "value",
138
138
  "type": "string",
139
139
  "required": true
140
140
  }
@@ -172,20 +172,20 @@
172
172
  "render-ui",
173
173
  "main",
174
174
  {
175
- "direction": "vertical",
176
- "align": "center",
177
175
  "children": [
178
176
  {
179
177
  "type": "spinner"
180
178
  },
181
179
  {
182
- "variant": "caption",
180
+ "content": "Loading calendar…",
183
181
  "type": "typography",
184
182
  "color": "muted",
185
- "content": "Loading calendar…"
183
+ "variant": "caption"
186
184
  }
187
185
  ],
188
186
  "type": "stack",
187
+ "align": "center",
188
+ "direction": "vertical",
189
189
  "gap": "md",
190
190
  "className": "py-12"
191
191
  }
@@ -201,16 +201,11 @@
201
201
  "render-ui",
202
202
  "main",
203
203
  {
204
- "type": "stack",
205
- "direction": "vertical",
206
- "gap": "lg",
207
204
  "children": [
208
205
  {
209
206
  "gap": "md",
210
207
  "justify": "between",
211
- "type": "stack",
212
208
  "align": "center",
213
- "direction": "horizontal",
214
209
  "children": [
215
210
  {
216
211
  "children": [
@@ -220,20 +215,22 @@
220
215
  },
221
216
  {
222
217
  "content": "CalendarEvents Calendar",
223
- "variant": "h2",
224
- "type": "typography"
218
+ "type": "typography",
219
+ "variant": "h2"
225
220
  }
226
221
  ],
222
+ "gap": "sm",
227
223
  "type": "stack",
228
224
  "direction": "horizontal",
229
- "align": "center",
230
- "gap": "sm"
225
+ "align": "center"
231
226
  },
232
227
  {
233
- "onSelect": "SELECT_DAY",
234
- "type": "date-range-selector"
228
+ "type": "date-range-selector",
229
+ "onSelect": "SELECT_DAY"
235
230
  }
236
- ]
231
+ ],
232
+ "type": "stack",
233
+ "direction": "horizontal"
237
234
  },
238
235
  {
239
236
  "type": "divider"
@@ -245,17 +242,17 @@
245
242
  "type": "divider"
246
243
  },
247
244
  {
248
- "content": "Upcoming Events",
249
245
  "variant": "h4",
250
- "type": "typography"
246
+ "type": "typography",
247
+ "content": "Upcoming Events"
251
248
  },
252
249
  {
253
250
  "fields": [
254
251
  {
255
- "variant": "h4",
256
252
  "label": "Event",
257
253
  "icon": "calendar",
258
- "name": "name"
254
+ "name": "name",
255
+ "variant": "h4"
259
256
  },
260
257
  {
261
258
  "label": "Time",
@@ -263,28 +260,31 @@
263
260
  "variant": "badge"
264
261
  },
265
262
  {
266
- "format": "date",
263
+ "variant": "caption",
267
264
  "name": "date",
268
- "label": "Date",
269
- "variant": "caption"
265
+ "format": "date",
266
+ "label": "Date"
270
267
  },
271
268
  {
272
269
  "variant": "badge",
273
- "name": "status",
274
- "label": "Status"
270
+ "label": "Status",
271
+ "name": "status"
275
272
  }
276
273
  ],
277
- "entity": "@payload.data",
278
274
  "type": "data-list",
275
+ "entity": "@payload.data",
279
276
  "itemActions": [
280
277
  {
281
- "event": "SELECT_DAY",
282
278
  "icon": "eye",
283
- "label": "View"
279
+ "label": "View",
280
+ "event": "SELECT_DAY"
284
281
  }
285
282
  ]
286
283
  }
287
- ]
284
+ ],
285
+ "gap": "lg",
286
+ "type": "stack",
287
+ "direction": "vertical"
288
288
  }
289
289
  ]
290
290
  ]
@@ -299,35 +299,35 @@
299
299
  "main",
300
300
  {
301
301
  "type": "stack",
302
- "direction": "vertical",
303
- "className": "py-12",
304
302
  "children": [
305
303
  {
304
+ "type": "icon",
306
305
  "name": "alert-triangle",
307
- "color": "destructive",
308
- "type": "icon"
306
+ "color": "destructive"
309
307
  },
310
308
  {
311
- "content": "Failed to load",
312
309
  "type": "typography",
313
- "variant": "h3"
310
+ "variant": "h3",
311
+ "content": "Failed to load"
314
312
  },
315
313
  {
316
- "type": "typography",
317
- "content": "@payload.error",
318
314
  "color": "muted",
319
- "variant": "body"
315
+ "type": "typography",
316
+ "variant": "body",
317
+ "content": "@payload.error"
320
318
  },
321
319
  {
322
320
  "label": "Retry",
323
- "action": "INIT",
324
321
  "variant": "primary",
325
- "icon": "rotate-ccw",
326
- "type": "button"
322
+ "action": "INIT",
323
+ "type": "button",
324
+ "icon": "rotate-ccw"
327
325
  }
328
326
  ],
329
- "align": "center",
330
- "gap": "md"
327
+ "direction": "vertical",
328
+ "gap": "md",
329
+ "className": "py-12",
330
+ "align": "center"
331
331
  }
332
332
  ]
333
333
  ]
@@ -337,19 +337,24 @@
337
337
  "to": "loading",
338
338
  "event": "SELECT_DAY",
339
339
  "effects": [
340
+ [
341
+ "set",
342
+ "@entity.date",
343
+ "@payload.value"
344
+ ],
340
345
  [
341
346
  "fetch",
342
347
  "CalendarEvent",
343
348
  {
344
- "emit": {
345
- "failure": "CalendarEventLoadFailed",
346
- "success": "CalendarEventLoaded"
347
- },
348
349
  "filter": [
349
350
  "=",
350
351
  "@entity.date",
351
- "@payload.date"
352
- ]
352
+ "@payload.value"
353
+ ],
354
+ "emit": {
355
+ "success": "CalendarEventLoaded",
356
+ "failure": "CalendarEventLoadFailed"
357
+ }
353
358
  }
354
359
  ],
355
360
  [
@@ -403,4 +408,4 @@
403
408
  ]
404
409
  }
405
410
  ]
406
- }
411
+ }