@almadar/std 8.1.0 → 8.3.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 +83 -83
- package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +112 -112
- package/behaviors/registry/agent/atoms/std-agent-classifier.orb +107 -101
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +131 -116
- package/behaviors/registry/agent/atoms/std-agent-context-window.orb +408 -402
- package/behaviors/registry/agent/atoms/std-agent-conversation.orb +82 -82
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +81 -81
- package/behaviors/registry/agent/atoms/std-agent-provider.orb +124 -118
- package/behaviors/registry/agent/atoms/std-agent-search.orb +74 -74
- package/behaviors/registry/agent/atoms/std-agent-session.orb +129 -129
- package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +202 -202
- package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +312 -312
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +59 -59
- package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +206 -206
- package/behaviors/registry/agent/molecules/std-agent-learner.orb +186 -186
- package/behaviors/registry/agent/molecules/std-agent-planner.orb +136 -136
- package/behaviors/registry/agent/molecules/std-agent-rag.orb +116 -116
- package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +206 -206
- package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1131 -1131
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +3061 -3061
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2114 -2114
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1007 -1007
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +735 -735
- package/behaviors/registry/app/organisms/std-api-gateway.orb +805 -805
- package/behaviors/registry/app/organisms/std-booking-system.orb +1178 -1178
- package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +781 -781
- package/behaviors/registry/app/organisms/std-cms.orb +445 -445
- package/behaviors/registry/app/organisms/std-coding-academy.orb +368 -368
- package/behaviors/registry/app/organisms/std-crm.orb +781 -781
- package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1344 -1344
- package/behaviors/registry/app/organisms/std-ecommerce.orb +968 -968
- package/behaviors/registry/app/organisms/std-finance-tracker.orb +626 -626
- package/behaviors/registry/app/organisms/std-healthcare.orb +1286 -1286
- package/behaviors/registry/app/organisms/std-helpdesk.orb +636 -636
- package/behaviors/registry/app/organisms/std-hr-portal.orb +1160 -1160
- package/behaviors/registry/app/organisms/std-iot-dashboard.orb +828 -828
- package/behaviors/registry/app/organisms/std-lms.orb +863 -863
- package/behaviors/registry/app/organisms/std-project-manager.orb +686 -686
- package/behaviors/registry/app/organisms/std-realtime-chat.orb +739 -739
- package/behaviors/registry/app/organisms/std-social-feed.orb +239 -239
- package/behaviors/registry/app/organisms/std-trading-dashboard.orb +661 -661
- package/behaviors/registry/core/atoms/std-browse.orb +60 -60
- package/behaviors/registry/core/atoms/std-cache-aside.orb +92 -92
- package/behaviors/registry/core/atoms/std-calendar.orb +55 -55
- package/behaviors/registry/core/atoms/std-circuit-breaker.orb +176 -176
- package/behaviors/registry/core/atoms/std-confirmation.orb +24 -24
- package/behaviors/registry/core/atoms/std-display.orb +371 -371
- package/behaviors/registry/core/atoms/std-drawer.orb +56 -56
- package/behaviors/registry/core/atoms/std-filter.orb +46 -46
- package/behaviors/registry/core/atoms/std-gallery.orb +50 -50
- package/behaviors/registry/core/atoms/std-modal.orb +14 -14
- package/behaviors/registry/core/atoms/std-pagination.orb +45 -45
- package/behaviors/registry/core/atoms/std-push.orb +42 -42
- package/behaviors/registry/core/atoms/std-rate-limiter.orb +172 -172
- package/behaviors/registry/core/atoms/std-related.orb +36 -36
- package/behaviors/registry/core/atoms/std-search.orb +71 -71
- package/behaviors/registry/core/atoms/std-selection.orb +89 -89
- package/behaviors/registry/core/atoms/std-tabs.orb +49 -49
- package/behaviors/registry/core/molecules/std-cart.orb +54 -54
- package/behaviors/registry/core/molecules/std-filtered-list.orb +5 -5
- package/behaviors/registry/core/molecules/std-form-advanced.orb +116 -116
- package/behaviors/registry/core/molecules/std-list.orb +60 -60
- package/behaviors/registry/core/molecules/std-wizard-form.orb +140 -140
- package/behaviors/registry/game/atoms/std-collision.orb +143 -143
- package/behaviors/registry/game/atoms/std-combat.orb +80 -80
- package/behaviors/registry/game/atoms/std-dialogue-box.orb +26 -26
- package/behaviors/registry/game/atoms/std-game-canvas2d.orb +43 -43
- package/behaviors/registry/game/atoms/std-gameflow.orb +35 -35
- package/behaviors/registry/game/atoms/std-movement.orb +300 -300
- package/behaviors/registry/game/atoms/std-overworld.orb +63 -63
- package/behaviors/registry/game/atoms/std-physics2d.orb +76 -76
- package/behaviors/registry/game/atoms/std-quest.orb +124 -124
- package/behaviors/registry/game/atoms/std-timer.orb +251 -260
- package/behaviors/registry/game/organisms/std-arcade-game.orb +149 -149
- package/behaviors/registry/game/organisms/std-logic-training.orb +77 -77
- package/behaviors/registry/game/organisms/std-platformer-app.orb +230 -230
- package/behaviors/registry/game/organisms/std-puzzle-app.orb +105 -105
- package/behaviors/registry/game/organisms/std-rpg-game.orb +350 -350
- package/behaviors/registry/game/organisms/std-stem-lab.orb +377 -377
- package/behaviors/registry/game/organisms/std-strategy-game.orb +529 -529
- package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +12 -12
- package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +70 -70
- package/behaviors/registry/service/atoms/std-service-email.orb +84 -84
- package/behaviors/registry/service/atoms/std-service-github.orb +99 -99
- package/behaviors/registry/service/atoms/std-service-llm.orb +115 -115
- package/behaviors/registry/service/atoms/std-service-oauth.orb +116 -116
- package/behaviors/registry/service/atoms/std-service-redis.orb +95 -95
- package/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
- package/behaviors/registry/service/atoms/std-service-stripe.orb +98 -98
- package/behaviors/registry/service/atoms/std-service-twilio.orb +99 -99
- package/behaviors/registry/service/atoms/std-service-youtube.orb +115 -115
- package/behaviors/registry/service/organisms/std-service-marketplace.orb +917 -917
- package/behaviors/registry/service/organisms/std-service-research-assistant.orb +933 -933
- package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +83 -83
- package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +112 -112
- package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +107 -101
- package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +131 -116
- package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +408 -402
- package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +82 -82
- package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +81 -81
- package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +124 -118
- package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +74 -74
- package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +129 -129
- package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +202 -202
- package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +312 -312
- package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +59 -59
- package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +206 -206
- package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +186 -186
- package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +136 -136
- package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +116 -116
- package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +206 -206
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1131 -1131
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3061 -3061
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2114 -2114
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1007 -1007
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +735 -735
- package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +805 -805
- package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1178 -1178
- package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +781 -781
- package/dist/behaviors/registry/app/organisms/std-cms.orb +445 -445
- package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +368 -368
- package/dist/behaviors/registry/app/organisms/std-crm.orb +781 -781
- package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1344 -1344
- package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +968 -968
- package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +626 -626
- package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1286 -1286
- package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +636 -636
- package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1160 -1160
- package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +828 -828
- package/dist/behaviors/registry/app/organisms/std-lms.orb +863 -863
- package/dist/behaviors/registry/app/organisms/std-project-manager.orb +686 -686
- package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +739 -739
- package/dist/behaviors/registry/app/organisms/std-social-feed.orb +239 -239
- package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +661 -661
- package/dist/behaviors/registry/core/atoms/std-browse.orb +60 -60
- package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +92 -92
- package/dist/behaviors/registry/core/atoms/std-calendar.orb +55 -55
- package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +176 -176
- package/dist/behaviors/registry/core/atoms/std-confirmation.orb +24 -24
- package/dist/behaviors/registry/core/atoms/std-display.orb +371 -371
- package/dist/behaviors/registry/core/atoms/std-drawer.orb +56 -56
- package/dist/behaviors/registry/core/atoms/std-filter.orb +46 -46
- package/dist/behaviors/registry/core/atoms/std-gallery.orb +50 -50
- package/dist/behaviors/registry/core/atoms/std-modal.orb +14 -14
- package/dist/behaviors/registry/core/atoms/std-pagination.orb +45 -45
- package/dist/behaviors/registry/core/atoms/std-push.orb +42 -42
- package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +172 -172
- package/dist/behaviors/registry/core/atoms/std-related.orb +36 -36
- package/dist/behaviors/registry/core/atoms/std-search.orb +71 -71
- package/dist/behaviors/registry/core/atoms/std-selection.orb +89 -89
- package/dist/behaviors/registry/core/atoms/std-tabs.orb +49 -49
- package/dist/behaviors/registry/core/molecules/std-cart.orb +54 -54
- package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +5 -5
- package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +116 -116
- package/dist/behaviors/registry/core/molecules/std-list.orb +60 -60
- package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +140 -140
- package/dist/behaviors/registry/game/atoms/std-collision.orb +143 -143
- package/dist/behaviors/registry/game/atoms/std-combat.orb +80 -80
- package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +26 -26
- package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +43 -43
- package/dist/behaviors/registry/game/atoms/std-gameflow.orb +35 -35
- package/dist/behaviors/registry/game/atoms/std-movement.orb +300 -300
- package/dist/behaviors/registry/game/atoms/std-overworld.orb +63 -63
- package/dist/behaviors/registry/game/atoms/std-physics2d.orb +76 -76
- package/dist/behaviors/registry/game/atoms/std-quest.orb +124 -124
- package/dist/behaviors/registry/game/atoms/std-timer.orb +251 -260
- package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +149 -149
- package/dist/behaviors/registry/game/organisms/std-logic-training.orb +77 -77
- package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +230 -230
- package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +105 -105
- package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +350 -350
- package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +377 -377
- package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +529 -529
- package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +12 -12
- package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +70 -70
- package/dist/behaviors/registry/service/atoms/std-service-email.orb +84 -84
- package/dist/behaviors/registry/service/atoms/std-service-github.orb +99 -99
- package/dist/behaviors/registry/service/atoms/std-service-llm.orb +115 -115
- package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +116 -116
- package/dist/behaviors/registry/service/atoms/std-service-redis.orb +95 -95
- package/dist/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
- package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +98 -98
- package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +99 -99
- package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +115 -115
- package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +917 -917
- package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +933 -933
- package/package.json +1 -1
|
@@ -294,19 +294,19 @@
|
|
|
294
294
|
"render-ui",
|
|
295
295
|
"main",
|
|
296
296
|
{
|
|
297
|
-
"className": "py-12",
|
|
298
|
-
"type": "stack",
|
|
299
297
|
"gap": "md",
|
|
300
|
-
"align": "center",
|
|
301
298
|
"direction": "vertical",
|
|
299
|
+
"type": "stack",
|
|
300
|
+
"align": "center",
|
|
301
|
+
"className": "py-12",
|
|
302
302
|
"children": [
|
|
303
303
|
{
|
|
304
304
|
"type": "spinner"
|
|
305
305
|
},
|
|
306
306
|
{
|
|
307
|
-
"type": "typography",
|
|
308
|
-
"color": "muted",
|
|
309
307
|
"variant": "caption",
|
|
308
|
+
"color": "muted",
|
|
309
|
+
"type": "typography",
|
|
310
310
|
"content": "Loading conversation…"
|
|
311
311
|
}
|
|
312
312
|
]
|
|
@@ -323,20 +323,18 @@
|
|
|
323
323
|
"render-ui",
|
|
324
324
|
"main",
|
|
325
325
|
{
|
|
326
|
-
"type": "stack",
|
|
327
326
|
"direction": "vertical",
|
|
327
|
+
"gap": "lg",
|
|
328
|
+
"type": "stack",
|
|
328
329
|
"children": [
|
|
329
330
|
{
|
|
330
|
-
"direction": "horizontal",
|
|
331
331
|
"type": "stack",
|
|
332
|
-
"
|
|
333
|
-
"justify": "between",
|
|
334
|
-
"align": "center",
|
|
332
|
+
"direction": "horizontal",
|
|
335
333
|
"children": [
|
|
336
334
|
{
|
|
337
335
|
"direction": "horizontal",
|
|
338
|
-
"type": "stack",
|
|
339
336
|
"align": "center",
|
|
337
|
+
"type": "stack",
|
|
340
338
|
"gap": "sm",
|
|
341
339
|
"children": [
|
|
342
340
|
{
|
|
@@ -345,38 +343,35 @@
|
|
|
345
343
|
},
|
|
346
344
|
{
|
|
347
345
|
"type": "typography",
|
|
348
|
-
"
|
|
349
|
-
"
|
|
346
|
+
"variant": "h2",
|
|
347
|
+
"content": "Chat Thread"
|
|
350
348
|
}
|
|
351
349
|
]
|
|
352
350
|
},
|
|
353
351
|
{
|
|
354
|
-
"type": "button",
|
|
355
352
|
"icon": "plus",
|
|
356
|
-
"
|
|
353
|
+
"type": "button",
|
|
357
354
|
"variant": "primary",
|
|
358
|
-
"label": "New Message"
|
|
355
|
+
"label": "New Message",
|
|
356
|
+
"action": "COMPOSE"
|
|
359
357
|
}
|
|
360
|
-
]
|
|
358
|
+
],
|
|
359
|
+
"justify": "between",
|
|
360
|
+
"align": "center",
|
|
361
|
+
"gap": "sm"
|
|
361
362
|
},
|
|
362
363
|
{
|
|
363
364
|
"type": "divider"
|
|
364
365
|
},
|
|
365
366
|
{
|
|
367
|
+
"entity": "@payload.data",
|
|
366
368
|
"fields": [],
|
|
367
369
|
"renderItem": [
|
|
368
370
|
"fn",
|
|
369
371
|
"item",
|
|
370
372
|
{
|
|
371
|
-
"type": "stack",
|
|
372
|
-
"direction": "vertical",
|
|
373
|
-
"gap": "xs",
|
|
374
373
|
"children": [
|
|
375
374
|
{
|
|
376
|
-
"gap": "sm",
|
|
377
|
-
"type": "stack",
|
|
378
|
-
"direction": "horizontal",
|
|
379
|
-
"align": "center",
|
|
380
375
|
"children": [
|
|
381
376
|
{
|
|
382
377
|
"type": "badge",
|
|
@@ -384,30 +379,35 @@
|
|
|
384
379
|
},
|
|
385
380
|
{
|
|
386
381
|
"type": "badge",
|
|
387
|
-
"
|
|
388
|
-
"
|
|
382
|
+
"label": "@item.status",
|
|
383
|
+
"variant": "secondary"
|
|
389
384
|
},
|
|
390
385
|
{
|
|
391
|
-
"type": "typography",
|
|
392
386
|
"content": "@item.timestamp",
|
|
393
387
|
"variant": "caption",
|
|
394
|
-
"color": "muted"
|
|
388
|
+
"color": "muted",
|
|
389
|
+
"type": "typography"
|
|
395
390
|
}
|
|
396
|
-
]
|
|
391
|
+
],
|
|
392
|
+
"align": "center",
|
|
393
|
+
"type": "stack",
|
|
394
|
+
"direction": "horizontal",
|
|
395
|
+
"gap": "sm"
|
|
397
396
|
},
|
|
398
397
|
{
|
|
399
|
-
"content": "@item.content",
|
|
400
398
|
"type": "typography",
|
|
399
|
+
"content": "@item.content",
|
|
401
400
|
"variant": "body"
|
|
402
401
|
}
|
|
403
|
-
]
|
|
402
|
+
],
|
|
403
|
+
"type": "stack",
|
|
404
|
+
"direction": "vertical",
|
|
405
|
+
"gap": "xs"
|
|
404
406
|
}
|
|
405
407
|
],
|
|
406
|
-
"type": "data-list"
|
|
407
|
-
"entity": "@payload.data"
|
|
408
|
+
"type": "data-list"
|
|
408
409
|
}
|
|
409
|
-
]
|
|
410
|
-
"gap": "lg"
|
|
410
|
+
]
|
|
411
411
|
}
|
|
412
412
|
]
|
|
413
413
|
]
|
|
@@ -422,35 +422,35 @@
|
|
|
422
422
|
"main",
|
|
423
423
|
{
|
|
424
424
|
"direction": "vertical",
|
|
425
|
-
"align": "center",
|
|
426
425
|
"className": "py-12",
|
|
426
|
+
"gap": "md",
|
|
427
|
+
"type": "stack",
|
|
427
428
|
"children": [
|
|
428
429
|
{
|
|
429
|
-
"
|
|
430
|
+
"name": "alert-triangle",
|
|
430
431
|
"type": "icon",
|
|
431
|
-
"
|
|
432
|
+
"color": "destructive"
|
|
432
433
|
},
|
|
433
434
|
{
|
|
435
|
+
"type": "typography",
|
|
434
436
|
"variant": "h3",
|
|
435
|
-
"content": "Failed to load conversation"
|
|
436
|
-
"type": "typography"
|
|
437
|
+
"content": "Failed to load conversation"
|
|
437
438
|
},
|
|
438
439
|
{
|
|
439
440
|
"type": "typography",
|
|
440
|
-
"variant": "body",
|
|
441
441
|
"color": "muted",
|
|
442
|
-
"content": "@payload.error"
|
|
442
|
+
"content": "@payload.error",
|
|
443
|
+
"variant": "body"
|
|
443
444
|
},
|
|
444
445
|
{
|
|
445
|
-
"
|
|
446
|
-
"icon": "rotate-ccw",
|
|
446
|
+
"action": "INIT",
|
|
447
447
|
"type": "button",
|
|
448
|
+
"icon": "rotate-ccw",
|
|
448
449
|
"label": "Retry",
|
|
449
|
-
"
|
|
450
|
+
"variant": "primary"
|
|
450
451
|
}
|
|
451
452
|
],
|
|
452
|
-
"
|
|
453
|
-
"gap": "md"
|
|
453
|
+
"align": "center"
|
|
454
454
|
}
|
|
455
455
|
]
|
|
456
456
|
]
|
|
@@ -464,33 +464,33 @@
|
|
|
464
464
|
"render-ui",
|
|
465
465
|
"main",
|
|
466
466
|
{
|
|
467
|
-
"
|
|
467
|
+
"gap": "lg",
|
|
468
468
|
"children": [
|
|
469
469
|
{
|
|
470
|
-
"align": "center",
|
|
471
470
|
"children": [
|
|
472
471
|
{
|
|
473
|
-
"direction": "horizontal",
|
|
474
|
-
"align": "center",
|
|
475
|
-
"gap": "sm",
|
|
476
|
-
"type": "stack",
|
|
477
472
|
"children": [
|
|
478
473
|
{
|
|
479
|
-
"
|
|
480
|
-
"
|
|
474
|
+
"type": "icon",
|
|
475
|
+
"name": "message-circle"
|
|
481
476
|
},
|
|
482
477
|
{
|
|
483
478
|
"content": "Chat Thread",
|
|
484
|
-
"
|
|
485
|
-
"
|
|
479
|
+
"variant": "h2",
|
|
480
|
+
"type": "typography"
|
|
486
481
|
}
|
|
487
|
-
]
|
|
482
|
+
],
|
|
483
|
+
"type": "stack",
|
|
484
|
+
"direction": "horizontal",
|
|
485
|
+
"gap": "sm",
|
|
486
|
+
"align": "center"
|
|
488
487
|
}
|
|
489
488
|
],
|
|
490
|
-
"justify": "between",
|
|
491
|
-
"type": "stack",
|
|
492
489
|
"gap": "sm",
|
|
493
|
-
"
|
|
490
|
+
"type": "stack",
|
|
491
|
+
"direction": "horizontal",
|
|
492
|
+
"justify": "between",
|
|
493
|
+
"align": "center"
|
|
494
494
|
},
|
|
495
495
|
{
|
|
496
496
|
"type": "divider"
|
|
@@ -498,14 +498,14 @@
|
|
|
498
498
|
{
|
|
499
499
|
"type": "form-section",
|
|
500
500
|
"cancelEvent": "CANCEL_COMPOSE",
|
|
501
|
-
"mode": "create",
|
|
502
|
-
"submitEvent": "SEND",
|
|
503
501
|
"fields": [
|
|
504
502
|
"content"
|
|
505
|
-
]
|
|
503
|
+
],
|
|
504
|
+
"submitEvent": "SEND",
|
|
505
|
+
"mode": "create"
|
|
506
506
|
}
|
|
507
507
|
],
|
|
508
|
-
"
|
|
508
|
+
"direction": "vertical",
|
|
509
509
|
"type": "stack"
|
|
510
510
|
}
|
|
511
511
|
]
|
|
@@ -522,8 +522,8 @@
|
|
|
522
522
|
"AgentChatThread",
|
|
523
523
|
{
|
|
524
524
|
"emit": {
|
|
525
|
-
"
|
|
526
|
-
"
|
|
525
|
+
"success": "AgentChatThreadDeleted",
|
|
526
|
+
"failure": "AgentChatThreadDeleteFailed"
|
|
527
527
|
}
|
|
528
528
|
}
|
|
529
529
|
],
|
|
@@ -532,21 +532,21 @@
|
|
|
532
532
|
"main",
|
|
533
533
|
{
|
|
534
534
|
"align": "center",
|
|
535
|
-
"direction": "vertical",
|
|
536
535
|
"className": "py-12",
|
|
537
|
-
"gap": "md",
|
|
538
|
-
"type": "stack",
|
|
539
536
|
"children": [
|
|
540
537
|
{
|
|
541
538
|
"type": "spinner"
|
|
542
539
|
},
|
|
543
540
|
{
|
|
544
541
|
"type": "typography",
|
|
542
|
+
"color": "muted",
|
|
545
543
|
"variant": "caption",
|
|
546
|
-
"content": "Clearing conversation…"
|
|
547
|
-
"color": "muted"
|
|
544
|
+
"content": "Clearing conversation…"
|
|
548
545
|
}
|
|
549
|
-
]
|
|
546
|
+
],
|
|
547
|
+
"type": "stack",
|
|
548
|
+
"gap": "md",
|
|
549
|
+
"direction": "vertical"
|
|
550
550
|
}
|
|
551
551
|
]
|
|
552
552
|
]
|
|
@@ -561,15 +561,15 @@
|
|
|
561
561
|
"create",
|
|
562
562
|
"AgentChatThread",
|
|
563
563
|
{
|
|
564
|
-
"status": "sent",
|
|
565
564
|
"timestamp": "@now",
|
|
565
|
+
"content": "@payload.content",
|
|
566
566
|
"role": "user",
|
|
567
|
-
"
|
|
567
|
+
"status": "sent"
|
|
568
568
|
},
|
|
569
569
|
{
|
|
570
570
|
"emit": {
|
|
571
|
-
"
|
|
572
|
-
"
|
|
571
|
+
"success": "AgentChatThreadSaved",
|
|
572
|
+
"failure": "AgentChatThreadSaveFailed"
|
|
573
573
|
}
|
|
574
574
|
}
|
|
575
575
|
],
|
|
@@ -577,22 +577,22 @@
|
|
|
577
577
|
"render-ui",
|
|
578
578
|
"main",
|
|
579
579
|
{
|
|
580
|
-
"align": "center",
|
|
581
|
-
"className": "py-12",
|
|
582
580
|
"children": [
|
|
583
581
|
{
|
|
584
582
|
"type": "spinner"
|
|
585
583
|
},
|
|
586
584
|
{
|
|
585
|
+
"content": "Sending…",
|
|
587
586
|
"variant": "caption",
|
|
588
587
|
"color": "muted",
|
|
589
|
-
"type": "typography"
|
|
590
|
-
"content": "Sending…"
|
|
588
|
+
"type": "typography"
|
|
591
589
|
}
|
|
592
590
|
],
|
|
593
|
-
"
|
|
591
|
+
"direction": "vertical",
|
|
592
|
+
"className": "py-12",
|
|
594
593
|
"type": "stack",
|
|
595
|
-
"
|
|
594
|
+
"gap": "md",
|
|
595
|
+
"align": "center"
|
|
596
596
|
}
|
|
597
597
|
]
|
|
598
598
|
]
|
|
@@ -654,36 +654,36 @@
|
|
|
654
654
|
"render-ui",
|
|
655
655
|
"main",
|
|
656
656
|
{
|
|
657
|
+
"direction": "vertical",
|
|
658
|
+
"gap": "md",
|
|
657
659
|
"children": [
|
|
658
660
|
{
|
|
661
|
+
"type": "icon",
|
|
659
662
|
"name": "alert-triangle",
|
|
660
|
-
"color": "destructive"
|
|
661
|
-
"type": "icon"
|
|
663
|
+
"color": "destructive"
|
|
662
664
|
},
|
|
663
665
|
{
|
|
664
|
-
"type": "typography",
|
|
665
666
|
"variant": "h3",
|
|
666
|
-
"content": "Failed to send message"
|
|
667
|
+
"content": "Failed to send message",
|
|
668
|
+
"type": "typography"
|
|
667
669
|
},
|
|
668
670
|
{
|
|
669
|
-
"variant": "body",
|
|
670
|
-
"color": "muted",
|
|
671
671
|
"content": "@payload.error",
|
|
672
|
-
"
|
|
672
|
+
"variant": "body",
|
|
673
|
+
"type": "typography",
|
|
674
|
+
"color": "muted"
|
|
673
675
|
},
|
|
674
676
|
{
|
|
675
|
-
"type": "button",
|
|
676
677
|
"label": "Retry",
|
|
677
|
-
"icon": "rotate-ccw",
|
|
678
678
|
"variant": "primary",
|
|
679
|
-
"
|
|
679
|
+
"icon": "rotate-ccw",
|
|
680
|
+
"action": "INIT",
|
|
681
|
+
"type": "button"
|
|
680
682
|
}
|
|
681
683
|
],
|
|
682
|
-
"align": "center",
|
|
683
|
-
"className": "py-12",
|
|
684
684
|
"type": "stack",
|
|
685
|
-
"
|
|
686
|
-
"
|
|
685
|
+
"align": "center",
|
|
686
|
+
"className": "py-12"
|
|
687
687
|
}
|
|
688
688
|
]
|
|
689
689
|
]
|
|
@@ -722,35 +722,35 @@
|
|
|
722
722
|
"main",
|
|
723
723
|
{
|
|
724
724
|
"gap": "md",
|
|
725
|
-
"align": "center",
|
|
726
725
|
"children": [
|
|
727
726
|
{
|
|
728
727
|
"name": "alert-triangle",
|
|
729
|
-
"
|
|
730
|
-
"
|
|
728
|
+
"type": "icon",
|
|
729
|
+
"color": "destructive"
|
|
731
730
|
},
|
|
732
731
|
{
|
|
733
|
-
"type": "typography",
|
|
734
732
|
"variant": "h3",
|
|
733
|
+
"type": "typography",
|
|
735
734
|
"content": "Failed to clear conversation"
|
|
736
735
|
},
|
|
737
736
|
{
|
|
738
|
-
"color": "muted",
|
|
739
737
|
"content": "@payload.error",
|
|
740
|
-
"
|
|
741
|
-
"type": "typography"
|
|
738
|
+
"color": "muted",
|
|
739
|
+
"type": "typography",
|
|
740
|
+
"variant": "body"
|
|
742
741
|
},
|
|
743
742
|
{
|
|
744
|
-
"action": "INIT",
|
|
745
743
|
"label": "Retry",
|
|
746
|
-
"
|
|
744
|
+
"action": "INIT",
|
|
747
745
|
"type": "button",
|
|
748
|
-
"icon": "rotate-ccw"
|
|
746
|
+
"icon": "rotate-ccw",
|
|
747
|
+
"variant": "primary"
|
|
749
748
|
}
|
|
750
749
|
],
|
|
751
|
-
"direction": "vertical",
|
|
752
750
|
"className": "py-12",
|
|
753
|
-
"
|
|
751
|
+
"direction": "vertical",
|
|
752
|
+
"type": "stack",
|
|
753
|
+
"align": "center"
|
|
754
754
|
}
|
|
755
755
|
]
|
|
756
756
|
]
|
|
@@ -765,8 +765,8 @@
|
|
|
765
765
|
"AgentChatThread",
|
|
766
766
|
{
|
|
767
767
|
"emit": {
|
|
768
|
-
"
|
|
769
|
-
"
|
|
768
|
+
"failure": "AgentChatThreadLoadFailed",
|
|
769
|
+
"success": "AgentChatThreadLoaded"
|
|
770
770
|
}
|
|
771
771
|
}
|
|
772
772
|
],
|
|
@@ -797,4 +797,4 @@
|
|
|
797
797
|
]
|
|
798
798
|
}
|
|
799
799
|
]
|
|
800
|
-
}
|
|
800
|
+
}
|