@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
|
@@ -256,8 +256,8 @@
|
|
|
256
256
|
"ListItem",
|
|
257
257
|
{
|
|
258
258
|
"emit": {
|
|
259
|
-
"
|
|
260
|
-
"
|
|
259
|
+
"failure": "ListItemLoadFailed",
|
|
260
|
+
"success": "ListItemLoaded"
|
|
261
261
|
}
|
|
262
262
|
}
|
|
263
263
|
],
|
|
@@ -265,22 +265,22 @@
|
|
|
265
265
|
"render-ui",
|
|
266
266
|
"main",
|
|
267
267
|
{
|
|
268
|
-
"
|
|
268
|
+
"align": "center",
|
|
269
|
+
"direction": "vertical",
|
|
270
|
+
"type": "stack",
|
|
269
271
|
"gap": "md",
|
|
272
|
+
"className": "py-12",
|
|
270
273
|
"children": [
|
|
271
274
|
{
|
|
272
275
|
"type": "spinner"
|
|
273
276
|
},
|
|
274
277
|
{
|
|
275
278
|
"type": "typography",
|
|
279
|
+
"variant": "caption",
|
|
276
280
|
"color": "muted",
|
|
277
|
-
"content": "Loading list…"
|
|
278
|
-
"variant": "caption"
|
|
281
|
+
"content": "Loading list…"
|
|
279
282
|
}
|
|
280
|
-
]
|
|
281
|
-
"type": "stack",
|
|
282
|
-
"direction": "vertical",
|
|
283
|
-
"align": "center"
|
|
283
|
+
]
|
|
284
284
|
}
|
|
285
285
|
]
|
|
286
286
|
]
|
|
@@ -294,35 +294,38 @@
|
|
|
294
294
|
"render-ui",
|
|
295
295
|
"main",
|
|
296
296
|
{
|
|
297
|
+
"type": "stack",
|
|
298
|
+
"className": "max-w-5xl mx-auto w-full",
|
|
299
|
+
"gap": "lg",
|
|
297
300
|
"children": [
|
|
298
301
|
{
|
|
299
|
-
"
|
|
302
|
+
"justify": "between",
|
|
300
303
|
"type": "stack",
|
|
304
|
+
"gap": "md",
|
|
301
305
|
"direction": "horizontal",
|
|
302
|
-
"justify": "between",
|
|
303
306
|
"children": [
|
|
304
307
|
{
|
|
305
|
-
"direction": "horizontal",
|
|
306
|
-
"gap": "md",
|
|
307
|
-
"type": "stack",
|
|
308
308
|
"children": [
|
|
309
309
|
{
|
|
310
310
|
"name": "list",
|
|
311
311
|
"type": "icon"
|
|
312
312
|
},
|
|
313
313
|
{
|
|
314
|
-
"
|
|
314
|
+
"content": "ListItems",
|
|
315
315
|
"type": "typography",
|
|
316
|
-
"
|
|
316
|
+
"variant": "h2"
|
|
317
317
|
}
|
|
318
|
-
]
|
|
318
|
+
],
|
|
319
|
+
"gap": "md",
|
|
320
|
+
"direction": "horizontal",
|
|
321
|
+
"type": "stack"
|
|
319
322
|
},
|
|
320
323
|
{
|
|
321
|
-
"label": "Create",
|
|
322
324
|
"type": "button",
|
|
323
325
|
"action": "CREATE",
|
|
326
|
+
"icon": "plus",
|
|
324
327
|
"variant": "primary",
|
|
325
|
-
"
|
|
328
|
+
"label": "Create"
|
|
326
329
|
}
|
|
327
330
|
]
|
|
328
331
|
},
|
|
@@ -330,20 +333,7 @@
|
|
|
330
333
|
"type": "divider"
|
|
331
334
|
},
|
|
332
335
|
{
|
|
333
|
-
"entity": "@payload.data",
|
|
334
336
|
"type": "data-grid",
|
|
335
|
-
"itemActions": [
|
|
336
|
-
{
|
|
337
|
-
"event": "EDIT",
|
|
338
|
-
"label": "Edit",
|
|
339
|
-
"variant": "ghost"
|
|
340
|
-
},
|
|
341
|
-
{
|
|
342
|
-
"event": "DELETE",
|
|
343
|
-
"label": "Delete",
|
|
344
|
-
"variant": "danger"
|
|
345
|
-
}
|
|
346
|
-
],
|
|
347
337
|
"fields": [
|
|
348
338
|
{
|
|
349
339
|
"icon": "list",
|
|
@@ -352,22 +342,32 @@
|
|
|
352
342
|
"variant": "h4"
|
|
353
343
|
},
|
|
354
344
|
{
|
|
355
|
-
"variant": "caption",
|
|
356
345
|
"name": "description",
|
|
357
|
-
"label": "Description"
|
|
346
|
+
"label": "Description",
|
|
347
|
+
"variant": "caption"
|
|
358
348
|
},
|
|
359
349
|
{
|
|
360
|
-
"
|
|
350
|
+
"name": "status",
|
|
361
351
|
"label": "Status",
|
|
362
|
-
"
|
|
352
|
+
"variant": "badge"
|
|
353
|
+
}
|
|
354
|
+
],
|
|
355
|
+
"entity": "@payload.data",
|
|
356
|
+
"itemActions": [
|
|
357
|
+
{
|
|
358
|
+
"label": "Edit",
|
|
359
|
+
"variant": "ghost",
|
|
360
|
+
"event": "EDIT"
|
|
361
|
+
},
|
|
362
|
+
{
|
|
363
|
+
"label": "Delete",
|
|
364
|
+
"event": "DELETE",
|
|
365
|
+
"variant": "danger"
|
|
363
366
|
}
|
|
364
367
|
]
|
|
365
368
|
}
|
|
366
369
|
],
|
|
367
|
-
"
|
|
368
|
-
"direction": "vertical",
|
|
369
|
-
"type": "stack",
|
|
370
|
-
"gap": "lg"
|
|
370
|
+
"direction": "vertical"
|
|
371
371
|
}
|
|
372
372
|
]
|
|
373
373
|
]
|
|
@@ -381,16 +381,13 @@
|
|
|
381
381
|
"render-ui",
|
|
382
382
|
"main",
|
|
383
383
|
{
|
|
384
|
-
"type": "stack",
|
|
385
|
-
"align": "center",
|
|
386
|
-
"gap": "md",
|
|
387
384
|
"direction": "vertical",
|
|
388
|
-
"
|
|
385
|
+
"gap": "md",
|
|
389
386
|
"children": [
|
|
390
387
|
{
|
|
391
388
|
"type": "icon",
|
|
392
|
-
"
|
|
393
|
-
"
|
|
389
|
+
"name": "alert-triangle",
|
|
390
|
+
"color": "destructive"
|
|
394
391
|
},
|
|
395
392
|
{
|
|
396
393
|
"type": "typography",
|
|
@@ -399,18 +396,21 @@
|
|
|
399
396
|
},
|
|
400
397
|
{
|
|
401
398
|
"variant": "body",
|
|
399
|
+
"content": "@payload.error",
|
|
402
400
|
"color": "muted",
|
|
403
|
-
"type": "typography"
|
|
404
|
-
"content": "@payload.error"
|
|
401
|
+
"type": "typography"
|
|
405
402
|
},
|
|
406
403
|
{
|
|
407
|
-
"variant": "primary",
|
|
408
|
-
"action": "INIT",
|
|
409
404
|
"icon": "rotate-ccw",
|
|
410
405
|
"label": "Retry",
|
|
406
|
+
"variant": "primary",
|
|
407
|
+
"action": "INIT",
|
|
411
408
|
"type": "button"
|
|
412
409
|
}
|
|
413
|
-
]
|
|
410
|
+
],
|
|
411
|
+
"align": "center",
|
|
412
|
+
"className": "py-12",
|
|
413
|
+
"type": "stack"
|
|
414
414
|
}
|
|
415
415
|
]
|
|
416
416
|
]
|
|
@@ -425,8 +425,8 @@
|
|
|
425
425
|
"ListItem",
|
|
426
426
|
{
|
|
427
427
|
"emit": {
|
|
428
|
-
"
|
|
429
|
-
"
|
|
428
|
+
"failure": "ListItemLoadFailed",
|
|
429
|
+
"success": "ListItemLoaded"
|
|
430
430
|
}
|
|
431
431
|
}
|
|
432
432
|
],
|
|
@@ -472,18 +472,18 @@
|
|
|
472
472
|
"name": "ListItemCreate",
|
|
473
473
|
"linkedEntity": "ListItem",
|
|
474
474
|
"config": {
|
|
475
|
-
"icon": "plus-circle",
|
|
476
475
|
"fields": [
|
|
477
476
|
"name",
|
|
478
477
|
"description",
|
|
479
478
|
"status"
|
|
480
479
|
],
|
|
481
480
|
"title": "Create ListItem",
|
|
481
|
+
"icon": "plus-circle",
|
|
482
482
|
"mode": "create"
|
|
483
483
|
},
|
|
484
484
|
"events": {
|
|
485
|
-
"
|
|
486
|
-
"
|
|
485
|
+
"SAVE": "LIST_ITEM_CREATED",
|
|
486
|
+
"OPEN": "CREATE"
|
|
487
487
|
},
|
|
488
488
|
"listens": [
|
|
489
489
|
{
|
|
@@ -502,17 +502,17 @@
|
|
|
502
502
|
"linkedEntity": "ListItem",
|
|
503
503
|
"config": {
|
|
504
504
|
"icon": "edit",
|
|
505
|
+
"mode": "edit",
|
|
506
|
+
"title": "Edit ListItem",
|
|
505
507
|
"fields": [
|
|
506
508
|
"name",
|
|
507
509
|
"description",
|
|
508
510
|
"status"
|
|
509
|
-
]
|
|
510
|
-
"title": "Edit ListItem",
|
|
511
|
-
"mode": "edit"
|
|
511
|
+
]
|
|
512
512
|
},
|
|
513
513
|
"events": {
|
|
514
|
-
"
|
|
515
|
-
"
|
|
514
|
+
"SAVE": "LIST_ITEM_UPDATED",
|
|
515
|
+
"OPEN": "EDIT"
|
|
516
516
|
},
|
|
517
517
|
"listens": [
|
|
518
518
|
{
|
|
@@ -530,9 +530,9 @@
|
|
|
530
530
|
"name": "ListItemDelete",
|
|
531
531
|
"linkedEntity": "ListItem",
|
|
532
532
|
"config": {
|
|
533
|
+
"confirmLabel": "Delete",
|
|
533
534
|
"title": "Delete ListItem",
|
|
534
535
|
"icon": "alert-triangle",
|
|
535
|
-
"confirmLabel": "Delete",
|
|
536
536
|
"alertMessage": "This action cannot be undone."
|
|
537
537
|
},
|
|
538
538
|
"events": {
|
|
@@ -763,4 +763,4 @@
|
|
|
763
763
|
]
|
|
764
764
|
}
|
|
765
765
|
]
|
|
766
|
-
}
|
|
766
|
+
}
|