@almadar/std 8.5.1 → 9.0.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 +97 -97
- package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +129 -129
- package/behaviors/registry/agent/atoms/std-agent-classifier.orb +127 -127
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +133 -133
- package/behaviors/registry/agent/atoms/std-agent-context-window.orb +419 -419
- package/behaviors/registry/agent/atoms/std-agent-conversation.orb +100 -100
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +112 -112
- package/behaviors/registry/agent/atoms/std-agent-provider.orb +138 -138
- package/behaviors/registry/agent/atoms/std-agent-search.orb +78 -78
- package/behaviors/registry/agent/atoms/std-agent-session.orb +171 -171
- package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +202 -202
- package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +358 -358
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +79 -79
- package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +204 -204
- package/behaviors/registry/agent/molecules/std-agent-learner.orb +190 -190
- package/behaviors/registry/agent/molecules/std-agent-planner.orb +152 -152
- package/behaviors/registry/agent/molecules/std-agent-rag.orb +115 -115
- package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
- package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1219 -1219
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +2995 -2995
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2285 -2285
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1063 -1063
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +876 -876
- package/behaviors/registry/app/organisms/std-api-gateway.orb +840 -840
- package/behaviors/registry/app/organisms/std-booking-system.orb +1248 -1248
- package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +816 -816
- package/behaviors/registry/app/organisms/std-cms.orb +587 -587
- package/behaviors/registry/app/organisms/std-coding-academy.orb +416 -416
- package/behaviors/registry/app/organisms/std-crm.orb +966 -966
- package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1375 -1375
- package/behaviors/registry/app/organisms/std-ecommerce.orb +1109 -1109
- package/behaviors/registry/app/organisms/std-finance-tracker.orb +716 -716
- package/behaviors/registry/app/organisms/std-healthcare.orb +1473 -1473
- package/behaviors/registry/app/organisms/std-helpdesk.orb +693 -693
- package/behaviors/registry/app/organisms/std-hr-portal.orb +1252 -1252
- package/behaviors/registry/app/organisms/std-iot-dashboard.orb +895 -895
- package/behaviors/registry/app/organisms/std-lms.orb +876 -876
- package/behaviors/registry/app/organisms/std-project-manager.orb +790 -790
- package/behaviors/registry/app/organisms/std-realtime-chat.orb +740 -740
- package/behaviors/registry/app/organisms/std-social-feed.orb +266 -266
- package/behaviors/registry/app/organisms/std-trading-dashboard.orb +699 -699
- package/behaviors/registry/core/atoms/std-browse.orb +67 -67
- package/behaviors/registry/core/atoms/std-cache-aside.orb +97 -97
- package/behaviors/registry/core/atoms/std-calendar.orb +62 -62
- package/behaviors/registry/core/atoms/std-circuit-breaker.orb +188 -188
- package/behaviors/registry/core/atoms/std-confirmation.orb +34 -34
- package/behaviors/registry/core/atoms/std-display.orb +370 -370
- package/behaviors/registry/core/atoms/std-drawer.orb +61 -61
- package/behaviors/registry/core/atoms/std-filter.orb +63 -63
- package/behaviors/registry/core/atoms/std-gallery.orb +55 -55
- package/behaviors/registry/core/atoms/std-modal.orb +19 -19
- package/behaviors/registry/core/atoms/std-pagination.orb +53 -53
- package/behaviors/registry/core/atoms/std-push.orb +49 -49
- package/behaviors/registry/core/atoms/std-rate-limiter.orb +185 -185
- package/behaviors/registry/core/atoms/std-related.orb +39 -39
- package/behaviors/registry/core/atoms/std-search.orb +73 -73
- package/behaviors/registry/core/atoms/std-selection.orb +110 -110
- package/behaviors/registry/core/atoms/std-tabs.orb +47 -47
- package/behaviors/registry/core/molecules/std-cart.orb +60 -60
- package/behaviors/registry/core/molecules/std-filtered-list.orb +11 -11
- package/behaviors/registry/core/molecules/std-form-advanced.orb +140 -140
- package/behaviors/registry/core/molecules/std-list.orb +68 -68
- package/behaviors/registry/core/molecules/std-wizard-form.orb +152 -152
- package/behaviors/registry/game/atoms/std-collision.orb +140 -140
- package/behaviors/registry/game/atoms/std-combat.orb +76 -76
- package/behaviors/registry/game/atoms/std-dialogue-box.orb +27 -27
- package/behaviors/registry/game/atoms/std-game-canvas2d.orb +47 -47
- package/behaviors/registry/game/atoms/std-gameflow.orb +49 -49
- package/behaviors/registry/game/atoms/std-movement.orb +276 -276
- package/behaviors/registry/game/atoms/std-overworld.orb +64 -64
- package/behaviors/registry/game/atoms/std-physics2d.orb +88 -88
- package/behaviors/registry/game/atoms/std-quest.orb +129 -129
- package/behaviors/registry/game/atoms/std-timer.orb +285 -285
- package/behaviors/registry/game/organisms/std-arcade-game.orb +172 -172
- package/behaviors/registry/game/organisms/std-logic-training.orb +89 -89
- package/behaviors/registry/game/organisms/std-platformer-app.orb +281 -281
- package/behaviors/registry/game/organisms/std-puzzle-app.orb +110 -110
- package/behaviors/registry/game/organisms/std-rpg-game.orb +446 -446
- package/behaviors/registry/game/organisms/std-stem-lab.orb +349 -349
- package/behaviors/registry/game/organisms/std-strategy-game.orb +550 -550
- package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +35 -35
- package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +93 -93
- package/behaviors/registry/service/atoms/std-service-email.orb +92 -92
- package/behaviors/registry/service/atoms/std-service-github.orb +111 -111
- package/behaviors/registry/service/atoms/std-service-llm.orb +132 -132
- package/behaviors/registry/service/atoms/std-service-oauth.orb +133 -133
- package/behaviors/registry/service/atoms/std-service-redis.orb +114 -114
- package/behaviors/registry/service/atoms/std-service-storage.orb +140 -140
- package/behaviors/registry/service/atoms/std-service-stripe.orb +115 -115
- package/behaviors/registry/service/atoms/std-service-twilio.orb +131 -131
- package/behaviors/registry/service/atoms/std-service-youtube.orb +128 -128
- package/behaviors/registry/service/organisms/std-service-marketplace.orb +1092 -1092
- package/behaviors/registry/service/organisms/std-service-research-assistant.orb +978 -978
- package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +97 -97
- package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +129 -129
- package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +127 -127
- package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +133 -133
- package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +419 -419
- package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +100 -100
- package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +112 -112
- package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +138 -138
- package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +78 -78
- package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +171 -171
- package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +202 -202
- package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +358 -358
- package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +79 -79
- package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +204 -204
- package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +190 -190
- package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +152 -152
- package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +115 -115
- package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1219 -1219
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +2995 -2995
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2285 -2285
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1063 -1063
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +876 -876
- package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +840 -840
- package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1248 -1248
- package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +816 -816
- package/dist/behaviors/registry/app/organisms/std-cms.orb +587 -587
- package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +416 -416
- package/dist/behaviors/registry/app/organisms/std-crm.orb +966 -966
- package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1375 -1375
- package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +1109 -1109
- package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +716 -716
- package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1473 -1473
- package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +693 -693
- package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1252 -1252
- package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +895 -895
- package/dist/behaviors/registry/app/organisms/std-lms.orb +876 -876
- package/dist/behaviors/registry/app/organisms/std-project-manager.orb +790 -790
- package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +740 -740
- package/dist/behaviors/registry/app/organisms/std-social-feed.orb +266 -266
- package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +699 -699
- package/dist/behaviors/registry/core/atoms/std-browse.orb +67 -67
- package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +97 -97
- package/dist/behaviors/registry/core/atoms/std-calendar.orb +62 -62
- package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +188 -188
- package/dist/behaviors/registry/core/atoms/std-confirmation.orb +34 -34
- package/dist/behaviors/registry/core/atoms/std-display.orb +370 -370
- package/dist/behaviors/registry/core/atoms/std-drawer.orb +61 -61
- package/dist/behaviors/registry/core/atoms/std-filter.orb +63 -63
- package/dist/behaviors/registry/core/atoms/std-gallery.orb +55 -55
- package/dist/behaviors/registry/core/atoms/std-modal.orb +19 -19
- package/dist/behaviors/registry/core/atoms/std-pagination.orb +53 -53
- package/dist/behaviors/registry/core/atoms/std-push.orb +49 -49
- package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +185 -185
- package/dist/behaviors/registry/core/atoms/std-related.orb +39 -39
- package/dist/behaviors/registry/core/atoms/std-search.orb +73 -73
- package/dist/behaviors/registry/core/atoms/std-selection.orb +110 -110
- package/dist/behaviors/registry/core/atoms/std-tabs.orb +47 -47
- package/dist/behaviors/registry/core/molecules/std-cart.orb +60 -60
- package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +11 -11
- package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +140 -140
- package/dist/behaviors/registry/core/molecules/std-list.orb +68 -68
- package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +152 -152
- package/dist/behaviors/registry/game/atoms/std-collision.orb +140 -140
- package/dist/behaviors/registry/game/atoms/std-combat.orb +76 -76
- package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +27 -27
- package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +47 -47
- package/dist/behaviors/registry/game/atoms/std-gameflow.orb +49 -49
- package/dist/behaviors/registry/game/atoms/std-movement.orb +276 -276
- package/dist/behaviors/registry/game/atoms/std-overworld.orb +64 -64
- package/dist/behaviors/registry/game/atoms/std-physics2d.orb +88 -88
- package/dist/behaviors/registry/game/atoms/std-quest.orb +129 -129
- package/dist/behaviors/registry/game/atoms/std-timer.orb +285 -285
- package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +172 -172
- package/dist/behaviors/registry/game/organisms/std-logic-training.orb +89 -89
- package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +281 -281
- package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +110 -110
- package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +446 -446
- package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +349 -349
- package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +550 -550
- package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +35 -35
- package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +93 -93
- package/dist/behaviors/registry/service/atoms/std-service-email.orb +92 -92
- package/dist/behaviors/registry/service/atoms/std-service-github.orb +111 -111
- package/dist/behaviors/registry/service/atoms/std-service-llm.orb +132 -132
- package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +133 -133
- package/dist/behaviors/registry/service/atoms/std-service-redis.orb +114 -114
- package/dist/behaviors/registry/service/atoms/std-service-storage.orb +140 -140
- package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +115 -115
- package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +131 -131
- package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +128 -128
- package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +1092 -1092
- package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +978 -978
- package/package.json +1 -1
|
@@ -83,7 +83,7 @@
|
|
|
83
83
|
{
|
|
84
84
|
"event": "CLASSIFIED",
|
|
85
85
|
"scope": "external",
|
|
86
|
-
"
|
|
86
|
+
"payloadSchema": [
|
|
87
87
|
{
|
|
88
88
|
"name": "id",
|
|
89
89
|
"type": "string"
|
|
@@ -94,7 +94,7 @@
|
|
|
94
94
|
"event": "AgentClassifierLoaded",
|
|
95
95
|
"description": "Fired when AgentClassifier finishes loading",
|
|
96
96
|
"scope": "internal",
|
|
97
|
-
"
|
|
97
|
+
"payloadSchema": [
|
|
98
98
|
{
|
|
99
99
|
"name": "id",
|
|
100
100
|
"type": "string"
|
|
@@ -145,7 +145,7 @@
|
|
|
145
145
|
"event": "AgentClassifierLoadFailed",
|
|
146
146
|
"description": "Fired when AgentClassifier fails to load",
|
|
147
147
|
"scope": "internal",
|
|
148
|
-
"
|
|
148
|
+
"payloadSchema": [
|
|
149
149
|
{
|
|
150
150
|
"name": "message",
|
|
151
151
|
"type": "string"
|
|
@@ -155,7 +155,7 @@
|
|
|
155
155
|
{
|
|
156
156
|
"event": "AgentClassifierSaved",
|
|
157
157
|
"scope": "internal",
|
|
158
|
-
"
|
|
158
|
+
"payloadSchema": [
|
|
159
159
|
{
|
|
160
160
|
"name": "id",
|
|
161
161
|
"type": "string"
|
|
@@ -165,7 +165,7 @@
|
|
|
165
165
|
{
|
|
166
166
|
"event": "AgentClassifierSaveFailed",
|
|
167
167
|
"scope": "internal",
|
|
168
|
-
"
|
|
168
|
+
"payloadSchema": [
|
|
169
169
|
{
|
|
170
170
|
"name": "error",
|
|
171
171
|
"type": "string"
|
|
@@ -203,7 +203,7 @@
|
|
|
203
203
|
{
|
|
204
204
|
"key": "SAVE",
|
|
205
205
|
"name": "Save",
|
|
206
|
-
"
|
|
206
|
+
"payloadSchema": [
|
|
207
207
|
{
|
|
208
208
|
"name": "data",
|
|
209
209
|
"type": "object",
|
|
@@ -218,7 +218,7 @@
|
|
|
218
218
|
{
|
|
219
219
|
"key": "AgentClassifierLoaded",
|
|
220
220
|
"name": "AgentClassifier loaded",
|
|
221
|
-
"
|
|
221
|
+
"payloadSchema": [
|
|
222
222
|
{
|
|
223
223
|
"name": "id",
|
|
224
224
|
"type": "string"
|
|
@@ -268,7 +268,7 @@
|
|
|
268
268
|
{
|
|
269
269
|
"key": "AgentClassifierLoadFailed",
|
|
270
270
|
"name": "AgentClassifier load failed",
|
|
271
|
-
"
|
|
271
|
+
"payloadSchema": [
|
|
272
272
|
{
|
|
273
273
|
"name": "message",
|
|
274
274
|
"type": "string"
|
|
@@ -278,7 +278,7 @@
|
|
|
278
278
|
{
|
|
279
279
|
"key": "AgentClassifierSaved",
|
|
280
280
|
"name": "AgentClassifier saved",
|
|
281
|
-
"
|
|
281
|
+
"payloadSchema": [
|
|
282
282
|
{
|
|
283
283
|
"name": "id",
|
|
284
284
|
"type": "string"
|
|
@@ -288,7 +288,7 @@
|
|
|
288
288
|
{
|
|
289
289
|
"key": "AgentClassifierSaveFailed",
|
|
290
290
|
"name": "AgentClassifier save failed",
|
|
291
|
-
"
|
|
291
|
+
"payloadSchema": [
|
|
292
292
|
{
|
|
293
293
|
"name": "error",
|
|
294
294
|
"type": "string"
|
|
@@ -314,50 +314,50 @@
|
|
|
314
314
|
"render-ui",
|
|
315
315
|
"main",
|
|
316
316
|
{
|
|
317
|
+
"type": "stack",
|
|
318
|
+
"gap": "lg",
|
|
317
319
|
"children": [
|
|
318
320
|
{
|
|
319
|
-
"gap": "md",
|
|
320
321
|
"type": "stack",
|
|
321
|
-
"justify": "between",
|
|
322
|
-
"direction": "horizontal",
|
|
323
322
|
"children": [
|
|
324
323
|
{
|
|
325
|
-
"direction": "horizontal",
|
|
326
|
-
"type": "stack",
|
|
327
324
|
"gap": "md",
|
|
328
325
|
"children": [
|
|
329
326
|
{
|
|
330
|
-
"
|
|
331
|
-
"
|
|
327
|
+
"type": "icon",
|
|
328
|
+
"name": "tag"
|
|
332
329
|
},
|
|
333
330
|
{
|
|
334
331
|
"variant": "h2",
|
|
335
332
|
"type": "typography",
|
|
336
333
|
"content": "AgentClassifier"
|
|
337
334
|
}
|
|
338
|
-
]
|
|
335
|
+
],
|
|
336
|
+
"type": "stack",
|
|
337
|
+
"direction": "horizontal"
|
|
339
338
|
},
|
|
340
339
|
{
|
|
341
|
-
"action": "CLASSIFY",
|
|
342
|
-
"label": "Open",
|
|
343
340
|
"variant": "primary",
|
|
341
|
+
"icon": "tag",
|
|
342
|
+
"label": "Open",
|
|
344
343
|
"type": "button",
|
|
345
|
-
"
|
|
344
|
+
"action": "CLASSIFY"
|
|
346
345
|
}
|
|
347
|
-
]
|
|
346
|
+
],
|
|
347
|
+
"justify": "between",
|
|
348
|
+
"direction": "horizontal",
|
|
349
|
+
"gap": "md"
|
|
348
350
|
},
|
|
349
351
|
{
|
|
350
352
|
"type": "divider"
|
|
351
353
|
},
|
|
352
354
|
{
|
|
353
|
-
"type": "empty-state",
|
|
354
355
|
"icon": "tag",
|
|
355
|
-
"
|
|
356
|
-
"title": "Nothing open"
|
|
356
|
+
"type": "empty-state",
|
|
357
|
+
"title": "Nothing open",
|
|
358
|
+
"description": "Click Open to view details in a modal overlay."
|
|
357
359
|
}
|
|
358
360
|
],
|
|
359
|
-
"gap": "lg",
|
|
360
|
-
"type": "stack",
|
|
361
361
|
"direction": "vertical"
|
|
362
362
|
}
|
|
363
363
|
]
|
|
@@ -372,10 +372,11 @@
|
|
|
372
372
|
"render-ui",
|
|
373
373
|
"modal",
|
|
374
374
|
{
|
|
375
|
-
"
|
|
375
|
+
"direction": "vertical",
|
|
376
376
|
"children": [
|
|
377
377
|
{
|
|
378
378
|
"gap": "sm",
|
|
379
|
+
"type": "stack",
|
|
379
380
|
"direction": "horizontal",
|
|
380
381
|
"children": [
|
|
381
382
|
{
|
|
@@ -383,54 +384,53 @@
|
|
|
383
384
|
"name": "tag"
|
|
384
385
|
},
|
|
385
386
|
{
|
|
387
|
+
"type": "typography",
|
|
386
388
|
"variant": "h3",
|
|
387
|
-
"content": "AgentClassifier"
|
|
388
|
-
"type": "typography"
|
|
389
|
+
"content": "AgentClassifier"
|
|
389
390
|
}
|
|
390
|
-
]
|
|
391
|
-
"type": "stack"
|
|
391
|
+
]
|
|
392
392
|
},
|
|
393
393
|
{
|
|
394
394
|
"type": "divider"
|
|
395
395
|
},
|
|
396
396
|
{
|
|
397
|
-
"
|
|
397
|
+
"type": "stack",
|
|
398
398
|
"gap": "sm",
|
|
399
399
|
"children": [
|
|
400
400
|
{
|
|
401
401
|
"variant": "caption",
|
|
402
|
-
"
|
|
403
|
-
"
|
|
402
|
+
"content": "Categories:",
|
|
403
|
+
"type": "typography"
|
|
404
404
|
},
|
|
405
405
|
{
|
|
406
|
-
"type": "badge",
|
|
407
406
|
"variant": "secondary",
|
|
407
|
+
"type": "badge",
|
|
408
408
|
"label": "positive"
|
|
409
409
|
},
|
|
410
410
|
{
|
|
411
|
-
"label": "negative",
|
|
412
411
|
"type": "badge",
|
|
412
|
+
"label": "negative",
|
|
413
413
|
"variant": "secondary"
|
|
414
414
|
},
|
|
415
415
|
{
|
|
416
|
-
"variant": "secondary",
|
|
417
416
|
"type": "badge",
|
|
418
|
-
"label": "neutral"
|
|
417
|
+
"label": "neutral",
|
|
418
|
+
"variant": "secondary"
|
|
419
419
|
}
|
|
420
420
|
],
|
|
421
|
-
"
|
|
421
|
+
"direction": "horizontal"
|
|
422
422
|
},
|
|
423
423
|
{
|
|
424
|
-
"mode": "create",
|
|
425
|
-
"submitEvent": "SAVE",
|
|
426
|
-
"cancelEvent": "CLOSE",
|
|
427
424
|
"type": "form-section",
|
|
425
|
+
"mode": "create",
|
|
428
426
|
"fields": [
|
|
429
427
|
"input"
|
|
430
|
-
]
|
|
428
|
+
],
|
|
429
|
+
"submitEvent": "SAVE",
|
|
430
|
+
"cancelEvent": "CLOSE"
|
|
431
431
|
}
|
|
432
432
|
],
|
|
433
|
-
"
|
|
433
|
+
"type": "stack",
|
|
434
434
|
"gap": "md"
|
|
435
435
|
}
|
|
436
436
|
]
|
|
@@ -459,13 +459,18 @@
|
|
|
459
459
|
"render-ui",
|
|
460
460
|
"main",
|
|
461
461
|
{
|
|
462
|
-
"
|
|
462
|
+
"gap": "lg",
|
|
463
463
|
"children": [
|
|
464
464
|
{
|
|
465
|
+
"gap": "md",
|
|
465
466
|
"direction": "horizontal",
|
|
467
|
+
"justify": "between",
|
|
468
|
+
"type": "stack",
|
|
466
469
|
"children": [
|
|
467
470
|
{
|
|
468
471
|
"type": "stack",
|
|
472
|
+
"gap": "md",
|
|
473
|
+
"direction": "horizontal",
|
|
469
474
|
"children": [
|
|
470
475
|
{
|
|
471
476
|
"type": "icon",
|
|
@@ -476,34 +481,29 @@
|
|
|
476
481
|
"variant": "h2",
|
|
477
482
|
"type": "typography"
|
|
478
483
|
}
|
|
479
|
-
]
|
|
480
|
-
"direction": "horizontal",
|
|
481
|
-
"gap": "md"
|
|
484
|
+
]
|
|
482
485
|
},
|
|
483
486
|
{
|
|
484
|
-
"
|
|
487
|
+
"type": "button",
|
|
485
488
|
"label": "Open",
|
|
489
|
+
"variant": "primary",
|
|
486
490
|
"action": "CLASSIFY",
|
|
487
|
-
"
|
|
488
|
-
"variant": "primary"
|
|
491
|
+
"icon": "tag"
|
|
489
492
|
}
|
|
490
|
-
]
|
|
491
|
-
"type": "stack",
|
|
492
|
-
"justify": "between",
|
|
493
|
-
"gap": "md"
|
|
493
|
+
]
|
|
494
494
|
},
|
|
495
495
|
{
|
|
496
496
|
"type": "divider"
|
|
497
497
|
},
|
|
498
498
|
{
|
|
499
|
-
"description": "Click Open to view details in a modal overlay.",
|
|
500
499
|
"type": "empty-state",
|
|
501
|
-
"
|
|
502
|
-
"
|
|
500
|
+
"title": "Nothing open",
|
|
501
|
+
"description": "Click Open to view details in a modal overlay.",
|
|
502
|
+
"icon": "tag"
|
|
503
503
|
}
|
|
504
504
|
],
|
|
505
505
|
"type": "stack",
|
|
506
|
-
"
|
|
506
|
+
"direction": "vertical"
|
|
507
507
|
}
|
|
508
508
|
]
|
|
509
509
|
]
|
|
@@ -543,14 +543,12 @@
|
|
|
543
543
|
"main",
|
|
544
544
|
{
|
|
545
545
|
"type": "stack",
|
|
546
|
-
"direction": "vertical",
|
|
547
546
|
"children": [
|
|
548
547
|
{
|
|
548
|
+
"direction": "horizontal",
|
|
549
|
+
"gap": "md",
|
|
549
550
|
"children": [
|
|
550
551
|
{
|
|
551
|
-
"direction": "horizontal",
|
|
552
|
-
"type": "stack",
|
|
553
|
-
"gap": "md",
|
|
554
552
|
"children": [
|
|
555
553
|
{
|
|
556
554
|
"type": "icon",
|
|
@@ -558,35 +556,37 @@
|
|
|
558
556
|
},
|
|
559
557
|
{
|
|
560
558
|
"variant": "h2",
|
|
561
|
-
"
|
|
562
|
-
"
|
|
559
|
+
"type": "typography",
|
|
560
|
+
"content": "AgentClassifier"
|
|
563
561
|
}
|
|
564
|
-
]
|
|
562
|
+
],
|
|
563
|
+
"direction": "horizontal",
|
|
564
|
+
"type": "stack",
|
|
565
|
+
"gap": "md"
|
|
565
566
|
},
|
|
566
567
|
{
|
|
567
|
-
"type": "button",
|
|
568
568
|
"icon": "tag",
|
|
569
|
+
"variant": "primary",
|
|
569
570
|
"action": "CLASSIFY",
|
|
570
571
|
"label": "Open",
|
|
571
|
-
"
|
|
572
|
+
"type": "button"
|
|
572
573
|
}
|
|
573
574
|
],
|
|
574
|
-
"
|
|
575
|
-
"
|
|
576
|
-
"justify": "between",
|
|
577
|
-
"type": "stack"
|
|
575
|
+
"type": "stack",
|
|
576
|
+
"justify": "between"
|
|
578
577
|
},
|
|
579
578
|
{
|
|
580
579
|
"type": "divider"
|
|
581
580
|
},
|
|
582
581
|
{
|
|
583
|
-
"description": "Click Open to view details in a modal overlay.",
|
|
584
582
|
"title": "Nothing open",
|
|
583
|
+
"icon": "tag",
|
|
585
584
|
"type": "empty-state",
|
|
586
|
-
"
|
|
585
|
+
"description": "Click Open to view details in a modal overlay."
|
|
587
586
|
}
|
|
588
587
|
],
|
|
589
|
-
"gap": "lg"
|
|
588
|
+
"gap": "lg",
|
|
589
|
+
"direction": "vertical"
|
|
590
590
|
}
|
|
591
591
|
]
|
|
592
592
|
]
|
|
@@ -604,7 +604,7 @@
|
|
|
604
604
|
"event": "AgentClassifierLoaded",
|
|
605
605
|
"description": "Fired when AgentClassifier finishes loading",
|
|
606
606
|
"scope": "internal",
|
|
607
|
-
"
|
|
607
|
+
"payloadSchema": [
|
|
608
608
|
{
|
|
609
609
|
"name": "id",
|
|
610
610
|
"type": "string"
|
|
@@ -655,7 +655,7 @@
|
|
|
655
655
|
"event": "AgentClassifierLoadFailed",
|
|
656
656
|
"description": "Fired when AgentClassifier fails to load",
|
|
657
657
|
"scope": "internal",
|
|
658
|
-
"
|
|
658
|
+
"payloadSchema": [
|
|
659
659
|
{
|
|
660
660
|
"name": "message",
|
|
661
661
|
"type": "string"
|
|
@@ -681,7 +681,7 @@
|
|
|
681
681
|
{
|
|
682
682
|
"key": "SHOW",
|
|
683
683
|
"name": "Show",
|
|
684
|
-
"
|
|
684
|
+
"payloadSchema": [
|
|
685
685
|
{
|
|
686
686
|
"name": "message",
|
|
687
687
|
"type": "string",
|
|
@@ -700,7 +700,7 @@
|
|
|
700
700
|
{
|
|
701
701
|
"key": "AgentClassifierLoaded",
|
|
702
702
|
"name": "AgentClassifier loaded",
|
|
703
|
-
"
|
|
703
|
+
"payloadSchema": [
|
|
704
704
|
{
|
|
705
705
|
"name": "id",
|
|
706
706
|
"type": "string"
|
|
@@ -750,7 +750,7 @@
|
|
|
750
750
|
{
|
|
751
751
|
"key": "AgentClassifierLoadFailed",
|
|
752
752
|
"name": "AgentClassifier load failed",
|
|
753
|
-
"
|
|
753
|
+
"payloadSchema": [
|
|
754
754
|
{
|
|
755
755
|
"name": "message",
|
|
756
756
|
"type": "string"
|
|
@@ -769,8 +769,8 @@
|
|
|
769
769
|
"AgentClassifier",
|
|
770
770
|
{
|
|
771
771
|
"emit": {
|
|
772
|
-
"
|
|
773
|
-
"
|
|
772
|
+
"failure": "AgentClassifierLoadFailed",
|
|
773
|
+
"success": "AgentClassifierLoaded"
|
|
774
774
|
}
|
|
775
775
|
}
|
|
776
776
|
]
|
|
@@ -795,17 +795,15 @@
|
|
|
795
795
|
"render-ui",
|
|
796
796
|
"main",
|
|
797
797
|
{
|
|
798
|
-
"direction": "vertical",
|
|
799
798
|
"gap": "lg",
|
|
800
799
|
"type": "stack",
|
|
800
|
+
"direction": "vertical",
|
|
801
801
|
"children": [
|
|
802
802
|
{
|
|
803
|
-
"align": "center",
|
|
804
|
-
"gap": "md",
|
|
805
|
-
"justify": "between",
|
|
806
803
|
"children": [
|
|
807
804
|
{
|
|
808
805
|
"align": "center",
|
|
806
|
+
"direction": "horizontal",
|
|
809
807
|
"children": [
|
|
810
808
|
{
|
|
811
809
|
"type": "icon",
|
|
@@ -817,36 +815,38 @@
|
|
|
817
815
|
"variant": "h2"
|
|
818
816
|
}
|
|
819
817
|
],
|
|
820
|
-
"
|
|
821
|
-
"
|
|
822
|
-
"gap": "md"
|
|
818
|
+
"gap": "md",
|
|
819
|
+
"type": "stack"
|
|
823
820
|
},
|
|
824
821
|
{
|
|
825
|
-
"variant": "ghost",
|
|
826
822
|
"type": "button",
|
|
827
|
-
"
|
|
823
|
+
"variant": "ghost",
|
|
828
824
|
"label": "Dismiss",
|
|
825
|
+
"action": "HIDE",
|
|
829
826
|
"icon": "x"
|
|
830
827
|
}
|
|
831
828
|
],
|
|
829
|
+
"justify": "between",
|
|
830
|
+
"gap": "md",
|
|
832
831
|
"type": "stack",
|
|
833
|
-
"direction": "horizontal"
|
|
832
|
+
"direction": "horizontal",
|
|
833
|
+
"align": "center"
|
|
834
834
|
},
|
|
835
835
|
{
|
|
836
836
|
"type": "divider"
|
|
837
837
|
},
|
|
838
838
|
{
|
|
839
|
-
"type": "alert",
|
|
840
839
|
"message": "@entity.message",
|
|
840
|
+
"type": "alert",
|
|
841
841
|
"variant": "@entity.notificationType"
|
|
842
842
|
},
|
|
843
843
|
{
|
|
844
844
|
"type": "toast-slot"
|
|
845
845
|
},
|
|
846
846
|
{
|
|
847
|
-
"
|
|
847
|
+
"message": "@entity.message",
|
|
848
848
|
"variant": "warning",
|
|
849
|
-
"
|
|
849
|
+
"type": "alert"
|
|
850
850
|
}
|
|
851
851
|
]
|
|
852
852
|
}
|
|
@@ -872,60 +872,60 @@
|
|
|
872
872
|
"render-ui",
|
|
873
873
|
"main",
|
|
874
874
|
{
|
|
875
|
-
"gap": "lg",
|
|
876
875
|
"direction": "vertical",
|
|
876
|
+
"gap": "lg",
|
|
877
|
+
"type": "stack",
|
|
877
878
|
"children": [
|
|
878
879
|
{
|
|
879
|
-
"gap": "md",
|
|
880
|
-
"align": "center",
|
|
881
880
|
"justify": "between",
|
|
881
|
+
"align": "center",
|
|
882
|
+
"type": "stack",
|
|
882
883
|
"children": [
|
|
883
884
|
{
|
|
884
|
-
"gap": "md",
|
|
885
|
-
"direction": "horizontal",
|
|
886
885
|
"type": "stack",
|
|
887
886
|
"align": "center",
|
|
887
|
+
"gap": "md",
|
|
888
888
|
"children": [
|
|
889
889
|
{
|
|
890
890
|
"type": "icon",
|
|
891
891
|
"name": "tag"
|
|
892
892
|
},
|
|
893
893
|
{
|
|
894
|
-
"content": "AgentClassifier Result",
|
|
895
894
|
"variant": "h2",
|
|
896
|
-
"type": "typography"
|
|
895
|
+
"type": "typography",
|
|
896
|
+
"content": "AgentClassifier Result"
|
|
897
897
|
}
|
|
898
|
-
]
|
|
898
|
+
],
|
|
899
|
+
"direction": "horizontal"
|
|
899
900
|
},
|
|
900
901
|
{
|
|
902
|
+
"icon": "x",
|
|
901
903
|
"action": "HIDE",
|
|
902
904
|
"variant": "ghost",
|
|
903
|
-
"
|
|
904
|
-
"
|
|
905
|
-
"type": "button"
|
|
905
|
+
"type": "button",
|
|
906
|
+
"label": "Dismiss"
|
|
906
907
|
}
|
|
907
908
|
],
|
|
908
|
-
"
|
|
909
|
-
"
|
|
909
|
+
"gap": "md",
|
|
910
|
+
"direction": "horizontal"
|
|
910
911
|
},
|
|
911
912
|
{
|
|
912
913
|
"type": "divider"
|
|
913
914
|
},
|
|
914
915
|
{
|
|
916
|
+
"type": "alert",
|
|
915
917
|
"variant": "@entity.notificationType",
|
|
916
|
-
"message": "@entity.message"
|
|
917
|
-
"type": "alert"
|
|
918
|
+
"message": "@entity.message"
|
|
918
919
|
},
|
|
919
920
|
{
|
|
920
921
|
"type": "toast-slot"
|
|
921
922
|
},
|
|
922
923
|
{
|
|
923
|
-
"message": "@entity.message",
|
|
924
924
|
"type": "alert",
|
|
925
|
-
"variant": "warning"
|
|
925
|
+
"variant": "warning",
|
|
926
|
+
"message": "@entity.message"
|
|
926
927
|
}
|
|
927
|
-
]
|
|
928
|
-
"type": "stack"
|
|
928
|
+
]
|
|
929
929
|
}
|
|
930
930
|
]
|
|
931
931
|
]
|
|
@@ -954,7 +954,7 @@
|
|
|
954
954
|
{
|
|
955
955
|
"event": "SHOW",
|
|
956
956
|
"scope": "internal",
|
|
957
|
-
"
|
|
957
|
+
"payloadSchema": [
|
|
958
958
|
{
|
|
959
959
|
"name": "message",
|
|
960
960
|
"type": "string",
|
|
@@ -970,7 +970,7 @@
|
|
|
970
970
|
"event": "AgentClassifierLoaded",
|
|
971
971
|
"description": "Fired when AgentClassifier finishes loading",
|
|
972
972
|
"scope": "internal",
|
|
973
|
-
"
|
|
973
|
+
"payloadSchema": [
|
|
974
974
|
{
|
|
975
975
|
"name": "id",
|
|
976
976
|
"type": "string"
|
|
@@ -1021,7 +1021,7 @@
|
|
|
1021
1021
|
"event": "AgentClassifierLoadFailed",
|
|
1022
1022
|
"description": "Fired when AgentClassifier fails to load",
|
|
1023
1023
|
"scope": "internal",
|
|
1024
|
-
"
|
|
1024
|
+
"payloadSchema": [
|
|
1025
1025
|
{
|
|
1026
1026
|
"name": "message",
|
|
1027
1027
|
"type": "string"
|
|
@@ -1060,7 +1060,7 @@
|
|
|
1060
1060
|
{
|
|
1061
1061
|
"key": "DO_CLASSIFY",
|
|
1062
1062
|
"name": "Do Classify",
|
|
1063
|
-
"
|
|
1063
|
+
"payloadSchema": [
|
|
1064
1064
|
{
|
|
1065
1065
|
"name": "data",
|
|
1066
1066
|
"type": "object",
|
|
@@ -1083,7 +1083,7 @@
|
|
|
1083
1083
|
{
|
|
1084
1084
|
"key": "AgentClassifierLoaded",
|
|
1085
1085
|
"name": "AgentClassifier loaded",
|
|
1086
|
-
"
|
|
1086
|
+
"payloadSchema": [
|
|
1087
1087
|
{
|
|
1088
1088
|
"name": "id",
|
|
1089
1089
|
"type": "string"
|
|
@@ -1133,7 +1133,7 @@
|
|
|
1133
1133
|
{
|
|
1134
1134
|
"key": "AgentClassifierLoadFailed",
|
|
1135
1135
|
"name": "AgentClassifier load failed",
|
|
1136
|
-
"
|
|
1136
|
+
"payloadSchema": [
|
|
1137
1137
|
{
|
|
1138
1138
|
"name": "message",
|
|
1139
1139
|
"type": "string"
|
|
@@ -1161,10 +1161,10 @@
|
|
|
1161
1161
|
"render-ui",
|
|
1162
1162
|
"main",
|
|
1163
1163
|
{
|
|
1164
|
-
"title": "Classifier",
|
|
1165
1164
|
"description": "Classifier is ready",
|
|
1166
|
-
"
|
|
1167
|
-
"icon": "tag"
|
|
1165
|
+
"title": "Classifier",
|
|
1166
|
+
"icon": "tag",
|
|
1167
|
+
"type": "empty-state"
|
|
1168
1168
|
}
|
|
1169
1169
|
]
|
|
1170
1170
|
]
|
|
@@ -1219,8 +1219,8 @@
|
|
|
1219
1219
|
"emit",
|
|
1220
1220
|
"SHOW",
|
|
1221
1221
|
{
|
|
1222
|
-
"
|
|
1223
|
-
"
|
|
1222
|
+
"message": "Classification complete",
|
|
1223
|
+
"notificationType": "success"
|
|
1224
1224
|
}
|
|
1225
1225
|
]
|
|
1226
1226
|
]
|
|
@@ -1271,4 +1271,4 @@
|
|
|
1271
1271
|
]
|
|
1272
1272
|
}
|
|
1273
1273
|
]
|
|
1274
|
-
}
|
|
1274
|
+
}
|