@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
|
@@ -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
|
-
"
|
|
102
|
-
"
|
|
102
|
+
"icon": "trending-up",
|
|
103
|
+
"format": "number",
|
|
104
|
+
"suffix": " units",
|
|
103
105
|
"aggregation": "avg",
|
|
106
|
+
"label": "Avg Units",
|
|
104
107
|
"variant": "default",
|
|
105
|
-
"
|
|
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
|
-
"
|
|
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
|
-
"
|
|
188
|
-
"
|
|
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
|
-
"
|
|
278
|
-
"
|
|
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
|
-
"
|
|
300
|
+
"content": "Dashboard",
|
|
299
301
|
"type": "typography",
|
|
300
|
-
"
|
|
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
|
-
"
|
|
323
|
-
"
|
|
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
|
-
"
|
|
62
|
-
"
|
|
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
|
-
"
|
|
72
|
+
"field": "status",
|
|
73
73
|
"options": [
|
|
74
74
|
"active",
|
|
75
75
|
"inactive",
|
|
76
76
|
"pending"
|
|
77
77
|
],
|
|
78
78
|
"filterType": "select",
|
|
79
|
-
"
|
|
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
|
-
"
|
|
97
|
+
"label": "Description",
|
|
98
98
|
"variant": "caption",
|
|
99
|
-
"
|
|
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
|
-
"
|
|
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
|
-
"
|
|
258
|
-
"
|
|
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
|
-
"
|
|
272
|
-
"
|
|
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
|
]
|