@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.
- 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/package.json +1 -1
|
@@ -289,21 +289,21 @@
|
|
|
289
289
|
"main",
|
|
290
290
|
{
|
|
291
291
|
"gap": "md",
|
|
292
|
-
"direction": "vertical",
|
|
293
292
|
"align": "center",
|
|
293
|
+
"direction": "vertical",
|
|
294
294
|
"className": "py-12",
|
|
295
|
+
"type": "stack",
|
|
295
296
|
"children": [
|
|
296
297
|
{
|
|
297
298
|
"type": "spinner"
|
|
298
299
|
},
|
|
299
300
|
{
|
|
300
|
-
"type": "typography",
|
|
301
301
|
"content": "Loading activity log…",
|
|
302
302
|
"color": "muted",
|
|
303
|
-
"variant": "caption"
|
|
303
|
+
"variant": "caption",
|
|
304
|
+
"type": "typography"
|
|
304
305
|
}
|
|
305
|
-
]
|
|
306
|
-
"type": "stack"
|
|
306
|
+
]
|
|
307
307
|
}
|
|
308
308
|
]
|
|
309
309
|
]
|
|
@@ -317,52 +317,52 @@
|
|
|
317
317
|
"render-ui",
|
|
318
318
|
"main",
|
|
319
319
|
{
|
|
320
|
-
"gap": "lg",
|
|
321
320
|
"type": "stack",
|
|
322
321
|
"direction": "vertical",
|
|
323
322
|
"children": [
|
|
324
323
|
{
|
|
325
|
-
"direction": "horizontal",
|
|
326
324
|
"gap": "sm",
|
|
327
|
-
"
|
|
328
|
-
"justify": "between",
|
|
325
|
+
"direction": "horizontal",
|
|
329
326
|
"align": "center",
|
|
330
327
|
"children": [
|
|
331
328
|
{
|
|
332
|
-
"type": "stack",
|
|
333
329
|
"direction": "horizontal",
|
|
330
|
+
"type": "stack",
|
|
331
|
+
"align": "center",
|
|
334
332
|
"children": [
|
|
335
333
|
{
|
|
336
|
-
"
|
|
337
|
-
"
|
|
334
|
+
"name": "activity",
|
|
335
|
+
"type": "icon"
|
|
338
336
|
},
|
|
339
337
|
{
|
|
340
|
-
"variant": "h2",
|
|
341
338
|
"content": "Activity Log",
|
|
342
|
-
"type": "typography"
|
|
339
|
+
"type": "typography",
|
|
340
|
+
"variant": "h2"
|
|
343
341
|
}
|
|
344
342
|
],
|
|
345
|
-
"gap": "sm"
|
|
346
|
-
"align": "center"
|
|
343
|
+
"gap": "sm"
|
|
347
344
|
},
|
|
348
345
|
{
|
|
349
|
-
"icon": "trash",
|
|
350
346
|
"label": "Clear",
|
|
351
347
|
"action": "CLEAR",
|
|
348
|
+
"icon": "trash",
|
|
352
349
|
"type": "button",
|
|
353
350
|
"variant": "ghost"
|
|
354
351
|
}
|
|
355
|
-
]
|
|
352
|
+
],
|
|
353
|
+
"justify": "between",
|
|
354
|
+
"type": "stack"
|
|
356
355
|
},
|
|
357
356
|
{
|
|
358
357
|
"type": "divider"
|
|
359
358
|
},
|
|
360
359
|
{
|
|
361
|
-
"
|
|
360
|
+
"entity": "@payload.data",
|
|
362
361
|
"type": "timeline",
|
|
363
|
-
"
|
|
362
|
+
"fields": []
|
|
364
363
|
}
|
|
365
|
-
]
|
|
364
|
+
],
|
|
365
|
+
"gap": "lg"
|
|
366
366
|
}
|
|
367
367
|
]
|
|
368
368
|
]
|
|
@@ -377,9 +377,9 @@
|
|
|
377
377
|
"main",
|
|
378
378
|
{
|
|
379
379
|
"type": "stack",
|
|
380
|
-
"direction": "vertical",
|
|
381
|
-
"gap": "md",
|
|
382
380
|
"className": "py-12",
|
|
381
|
+
"gap": "md",
|
|
382
|
+
"align": "center",
|
|
383
383
|
"children": [
|
|
384
384
|
{
|
|
385
385
|
"type": "icon",
|
|
@@ -387,25 +387,25 @@
|
|
|
387
387
|
"color": "destructive"
|
|
388
388
|
},
|
|
389
389
|
{
|
|
390
|
-
"type": "typography",
|
|
391
390
|
"variant": "h3",
|
|
391
|
+
"type": "typography",
|
|
392
392
|
"content": "Failed to load activity log"
|
|
393
393
|
},
|
|
394
394
|
{
|
|
395
|
-
"type": "typography",
|
|
396
|
-
"variant": "body",
|
|
397
395
|
"content": "@payload.error",
|
|
398
|
-
"color": "muted"
|
|
396
|
+
"color": "muted",
|
|
397
|
+
"type": "typography",
|
|
398
|
+
"variant": "body"
|
|
399
399
|
},
|
|
400
400
|
{
|
|
401
|
-
"label": "Retry",
|
|
402
|
-
"type": "button",
|
|
403
401
|
"variant": "primary",
|
|
402
|
+
"action": "INIT",
|
|
404
403
|
"icon": "rotate-ccw",
|
|
405
|
-
"
|
|
404
|
+
"type": "button",
|
|
405
|
+
"label": "Retry"
|
|
406
406
|
}
|
|
407
407
|
],
|
|
408
|
-
"
|
|
408
|
+
"direction": "vertical"
|
|
409
409
|
}
|
|
410
410
|
]
|
|
411
411
|
]
|
|
@@ -421,14 +421,14 @@
|
|
|
421
421
|
"AgentActivityLog",
|
|
422
422
|
{
|
|
423
423
|
"action": "@payload.action",
|
|
424
|
-
"
|
|
424
|
+
"status": "@payload.status",
|
|
425
425
|
"timestamp": "@now",
|
|
426
|
-
"
|
|
426
|
+
"detail": "@payload.detail"
|
|
427
427
|
},
|
|
428
428
|
{
|
|
429
429
|
"emit": {
|
|
430
|
-
"
|
|
431
|
-
"
|
|
430
|
+
"success": "AgentActivityLogSaved",
|
|
431
|
+
"failure": "AgentActivityLogSaveFailed"
|
|
432
432
|
}
|
|
433
433
|
}
|
|
434
434
|
],
|
|
@@ -438,6 +438,7 @@
|
|
|
438
438
|
{
|
|
439
439
|
"type": "stack",
|
|
440
440
|
"gap": "md",
|
|
441
|
+
"className": "py-12",
|
|
441
442
|
"children": [
|
|
442
443
|
{
|
|
443
444
|
"type": "spinner"
|
|
@@ -445,13 +446,12 @@
|
|
|
445
446
|
{
|
|
446
447
|
"variant": "caption",
|
|
447
448
|
"color": "muted",
|
|
448
|
-
"
|
|
449
|
-
"
|
|
449
|
+
"type": "typography",
|
|
450
|
+
"content": "Recording entry…"
|
|
450
451
|
}
|
|
451
452
|
],
|
|
452
453
|
"align": "center",
|
|
453
|
-
"direction": "vertical"
|
|
454
|
-
"className": "py-12"
|
|
454
|
+
"direction": "vertical"
|
|
455
455
|
}
|
|
456
456
|
]
|
|
457
457
|
]
|
|
@@ -476,22 +476,22 @@
|
|
|
476
476
|
"render-ui",
|
|
477
477
|
"main",
|
|
478
478
|
{
|
|
479
|
-
"direction": "vertical",
|
|
480
479
|
"type": "stack",
|
|
481
|
-
"
|
|
480
|
+
"gap": "md",
|
|
482
481
|
"children": [
|
|
483
482
|
{
|
|
484
483
|
"type": "spinner"
|
|
485
484
|
},
|
|
486
485
|
{
|
|
487
486
|
"content": "Clearing activity log…",
|
|
488
|
-
"
|
|
487
|
+
"type": "typography",
|
|
489
488
|
"variant": "caption",
|
|
490
|
-
"
|
|
489
|
+
"color": "muted"
|
|
491
490
|
}
|
|
492
491
|
],
|
|
492
|
+
"align": "center",
|
|
493
493
|
"className": "py-12",
|
|
494
|
-
"
|
|
494
|
+
"direction": "vertical"
|
|
495
495
|
}
|
|
496
496
|
]
|
|
497
497
|
]
|
|
@@ -529,34 +529,34 @@
|
|
|
529
529
|
"render-ui",
|
|
530
530
|
"main",
|
|
531
531
|
{
|
|
532
|
-
"className": "py-12",
|
|
533
|
-
"gap": "md",
|
|
534
|
-
"direction": "vertical",
|
|
535
532
|
"type": "stack",
|
|
533
|
+
"direction": "vertical",
|
|
534
|
+
"gap": "md",
|
|
536
535
|
"align": "center",
|
|
536
|
+
"className": "py-12",
|
|
537
537
|
"children": [
|
|
538
538
|
{
|
|
539
539
|
"name": "alert-triangle",
|
|
540
|
-
"
|
|
541
|
-
"
|
|
540
|
+
"type": "icon",
|
|
541
|
+
"color": "destructive"
|
|
542
542
|
},
|
|
543
543
|
{
|
|
544
|
+
"variant": "h3",
|
|
544
545
|
"content": "Failed to record entry",
|
|
545
|
-
"type": "typography"
|
|
546
|
-
"variant": "h3"
|
|
546
|
+
"type": "typography"
|
|
547
547
|
},
|
|
548
548
|
{
|
|
549
549
|
"variant": "body",
|
|
550
550
|
"content": "@payload.error",
|
|
551
|
-
"
|
|
552
|
-
"
|
|
551
|
+
"type": "typography",
|
|
552
|
+
"color": "muted"
|
|
553
553
|
},
|
|
554
554
|
{
|
|
555
|
-
"type": "button",
|
|
556
555
|
"label": "Retry",
|
|
557
|
-
"action": "INIT",
|
|
558
556
|
"variant": "primary",
|
|
559
|
-
"icon": "rotate-ccw"
|
|
557
|
+
"icon": "rotate-ccw",
|
|
558
|
+
"action": "INIT",
|
|
559
|
+
"type": "button"
|
|
560
560
|
}
|
|
561
561
|
]
|
|
562
562
|
}
|
|
@@ -596,36 +596,36 @@
|
|
|
596
596
|
"render-ui",
|
|
597
597
|
"main",
|
|
598
598
|
{
|
|
599
|
+
"type": "stack",
|
|
599
600
|
"align": "center",
|
|
600
|
-
"className": "py-12",
|
|
601
601
|
"children": [
|
|
602
602
|
{
|
|
603
603
|
"color": "destructive",
|
|
604
|
-
"
|
|
605
|
-
"
|
|
604
|
+
"name": "alert-triangle",
|
|
605
|
+
"type": "icon"
|
|
606
606
|
},
|
|
607
607
|
{
|
|
608
608
|
"type": "typography",
|
|
609
|
-
"
|
|
610
|
-
"
|
|
609
|
+
"variant": "h3",
|
|
610
|
+
"content": "Failed to clear activity log"
|
|
611
611
|
},
|
|
612
612
|
{
|
|
613
|
+
"variant": "body",
|
|
613
614
|
"type": "typography",
|
|
614
615
|
"content": "@payload.error",
|
|
615
|
-
"variant": "body",
|
|
616
616
|
"color": "muted"
|
|
617
617
|
},
|
|
618
618
|
{
|
|
619
|
-
"
|
|
619
|
+
"variant": "primary",
|
|
620
620
|
"label": "Retry",
|
|
621
|
+
"action": "INIT",
|
|
621
622
|
"icon": "rotate-ccw",
|
|
622
|
-
"
|
|
623
|
-
"action": "INIT"
|
|
623
|
+
"type": "button"
|
|
624
624
|
}
|
|
625
625
|
],
|
|
626
|
-
"
|
|
627
|
-
"
|
|
628
|
-
"
|
|
626
|
+
"className": "py-12",
|
|
627
|
+
"gap": "md",
|
|
628
|
+
"direction": "vertical"
|
|
629
629
|
}
|
|
630
630
|
]
|
|
631
631
|
]
|
|
@@ -672,4 +672,4 @@
|
|
|
672
672
|
]
|
|
673
673
|
}
|
|
674
674
|
]
|
|
675
|
-
}
|
|
675
|
+
}
|