@almadar/std 8.3.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.
- package/behaviors/registry/agent/atoms/std-agent-activity-log.orb +62 -62
- package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +101 -101
- package/behaviors/registry/agent/atoms/std-agent-classifier.orb +100 -100
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +103 -103
- package/behaviors/registry/agent/atoms/std-agent-context-window.orb +386 -386
- package/behaviors/registry/agent/atoms/std-agent-conversation.orb +94 -94
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +66 -66
- package/behaviors/registry/agent/atoms/std-agent-provider.orb +114 -114
- package/behaviors/registry/agent/atoms/std-agent-search.orb +61 -61
- package/behaviors/registry/agent/atoms/std-agent-session.orb +109 -109
- package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +196 -196
- package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +347 -347
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +61 -60
- package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +187 -187
- package/behaviors/registry/agent/molecules/std-agent-learner.orb +180 -180
- package/behaviors/registry/agent/molecules/std-agent-planner.orb +108 -108
- package/behaviors/registry/agent/molecules/std-agent-rag.orb +107 -107
- package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +184 -184
- package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1130 -1130
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +2998 -2998
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2135 -2135
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1033 -1033
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +784 -784
- package/behaviors/registry/app/organisms/std-api-gateway.orb +798 -798
- package/behaviors/registry/app/organisms/std-booking-system.orb +1139 -1139
- package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +776 -776
- package/behaviors/registry/app/organisms/std-cms.orb +469 -469
- package/behaviors/registry/app/organisms/std-coding-academy.orb +338 -338
- package/behaviors/registry/app/organisms/std-crm.orb +832 -832
- package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1350 -1350
- package/behaviors/registry/app/organisms/std-ecommerce.orb +975 -975
- package/behaviors/registry/app/organisms/std-finance-tracker.orb +573 -573
- package/behaviors/registry/app/organisms/std-healthcare.orb +1370 -1370
- package/behaviors/registry/app/organisms/std-helpdesk.orb +617 -617
- package/behaviors/registry/app/organisms/std-hr-portal.orb +1177 -1177
- package/behaviors/registry/app/organisms/std-iot-dashboard.orb +871 -871
- package/behaviors/registry/app/organisms/std-lms.orb +839 -839
- package/behaviors/registry/app/organisms/std-project-manager.orb +667 -667
- package/behaviors/registry/app/organisms/std-realtime-chat.orb +667 -667
- package/behaviors/registry/app/organisms/std-social-feed.orb +230 -230
- package/behaviors/registry/app/organisms/std-trading-dashboard.orb +682 -682
- package/behaviors/registry/core/atoms/std-browse.orb +53 -53
- package/behaviors/registry/core/atoms/std-cache-aside.orb +89 -89
- package/behaviors/registry/core/atoms/std-calendar.orb +57 -57
- package/behaviors/registry/core/atoms/std-circuit-breaker.orb +196 -196
- package/behaviors/registry/core/atoms/std-confirmation.orb +19 -19
- package/behaviors/registry/core/atoms/std-display.orb +383 -383
- package/behaviors/registry/core/atoms/std-drawer.orb +56 -56
- package/behaviors/registry/core/atoms/std-filter.orb +42 -42
- package/behaviors/registry/core/atoms/std-gallery.orb +54 -54
- package/behaviors/registry/core/atoms/std-modal.orb +12 -12
- package/behaviors/registry/core/atoms/std-pagination.orb +42 -42
- package/behaviors/registry/core/atoms/std-push.orb +42 -42
- package/behaviors/registry/core/atoms/std-rate-limiter.orb +179 -179
- package/behaviors/registry/core/atoms/std-related.orb +34 -34
- package/behaviors/registry/core/atoms/std-search.orb +68 -68
- package/behaviors/registry/core/atoms/std-selection.orb +90 -90
- package/behaviors/registry/core/atoms/std-tabs.orb +52 -52
- package/behaviors/registry/core/molecules/std-cart.orb +45 -45
- package/behaviors/registry/core/molecules/std-filtered-list.orb +7 -7
- package/behaviors/registry/core/molecules/std-form-advanced.orb +127 -127
- package/behaviors/registry/core/molecules/std-list.orb +46 -46
- package/behaviors/registry/core/molecules/std-wizard-form.orb +147 -147
- package/behaviors/registry/game/atoms/std-collision.orb +121 -121
- package/behaviors/registry/game/atoms/std-combat.orb +68 -68
- package/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
- package/behaviors/registry/game/atoms/std-game-canvas2d.orb +48 -48
- package/behaviors/registry/game/atoms/std-gameflow.orb +37 -37
- package/behaviors/registry/game/atoms/std-movement.orb +306 -306
- package/behaviors/registry/game/atoms/std-overworld.orb +68 -68
- package/behaviors/registry/game/atoms/std-physics2d.orb +76 -76
- package/behaviors/registry/game/atoms/std-quest.orb +124 -124
- package/behaviors/registry/game/atoms/std-timer.orb +274 -274
- package/behaviors/registry/game/organisms/std-arcade-game.orb +145 -145
- package/behaviors/registry/game/organisms/std-logic-training.orb +67 -67
- package/behaviors/registry/game/organisms/std-platformer-app.orb +218 -218
- package/behaviors/registry/game/organisms/std-puzzle-app.orb +90 -90
- package/behaviors/registry/game/organisms/std-rpg-game.orb +372 -372
- package/behaviors/registry/game/organisms/std-stem-lab.orb +345 -345
- package/behaviors/registry/game/organisms/std-strategy-game.orb +540 -540
- package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +14 -14
- package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +86 -86
- package/behaviors/registry/service/atoms/std-service-email.orb +72 -72
- package/behaviors/registry/service/atoms/std-service-github.orb +98 -98
- package/behaviors/registry/service/atoms/std-service-llm.orb +118 -118
- package/behaviors/registry/service/atoms/std-service-oauth.orb +118 -118
- package/behaviors/registry/service/atoms/std-service-redis.orb +103 -103
- package/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
- package/behaviors/registry/service/atoms/std-service-stripe.orb +95 -95
- package/behaviors/registry/service/atoms/std-service-twilio.orb +107 -107
- package/behaviors/registry/service/atoms/std-service-youtube.orb +104 -104
- package/behaviors/registry/service/organisms/std-service-marketplace.orb +966 -966
- package/behaviors/registry/service/organisms/std-service-research-assistant.orb +905 -905
- package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +62 -62
- package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +101 -101
- package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +100 -100
- package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +103 -103
- package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +386 -386
- package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +94 -94
- package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +66 -66
- package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +114 -114
- package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +61 -61
- package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +109 -109
- package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +196 -196
- package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +347 -347
- package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +61 -60
- package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +187 -187
- package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +180 -180
- package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +108 -108
- package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +107 -107
- package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +184 -184
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1130 -1130
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +2998 -2998
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2135 -2135
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1033 -1033
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +784 -784
- package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +798 -798
- package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1139 -1139
- package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +776 -776
- package/dist/behaviors/registry/app/organisms/std-cms.orb +469 -469
- package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +338 -338
- package/dist/behaviors/registry/app/organisms/std-crm.orb +832 -832
- package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1350 -1350
- package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +975 -975
- package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +573 -573
- package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1370 -1370
- package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +617 -617
- package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1177 -1177
- package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +871 -871
- package/dist/behaviors/registry/app/organisms/std-lms.orb +839 -839
- package/dist/behaviors/registry/app/organisms/std-project-manager.orb +667 -667
- package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +667 -667
- package/dist/behaviors/registry/app/organisms/std-social-feed.orb +230 -230
- package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +682 -682
- package/dist/behaviors/registry/core/atoms/std-browse.orb +53 -53
- package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +89 -89
- package/dist/behaviors/registry/core/atoms/std-calendar.orb +57 -57
- package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +196 -196
- package/dist/behaviors/registry/core/atoms/std-confirmation.orb +19 -19
- package/dist/behaviors/registry/core/atoms/std-display.orb +383 -383
- package/dist/behaviors/registry/core/atoms/std-drawer.orb +56 -56
- package/dist/behaviors/registry/core/atoms/std-filter.orb +42 -42
- package/dist/behaviors/registry/core/atoms/std-gallery.orb +54 -54
- package/dist/behaviors/registry/core/atoms/std-modal.orb +12 -12
- package/dist/behaviors/registry/core/atoms/std-pagination.orb +42 -42
- package/dist/behaviors/registry/core/atoms/std-push.orb +42 -42
- package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +179 -179
- package/dist/behaviors/registry/core/atoms/std-related.orb +34 -34
- package/dist/behaviors/registry/core/atoms/std-search.orb +68 -68
- package/dist/behaviors/registry/core/atoms/std-selection.orb +90 -90
- package/dist/behaviors/registry/core/atoms/std-tabs.orb +52 -52
- package/dist/behaviors/registry/core/molecules/std-cart.orb +45 -45
- package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +7 -7
- package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +127 -127
- package/dist/behaviors/registry/core/molecules/std-list.orb +46 -46
- package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +147 -147
- package/dist/behaviors/registry/game/atoms/std-collision.orb +121 -121
- package/dist/behaviors/registry/game/atoms/std-combat.orb +68 -68
- package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
- package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +48 -48
- package/dist/behaviors/registry/game/atoms/std-gameflow.orb +37 -37
- package/dist/behaviors/registry/game/atoms/std-movement.orb +306 -306
- package/dist/behaviors/registry/game/atoms/std-overworld.orb +68 -68
- package/dist/behaviors/registry/game/atoms/std-physics2d.orb +76 -76
- package/dist/behaviors/registry/game/atoms/std-quest.orb +124 -124
- package/dist/behaviors/registry/game/atoms/std-timer.orb +274 -274
- package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +145 -145
- package/dist/behaviors/registry/game/organisms/std-logic-training.orb +67 -67
- package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +218 -218
- package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +90 -90
- package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +372 -372
- package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +345 -345
- package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +540 -540
- package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +14 -14
- package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +86 -86
- package/dist/behaviors/registry/service/atoms/std-service-email.orb +72 -72
- package/dist/behaviors/registry/service/atoms/std-service-github.orb +98 -98
- package/dist/behaviors/registry/service/atoms/std-service-llm.orb +118 -118
- package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +118 -118
- package/dist/behaviors/registry/service/atoms/std-service-redis.orb +103 -103
- package/dist/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
- package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +95 -95
- package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +107 -107
- package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +104 -104
- package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +966 -966
- package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +905 -905
- package/package.json +1 -1
|
@@ -163,8 +163,8 @@
|
|
|
163
163
|
"CalendarEvent",
|
|
164
164
|
{
|
|
165
165
|
"emit": {
|
|
166
|
-
"
|
|
167
|
-
"
|
|
166
|
+
"failure": "CalendarEventLoadFailed",
|
|
167
|
+
"success": "CalendarEventLoaded"
|
|
168
168
|
}
|
|
169
169
|
}
|
|
170
170
|
],
|
|
@@ -172,22 +172,22 @@
|
|
|
172
172
|
"render-ui",
|
|
173
173
|
"main",
|
|
174
174
|
{
|
|
175
|
+
"className": "py-12",
|
|
176
|
+
"direction": "vertical",
|
|
177
|
+
"gap": "md",
|
|
178
|
+
"align": "center",
|
|
179
|
+
"type": "stack",
|
|
175
180
|
"children": [
|
|
176
181
|
{
|
|
177
182
|
"type": "spinner"
|
|
178
183
|
},
|
|
179
184
|
{
|
|
180
|
-
"color": "muted",
|
|
181
185
|
"content": "Loading calendar…",
|
|
182
186
|
"variant": "caption",
|
|
183
|
-
"type": "typography"
|
|
187
|
+
"type": "typography",
|
|
188
|
+
"color": "muted"
|
|
184
189
|
}
|
|
185
|
-
]
|
|
186
|
-
"gap": "md",
|
|
187
|
-
"type": "stack",
|
|
188
|
-
"align": "center",
|
|
189
|
-
"direction": "vertical",
|
|
190
|
-
"className": "py-12"
|
|
190
|
+
]
|
|
191
191
|
}
|
|
192
192
|
]
|
|
193
193
|
]
|
|
@@ -203,11 +203,10 @@
|
|
|
203
203
|
{
|
|
204
204
|
"children": [
|
|
205
205
|
{
|
|
206
|
+
"type": "stack",
|
|
207
|
+
"justify": "between",
|
|
206
208
|
"children": [
|
|
207
209
|
{
|
|
208
|
-
"direction": "horizontal",
|
|
209
|
-
"gap": "sm",
|
|
210
|
-
"align": "center",
|
|
211
210
|
"children": [
|
|
212
211
|
{
|
|
213
212
|
"type": "icon",
|
|
@@ -219,18 +218,19 @@
|
|
|
219
218
|
"type": "typography"
|
|
220
219
|
}
|
|
221
220
|
],
|
|
222
|
-
"
|
|
221
|
+
"align": "center",
|
|
222
|
+
"type": "stack",
|
|
223
|
+
"direction": "horizontal",
|
|
224
|
+
"gap": "sm"
|
|
223
225
|
},
|
|
224
226
|
{
|
|
225
227
|
"onSelect": "SELECT_DAY",
|
|
226
228
|
"type": "date-range-selector"
|
|
227
229
|
}
|
|
228
230
|
],
|
|
231
|
+
"align": "center",
|
|
229
232
|
"gap": "md",
|
|
230
|
-
"direction": "horizontal"
|
|
231
|
-
"type": "stack",
|
|
232
|
-
"justify": "between",
|
|
233
|
-
"align": "center"
|
|
233
|
+
"direction": "horizontal"
|
|
234
234
|
},
|
|
235
235
|
{
|
|
236
236
|
"type": "divider"
|
|
@@ -247,44 +247,44 @@
|
|
|
247
247
|
"type": "typography"
|
|
248
248
|
},
|
|
249
249
|
{
|
|
250
|
-
"entity": "@payload.data",
|
|
251
|
-
"itemActions": [
|
|
252
|
-
{
|
|
253
|
-
"event": "SELECT_DAY",
|
|
254
|
-
"icon": "eye",
|
|
255
|
-
"label": "View"
|
|
256
|
-
}
|
|
257
|
-
],
|
|
258
|
-
"type": "data-list",
|
|
259
250
|
"fields": [
|
|
260
251
|
{
|
|
261
|
-
"
|
|
262
|
-
"variant": "h4",
|
|
252
|
+
"label": "Event",
|
|
263
253
|
"name": "name",
|
|
264
|
-
"
|
|
254
|
+
"variant": "h4",
|
|
255
|
+
"icon": "calendar"
|
|
265
256
|
},
|
|
266
257
|
{
|
|
267
|
-
"
|
|
258
|
+
"variant": "badge",
|
|
268
259
|
"name": "time",
|
|
269
|
-
"
|
|
260
|
+
"label": "Time"
|
|
270
261
|
},
|
|
271
262
|
{
|
|
272
|
-
"
|
|
273
|
-
"format": "date",
|
|
263
|
+
"name": "date",
|
|
274
264
|
"label": "Date",
|
|
275
|
-
"
|
|
265
|
+
"format": "date",
|
|
266
|
+
"variant": "caption"
|
|
276
267
|
},
|
|
277
268
|
{
|
|
278
|
-
"label": "Status",
|
|
279
269
|
"variant": "badge",
|
|
280
|
-
"name": "status"
|
|
270
|
+
"name": "status",
|
|
271
|
+
"label": "Status"
|
|
272
|
+
}
|
|
273
|
+
],
|
|
274
|
+
"itemActions": [
|
|
275
|
+
{
|
|
276
|
+
"icon": "eye",
|
|
277
|
+
"label": "View",
|
|
278
|
+
"event": "SELECT_DAY"
|
|
281
279
|
}
|
|
282
|
-
]
|
|
280
|
+
],
|
|
281
|
+
"type": "data-list",
|
|
282
|
+
"entity": "@payload.data"
|
|
283
283
|
}
|
|
284
284
|
],
|
|
285
|
-
"
|
|
285
|
+
"type": "stack",
|
|
286
286
|
"gap": "lg",
|
|
287
|
-
"
|
|
287
|
+
"direction": "vertical"
|
|
288
288
|
}
|
|
289
289
|
]
|
|
290
290
|
]
|
|
@@ -298,36 +298,36 @@
|
|
|
298
298
|
"render-ui",
|
|
299
299
|
"main",
|
|
300
300
|
{
|
|
301
|
+
"gap": "md",
|
|
301
302
|
"align": "center",
|
|
302
303
|
"className": "py-12",
|
|
303
|
-
"direction": "vertical",
|
|
304
|
-
"gap": "md",
|
|
305
304
|
"children": [
|
|
306
305
|
{
|
|
307
|
-
"color": "destructive",
|
|
308
306
|
"type": "icon",
|
|
307
|
+
"color": "destructive",
|
|
309
308
|
"name": "alert-triangle"
|
|
310
309
|
},
|
|
311
310
|
{
|
|
311
|
+
"type": "typography",
|
|
312
312
|
"variant": "h3",
|
|
313
|
-
"content": "Failed to load"
|
|
314
|
-
"type": "typography"
|
|
313
|
+
"content": "Failed to load"
|
|
315
314
|
},
|
|
316
315
|
{
|
|
317
|
-
"variant": "body",
|
|
318
|
-
"color": "muted",
|
|
319
316
|
"type": "typography",
|
|
317
|
+
"color": "muted",
|
|
318
|
+
"variant": "body",
|
|
320
319
|
"content": "@payload.error"
|
|
321
320
|
},
|
|
322
321
|
{
|
|
323
322
|
"action": "INIT",
|
|
324
323
|
"variant": "primary",
|
|
325
324
|
"type": "button",
|
|
326
|
-
"
|
|
327
|
-
"
|
|
325
|
+
"icon": "rotate-ccw",
|
|
326
|
+
"label": "Retry"
|
|
328
327
|
}
|
|
329
328
|
],
|
|
330
|
-
"type": "stack"
|
|
329
|
+
"type": "stack",
|
|
330
|
+
"direction": "vertical"
|
|
331
331
|
}
|
|
332
332
|
]
|
|
333
333
|
]
|
|
@@ -341,15 +341,15 @@
|
|
|
341
341
|
"fetch",
|
|
342
342
|
"CalendarEvent",
|
|
343
343
|
{
|
|
344
|
+
"emit": {
|
|
345
|
+
"failure": "CalendarEventLoadFailed",
|
|
346
|
+
"success": "CalendarEventLoaded"
|
|
347
|
+
},
|
|
344
348
|
"filter": [
|
|
345
349
|
"=",
|
|
346
350
|
"@entity.date",
|
|
347
351
|
"@payload.date"
|
|
348
|
-
]
|
|
349
|
-
"emit": {
|
|
350
|
-
"success": "CalendarEventLoaded",
|
|
351
|
-
"failure": "CalendarEventLoadFailed"
|
|
352
|
-
}
|
|
352
|
+
]
|
|
353
353
|
}
|
|
354
354
|
],
|
|
355
355
|
[
|
|
@@ -371,8 +371,8 @@
|
|
|
371
371
|
"CalendarEvent",
|
|
372
372
|
{
|
|
373
373
|
"emit": {
|
|
374
|
-
"
|
|
375
|
-
"
|
|
374
|
+
"failure": "CalendarEventLoadFailed",
|
|
375
|
+
"success": "CalendarEventLoaded"
|
|
376
376
|
}
|
|
377
377
|
}
|
|
378
378
|
],
|