@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
@@ -64,20 +64,17 @@
64
64
  "ref": "Stats.traits.StatsItemStats",
65
65
  "name": "DashboardSummary",
66
66
  "config": {
67
+ "title": "Summary",
67
68
  "metrics": [
68
69
  {
69
- "label": "Total Items",
70
- "icon": "list",
71
70
  "aggregation": "count",
71
+ "label": "Total Items",
72
72
  "variant": "primary",
73
+ "icon": "list",
73
74
  "format": "number"
74
75
  },
75
76
  {
76
- "aggregation": "count",
77
- "label": "Active",
78
- "icon": "check-circle",
79
77
  "variant": "success",
80
- "format": "number",
81
78
  "filter": [
82
79
  "fn",
83
80
  "row",
@@ -86,28 +83,31 @@
86
83
  "@row.status",
87
84
  "active"
88
85
  ]
89
- ]
86
+ ],
87
+ "aggregation": "count",
88
+ "label": "Active",
89
+ "format": "number",
90
+ "icon": "check-circle"
90
91
  },
91
92
  {
93
+ "label": "Total Revenue",
92
94
  "variant": "info",
95
+ "format": "currency",
93
96
  "field": "amount",
94
97
  "target": 10000.0,
95
98
  "aggregation": "sum",
96
- "icon": "dollar-sign",
97
- "label": "Total Revenue",
98
- "format": "currency"
99
+ "icon": "dollar-sign"
99
100
  },
100
101
  {
101
- "label": "Avg Units",
102
- "field": "units",
102
+ "icon": "trending-up",
103
+ "format": "number",
104
+ "suffix": " units",
103
105
  "aggregation": "avg",
106
+ "label": "Avg Units",
104
107
  "variant": "default",
105
- "suffix": " units",
106
- "icon": "trending-up",
107
- "format": "number"
108
+ "field": "units"
108
109
  }
109
- ],
110
- "title": "Summary"
110
+ ]
111
111
  },
112
112
  "listens": [
113
113
  {
@@ -124,12 +124,12 @@
124
124
  "ref": "Graphs.traits.GraphItemGraph",
125
125
  "name": "DashboardCategoryChart",
126
126
  "config": {
127
- "showLegend": false,
127
+ "aggregation": "count",
128
128
  "title": "Items by Category",
129
+ "height": 280.0,
130
+ "showLegend": false,
129
131
  "subtitle": "Count across categories",
130
132
  "chartType": "bar",
131
- "aggregation": "count",
132
- "height": 280.0,
133
133
  "categoryField": "category"
134
134
  },
135
135
  "listens": [
@@ -147,12 +147,12 @@
147
147
  "ref": "Graphs.traits.GraphItemGraph",
148
148
  "name": "DashboardStatusChart",
149
149
  "config": {
150
- "title": "Status Mix",
151
- "chartType": "donut",
152
- "aggregation": "count",
153
- "showLegend": true,
154
150
  "categoryField": "status",
155
- "height": 280.0
151
+ "height": 280.0,
152
+ "showLegend": true,
153
+ "aggregation": "count",
154
+ "chartType": "donut",
155
+ "title": "Status Mix"
156
156
  },
157
157
  "listens": [
158
158
  {
@@ -170,12 +170,13 @@
170
170
  "name": "DashboardItemBrowse",
171
171
  "linkedEntity": "DashboardItem",
172
172
  "config": {
173
+ "pageSize": 100.0,
173
174
  "displayPageSize": 5.0,
174
175
  "fields": [
175
176
  {
177
+ "variant": "h4",
176
178
  "name": "name",
177
- "label": "Name",
178
- "variant": "h4"
179
+ "label": "Name"
179
180
  },
180
181
  {
181
182
  "name": "category",
@@ -184,16 +185,15 @@
184
185
  },
185
186
  {
186
187
  "name": "status",
187
- "variant": "badge",
188
- "label": "Status"
188
+ "label": "Status",
189
+ "variant": "badge"
189
190
  },
190
191
  {
191
192
  "label": "Amount",
192
193
  "name": "amount",
193
194
  "variant": "caption"
194
195
  }
195
- ],
196
- "pageSize": 100.0
196
+ ]
197
197
  }
198
198
  },
199
199
  {
@@ -274,8 +274,8 @@
274
274
  "DashboardItem",
275
275
  {
276
276
  "emit": {
277
- "success": "DashboardItemLoaded",
278
- "failure": "DashboardItemLoadFailed"
277
+ "failure": "DashboardItemLoadFailed",
278
+ "success": "DashboardItemLoaded"
279
279
  }
280
280
  }
281
281
  ],
@@ -283,50 +283,50 @@
283
283
  "render-ui",
284
284
  "main",
285
285
  {
286
+ "gap": "lg",
287
+ "className": "max-w-6xl mx-auto w-full p-4",
288
+ "type": "stack",
286
289
  "children": [
287
290
  {
288
- "align": "center",
289
291
  "type": "stack",
292
+ "align": "center",
290
293
  "direction": "horizontal",
291
- "gap": "sm",
292
294
  "children": [
293
295
  {
294
296
  "name": "bar-chart-2",
295
297
  "type": "icon"
296
298
  },
297
299
  {
298
- "variant": "h2",
300
+ "content": "Dashboard",
299
301
  "type": "typography",
300
- "content": "Dashboard"
302
+ "variant": "h2"
301
303
  }
302
- ]
304
+ ],
305
+ "gap": "sm"
303
306
  },
304
307
  {
305
308
  "type": "divider"
306
309
  },
307
310
  "@trait.DashboardSummary",
308
311
  {
309
- "cols": 2.0,
310
- "gap": "md",
311
312
  "children": [
312
313
  "@trait.DashboardCategoryChart",
313
314
  "@trait.DashboardStatusChart"
314
315
  ],
315
- "type": "simple-grid"
316
+ "type": "simple-grid",
317
+ "gap": "md",
318
+ "cols": 2.0
316
319
  },
317
320
  {
318
321
  "type": "divider"
319
322
  },
320
323
  {
321
324
  "type": "typography",
322
- "variant": "h3",
323
- "content": "Recent Items"
325
+ "content": "Recent Items",
326
+ "variant": "h3"
324
327
  },
325
328
  "@trait.DashboardItemBrowse"
326
329
  ],
327
- "gap": "lg",
328
- "className": "max-w-6xl mx-auto w-full p-4",
329
- "type": "stack",
330
330
  "direction": "vertical"
331
331
  }
332
332
  ]
@@ -58,8 +58,8 @@
58
58
  "ref": "Search.traits.SearchResultSearch",
59
59
  "name": "FilteredItemSearch",
60
60
  "config": {
61
- "event": "SEARCH",
62
- "placeholder": "Search filtered items…"
61
+ "placeholder": "Search filtered items…",
62
+ "event": "SEARCH"
63
63
  }
64
64
  },
