@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
@@ -256,8 +256,8 @@
256
256
  "ListItem",
257
257
  {
258
258
  "emit": {
259
- "success": "ListItemLoaded",
260
- "failure": "ListItemLoadFailed"
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
- "className": "py-12",
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
- "gap": "md",
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
- "variant": "h2",
314
+ "content": "ListItems",
315
315
  "type": "typography",
316
- "content": "ListItems"
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
- "icon": "plus"
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
- "variant": "badge",
350
+ "name": "status",
361
351
  "label": "Status",
362
- "name": "status"
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
- "className": "max-w-5xl mx-auto w-full",
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
- "className": "py-12",
385
+ "gap": "md",
389
386
  "children": [
390
387
  {
391
388
  "type": "icon",
392
- "color": "destructive",
393
- "name": "alert-triangle"
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
- "success": "ListItemLoaded",
429
- "failure": "ListItemLoadFailed"
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
- "OPEN": "CREATE",
486
- "SAVE": "LIST_ITEM_CREATED"
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
- "OPEN": "EDIT",
515
- "SAVE": "LIST_ITEM_UPDATED"
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
+ }