@almadar/std 13.6.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.
- package/behaviors/registry/agent/atoms/std-agent-activity-log.orb +69 -69
- package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +120 -120
- package/behaviors/registry/agent/atoms/std-agent-classifier.orb +114 -114
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +124 -114
- package/behaviors/registry/agent/atoms/std-agent-context-window.orb +410 -395
- package/behaviors/registry/agent/atoms/std-agent-conversation.orb +93 -93
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +67 -117
- package/behaviors/registry/agent/atoms/std-agent-provider.orb +149 -134
- package/behaviors/registry/agent/atoms/std-agent-search.orb +64 -64
- package/behaviors/registry/agent/atoms/std-agent-session.orb +106 -106
- package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +194 -189
- package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +360 -355
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +69 -69
- package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +204 -199
- package/behaviors/registry/agent/molecules/std-agent-learner.orb +174 -174
- package/behaviors/registry/agent/molecules/std-agent-planner.orb +125 -125
- package/behaviors/registry/agent/molecules/std-agent-rag.orb +127 -109
- package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +190 -185
- package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1209 -1155
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +3021 -3001
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2184 -2249
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1029 -1050
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +842 -804
- package/behaviors/registry/app/organisms/std-cms.orb +547 -547
- package/behaviors/registry/core/atoms/std-browse.orb +36 -36
- package/behaviors/registry/core/atoms/std-cache-aside.orb +111 -111
- package/behaviors/registry/core/atoms/std-calendar.orb +56 -51
- package/behaviors/registry/core/atoms/std-circuit-breaker.orb +202 -187
- package/behaviors/registry/core/atoms/std-confirmation.orb +24 -27
- package/behaviors/registry/core/atoms/std-display.orb +2 -2
- package/behaviors/registry/core/atoms/std-drawer.orb +58 -58
- package/behaviors/registry/core/atoms/std-filter.orb +6 -9
- package/behaviors/registry/core/atoms/std-gallery.orb +46 -46
- package/behaviors/registry/core/atoms/std-graphs.orb +24 -24
- package/behaviors/registry/core/atoms/std-modal.orb +19 -19
- package/behaviors/registry/core/atoms/std-pagination.orb +14 -14
- package/behaviors/registry/core/atoms/std-push.orb +48 -90
- package/behaviors/registry/core/atoms/std-rate-limiter.orb +205 -190
- package/behaviors/registry/core/atoms/std-related.orb +31 -31
- package/behaviors/registry/core/atoms/std-search.orb +3 -3
- package/behaviors/registry/core/atoms/std-selection.orb +102 -102
- package/behaviors/registry/core/atoms/std-stats.orb +64 -64
- package/behaviors/registry/core/atoms/std-tabs.orb +18 -18
- package/behaviors/registry/core/molecules/std-cart.orb +64 -64
- package/behaviors/registry/core/molecules/std-dashboard.orb +46 -46
- package/behaviors/registry/core/molecules/std-filtered-list.orb +21 -21
- package/behaviors/registry/core/molecules/std-form-advanced.orb +172 -127
- package/behaviors/registry/core/molecules/std-list.orb +63 -63
- package/behaviors/registry/core/molecules/std-wizard-form.orb +145 -130
- package/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
- package/behaviors/registry/game/atoms/std-game-canvas2d.orb +42 -42
- package/behaviors/registry/game/atoms/std-overworld.orb +57 -57
- package/behaviors/registry/game/atoms/std-physics2d.orb +74 -74
- package/behaviors/registry/game/atoms/std-quest.orb +137 -137
- package/behaviors/registry/game/atoms/std-timer.orb +291 -291
- package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +31 -31
- package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +93 -78
- package/behaviors/registry/service/atoms/std-service-email.orb +91 -76
- package/behaviors/registry/service/atoms/std-service-github.orb +103 -83
- package/behaviors/registry/service/atoms/std-service-llm.orb +117 -112
- package/behaviors/registry/service/atoms/std-service-oauth.orb +131 -126
- package/behaviors/registry/service/atoms/std-service-redis.orb +123 -108
- package/behaviors/registry/service/atoms/std-service-storage.orb +125 -105
- package/behaviors/registry/service/atoms/std-service-stripe.orb +113 -103
- package/behaviors/registry/service/atoms/std-service-twilio.orb +102 -92
- package/behaviors/registry/service/atoms/std-service-youtube.orb +119 -114
- package/behaviors/registry/service/organisms/std-service-marketplace.orb +985 -873
- package/behaviors/registry/service/organisms/std-service-research-assistant.orb +1027 -972
- package/dist/behaviors/behaviors-registry.json +2913 -322
- package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +69 -69
- package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +120 -120
- package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +114 -114
- package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +124 -114
- package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +410 -395
- package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +93 -93
- package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +67 -117
- package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +149 -134
- package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +64 -64
- package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +106 -106
- package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +194 -189
- package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +360 -355
- package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +69 -69
- package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +204 -199
- package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +174 -174
- package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +125 -125
- package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +127 -109
- package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +190 -185
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1209 -1155
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3021 -3001
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2184 -2249
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1029 -1050
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +842 -804
- package/dist/behaviors/registry/app/organisms/std-cms.orb +547 -547
- package/dist/behaviors/registry/core/atoms/std-browse.orb +36 -36
- package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +111 -111
- package/dist/behaviors/registry/core/atoms/std-calendar.orb +56 -51
- package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +202 -187
- package/dist/behaviors/registry/core/atoms/std-confirmation.orb +24 -27
- package/dist/behaviors/registry/core/atoms/std-display.orb +2 -2
- package/dist/behaviors/registry/core/atoms/std-drawer.orb +58 -58
- package/dist/behaviors/registry/core/atoms/std-filter.orb +6 -9
- package/dist/behaviors/registry/core/atoms/std-gallery.orb +46 -46
- package/dist/behaviors/registry/core/atoms/std-graphs.orb +24 -24
- package/dist/behaviors/registry/core/atoms/std-modal.orb +19 -19
- package/dist/behaviors/registry/core/atoms/std-pagination.orb +14 -14
- package/dist/behaviors/registry/core/atoms/std-push.orb +48 -90
- package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +205 -190
- package/dist/behaviors/registry/core/atoms/std-related.orb +31 -31
- package/dist/behaviors/registry/core/atoms/std-search.orb +3 -3
- package/dist/behaviors/registry/core/atoms/std-selection.orb +102 -102
- package/dist/behaviors/registry/core/atoms/std-stats.orb +64 -64
- package/dist/behaviors/registry/core/atoms/std-tabs.orb +18 -18
- package/dist/behaviors/registry/core/molecules/std-cart.orb +64 -64
- package/dist/behaviors/registry/core/molecules/std-dashboard.orb +46 -46
- package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +21 -21
- package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +172 -127
- package/dist/behaviors/registry/core/molecules/std-list.orb +63 -63
- package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +145 -130
- package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
- package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +42 -42
- package/dist/behaviors/registry/game/atoms/std-overworld.orb +57 -57
- package/dist/behaviors/registry/game/atoms/std-physics2d.orb +74 -74
- package/dist/behaviors/registry/game/atoms/std-quest.orb +137 -137
- package/dist/behaviors/registry/game/atoms/std-timer.orb +291 -291
- package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +31 -31
- package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +93 -78
- package/dist/behaviors/registry/service/atoms/std-service-email.orb +91 -76
- package/dist/behaviors/registry/service/atoms/std-service-github.orb +103 -83
- package/dist/behaviors/registry/service/atoms/std-service-llm.orb +117 -112
- package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +131 -126
- package/dist/behaviors/registry/service/atoms/std-service-redis.orb +123 -108
- package/dist/behaviors/registry/service/atoms/std-service-storage.orb +125 -105
- package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +113 -103
- package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +102 -92
- package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +119 -114
- package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +985 -873
- package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +1027 -972
- package/dist/behaviors-registry.json +2913 -322
- package/dist/index.d.ts +2 -2
- package/dist/index.js +26 -13
- package/dist/index.js.map +1 -1
- package/dist/modules/agent.d.ts +1 -1
- package/dist/modules/array.d.ts +1 -1
- package/dist/modules/array.js +16 -8
- package/dist/modules/array.js.map +1 -1
- package/dist/modules/async.d.ts +1 -1
- package/dist/modules/composition.d.ts +1 -1
- package/dist/modules/contract.d.ts +1 -1
- package/dist/modules/core.d.ts +1 -1
- package/dist/modules/core.js +6 -3
- package/dist/modules/core.js.map +1 -1
- package/dist/modules/data.d.ts +1 -1
- package/dist/modules/format.d.ts +1 -1
- package/dist/modules/graph.d.ts +1 -1
- package/dist/modules/index.d.ts +1 -1
- package/dist/modules/index.js +26 -13
- package/dist/modules/index.js.map +1 -1
- package/dist/modules/math.d.ts +1 -1
- package/dist/modules/nn.d.ts +1 -1
- package/dist/modules/object.d.ts +1 -1
- package/dist/modules/object.js +4 -2
- package/dist/modules/object.js.map +1 -1
- package/dist/modules/os.d.ts +1 -1
- package/dist/modules/prob.d.ts +1 -1
- package/dist/modules/str.d.ts +1 -1
- package/dist/modules/tensor.d.ts +1 -1
- package/dist/modules/time.d.ts +1 -1
- package/dist/modules/train.d.ts +1 -1
- package/dist/modules/validate.d.ts +1 -1
- package/dist/registry.d.ts +1 -1
- package/dist/registry.js +26 -13
- package/dist/registry.js.map +1 -1
- package/dist/{types-D7dG8fBF.d.ts → types-CdSN5hnD.d.ts} +43 -0
- package/package.json +1 -1
|
@@ -134,7 +134,7 @@
|
|
|
134
134
|
"name": "Select Day",
|
|
135
135
|
"payloadSchema": [
|
|
136
136
|
{
|
|
137
|
-
"name": "
|
|
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
|
-
"
|
|
180
|
+
"content": "Loading calendar…",
|
|
183
181
|
"type": "typography",
|
|
184
182
|
"color": "muted",
|
|
185
|
-
"
|
|
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
|
-
"
|
|
224
|
-
"
|
|
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
|
-
"
|
|
234
|
-
"
|
|
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
|
-
"
|
|
263
|
+
"variant": "caption",
|
|
267
264
|
"name": "date",
|
|
268
|
-
"
|
|
269
|
-
"
|
|
265
|
+
"format": "date",
|
|
266
|
+
"label": "Date"
|
|
270
267
|
},
|
|
271
268
|
{
|
|
272
269
|
"variant": "badge",
|
|
273
|
-
"
|
|
274
|
-
"
|
|
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
|
-
"
|
|
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
|
-
"
|
|
326
|
-
"type": "button"
|
|
322
|
+
"action": "INIT",
|
|
323
|
+
"type": "button",
|
|
324
|
+
"icon": "rotate-ccw"
|
|
327
325
|
}
|
|
328
326
|
],
|
|
329
|
-
"
|
|
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.
|
|
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
|
+
}
|