65
65
  {
@@ -69,14 +69,14 @@
69
69
  "event": "FILTER",
70
70
  "filters": [
71
71
  {
72
- "label": "Status",
72
+ "field": "status",
73
73
  "options": [
74
74
  "active",
75
75
  "inactive",
76
76
  "pending"
77
77
  ],
78
78
  "filterType": "select",
79
- "field": "status"
79
+ "label": "Status"
80
80
  }
81
81
  ]
82
82
  }
@@ -89,14 +89,14 @@
89
89
  "pageSize": 3.0,
90
90
  "fields": [
91
91
  {
92
+ "label": "Name",
92
93
  "variant": "h4",
93
- "name": "name",
94
- "label": "Name"
94
+ "name": "name"
95
95
  },
96
96
  {
97
- "name": "description",
97
+ "label": "Description",
98
98
  "variant": "caption",
99
- "label": "Description"
99
+ "name": "description"
100
100
  },
101
101
  {
102
102
  "variant": "badge",
@@ -237,16 +237,11 @@
237
237
  "render-ui",
238
238
  "main",
239
239
  {
240
- "direction": "vertical",
241
- "gap": "md",
242
- "className": "max-w-5xl mx-auto w-full",
243
- "type": "stack",
244
240
  "children": [
245
241
  {
246
- "align": "center",
247
- "type": "stack",
248
242
  "direction": "horizontal",
249
- "gap": "sm",
243
+ "type": "stack",
244
+ "align": "center",
250
245
  "children": [
251
246
  {
252
247
  "type": "icon",
@@ -254,10 +249,11 @@
254
249
  },
255
250
  {
256
251
  "type": "typography",
257
- "variant": "h2",
258
- "content": "Filtered List"
252
+ "content": "Filtered List",
253
+ "variant": "h2"
259
254
  }
260
- ]
255
+ ],
256
+ "gap": "sm"
261
257
  },
262
258
  {
263
259
  "type": "divider"
@@ -268,12 +264,16 @@
268
264
  "@trait.FilteredItemSearch",
269
265
  "@trait.FilteredItemFilter"
270
266
  ],
271
- "direction": "horizontal",
272
- "gap": "sm"
267
+ "gap": "sm",
268
+ "direction": "horizontal"
273
269
  },
274
270
  "@trait.FilteredItemBrowse",
275
271
  "@trait.FilteredItemPagination"
276
- ]
272
+ ],
273
+ "gap": "md",
274
+ "direction": "vertical",
275
+ "className": "max-w-5xl mx-auto w-full",
276
+ "type": "stack"
277
277
  }
278
278
  ]
279
279
  ]