@almadar/std 9.0.0 → 11.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 +80 -80
- package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +103 -103
- package/behaviors/registry/agent/atoms/std-agent-classifier.orb +131 -113
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +116 -98
- package/behaviors/registry/agent/atoms/std-agent-context-window.orb +384 -384
- package/behaviors/registry/agent/atoms/std-agent-conversation.orb +106 -106
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +75 -75
- package/behaviors/registry/agent/atoms/std-agent-provider.orb +163 -139
- package/behaviors/registry/agent/atoms/std-agent-search.orb +64 -64
- package/behaviors/registry/agent/atoms/std-agent-session.orb +130 -130
- package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +185 -185
- package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +344 -344
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +81 -63
- package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +189 -189
- package/behaviors/registry/agent/molecules/std-agent-learner.orb +163 -163
- package/behaviors/registry/agent/molecules/std-agent-planner.orb +120 -120
- package/behaviors/registry/agent/molecules/std-agent-rag.orb +108 -108
- package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
- package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1097 -1072
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +3183 -3043
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2309 -2217
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1083 -1029
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +793 -768
- package/behaviors/registry/app/organisms/std-api-gateway.orb +929 -887
- package/behaviors/registry/app/organisms/std-booking-system.orb +1247 -1163
- package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +822 -780
- package/behaviors/registry/app/organisms/std-cms.orb +608 -512
- package/behaviors/registry/app/organisms/std-coding-academy.orb +393 -393
- package/behaviors/registry/app/organisms/std-crm.orb +887 -791
- package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1408 -1366
- package/behaviors/registry/app/organisms/std-ecommerce.orb +1147 -1021
- package/behaviors/registry/app/organisms/std-finance-tracker.orb +670 -616
- package/behaviors/registry/app/organisms/std-healthcare.orb +1447 -1351
- package/behaviors/registry/app/organisms/std-helpdesk.orb +720 -666
- package/behaviors/registry/app/organisms/std-hr-portal.orb +1286 -1202
- package/behaviors/registry/app/organisms/std-iot-dashboard.orb +925 -883
- package/behaviors/registry/app/organisms/std-lms.orb +935 -893
- package/behaviors/registry/app/organisms/std-project-manager.orb +834 -750
- package/behaviors/registry/app/organisms/std-realtime-chat.orb +735 -681
- package/behaviors/registry/app/organisms/std-social-feed.orb +235 -211
- package/behaviors/registry/app/organisms/std-trading-dashboard.orb +730 -688
- package/behaviors/registry/core/atoms/std-browse.orb +56 -56
- package/behaviors/registry/core/atoms/std-cache-aside.orb +95 -95
- package/behaviors/registry/core/atoms/std-calendar.orb +54 -54
- package/behaviors/registry/core/atoms/std-circuit-breaker.orb +180 -180
- package/behaviors/registry/core/atoms/std-confirmation.orb +25 -25
- package/behaviors/registry/core/atoms/std-display.orb +388 -388
- package/behaviors/registry/core/atoms/std-drawer.orb +54 -54
- package/behaviors/registry/core/atoms/std-filter.orb +47 -47
- package/behaviors/registry/core/atoms/std-gallery.orb +51 -51
- package/behaviors/registry/core/atoms/std-modal.orb +12 -12
- package/behaviors/registry/core/atoms/std-pagination.orb +42 -42
- package/behaviors/registry/core/atoms/std-push.orb +43 -43
- package/behaviors/registry/core/atoms/std-rate-limiter.orb +194 -194
- package/behaviors/registry/core/atoms/std-related.orb +37 -37
- package/behaviors/registry/core/atoms/std-search.orb +68 -68
- package/behaviors/registry/core/atoms/std-selection.orb +90 -90
- package/behaviors/registry/core/atoms/std-tabs.orb +44 -44
- package/behaviors/registry/core/molecules/std-cart.orb +55 -59
- package/behaviors/registry/core/molecules/std-filtered-list.orb +6 -6
- package/behaviors/registry/core/molecules/std-form-advanced.orb +132 -132
- package/behaviors/registry/core/molecules/std-list.orb +79 -85
- package/behaviors/registry/core/molecules/std-wizard-form.orb +146 -146
- package/behaviors/registry/game/atoms/std-collision.orb +122 -122
- package/behaviors/registry/game/atoms/std-combat.orb +66 -66
- package/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
- package/behaviors/registry/game/atoms/std-game-canvas2d.orb +43 -43
- package/behaviors/registry/game/atoms/std-gameflow.orb +37 -37
- package/behaviors/registry/game/atoms/std-movement.orb +291 -291
- package/behaviors/registry/game/atoms/std-overworld.orb +69 -69
- package/behaviors/registry/game/atoms/std-physics2d.orb +77 -77
- package/behaviors/registry/game/atoms/std-quest.orb +133 -133
- package/behaviors/registry/game/atoms/std-timer.orb +291 -291
- package/behaviors/registry/game/organisms/std-arcade-game.orb +139 -139
- package/behaviors/registry/game/organisms/std-logic-training.orb +81 -81
- package/behaviors/registry/game/organisms/std-platformer-app.orb +273 -237
- package/behaviors/registry/game/organisms/std-puzzle-app.orb +98 -98
- package/behaviors/registry/game/organisms/std-rpg-game.orb +407 -371
- package/behaviors/registry/game/organisms/std-stem-lab.orb +378 -378
- package/behaviors/registry/game/organisms/std-strategy-game.orb +557 -557
- package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +282 -20
- package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +84 -84
- package/behaviors/registry/service/atoms/std-service-email.orb +88 -88
- package/behaviors/registry/service/atoms/std-service-github.orb +88 -88
- package/behaviors/registry/service/atoms/std-service-llm.orb +119 -119
- package/behaviors/registry/service/atoms/std-service-oauth.orb +122 -122
- package/behaviors/registry/service/atoms/std-service-redis.orb +99 -99
- package/behaviors/registry/service/atoms/std-service-storage.orb +109 -109
- package/behaviors/registry/service/atoms/std-service-stripe.orb +105 -105
- package/behaviors/registry/service/atoms/std-service-twilio.orb +112 -112
- package/behaviors/registry/service/atoms/std-service-youtube.orb +111 -111
- package/behaviors/registry/service/organisms/std-service-marketplace.orb +1098 -1014
- package/behaviors/registry/service/organisms/std-service-research-assistant.orb +956 -956
- package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +80 -80
- package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +103 -103
- package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +131 -113
- package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +116 -98
- package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +384 -384
- package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +106 -106
- package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +75 -75
- package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +163 -139
- package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +64 -64
- package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +130 -130
- package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +185 -185
- package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +344 -344
- package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +81 -63
- package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +189 -189
- package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +163 -163
- package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +120 -120
- package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +108 -108
- package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1097 -1072
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3183 -3043
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2309 -2217
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1083 -1029
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +793 -768
- package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +929 -887
- package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1247 -1163
- package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +822 -780
- package/dist/behaviors/registry/app/organisms/std-cms.orb +608 -512
- package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +393 -393
- package/dist/behaviors/registry/app/organisms/std-crm.orb +887 -791
- package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1408 -1366
- package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +1147 -1021
- package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +670 -616
- package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1447 -1351
- package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +720 -666
- package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1286 -1202
- package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +925 -883
- package/dist/behaviors/registry/app/organisms/std-lms.orb +935 -893
- package/dist/behaviors/registry/app/organisms/std-project-manager.orb +834 -750
- package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +735 -681
- package/dist/behaviors/registry/app/organisms/std-social-feed.orb +235 -211
- package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +730 -688
- package/dist/behaviors/registry/core/atoms/std-browse.orb +56 -56
- package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +95 -95
- package/dist/behaviors/registry/core/atoms/std-calendar.orb +54 -54
- package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +180 -180
- package/dist/behaviors/registry/core/atoms/std-confirmation.orb +25 -25
- package/dist/behaviors/registry/core/atoms/std-display.orb +388 -388
- package/dist/behaviors/registry/core/atoms/std-drawer.orb +54 -54
- package/dist/behaviors/registry/core/atoms/std-filter.orb +47 -47
- package/dist/behaviors/registry/core/atoms/std-gallery.orb +51 -51
- package/dist/behaviors/registry/core/atoms/std-modal.orb +12 -12
- package/dist/behaviors/registry/core/atoms/std-pagination.orb +42 -42
- package/dist/behaviors/registry/core/atoms/std-push.orb +43 -43
- package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +194 -194
- package/dist/behaviors/registry/core/atoms/std-related.orb +37 -37
- package/dist/behaviors/registry/core/atoms/std-search.orb +68 -68
- package/dist/behaviors/registry/core/atoms/std-selection.orb +90 -90
- package/dist/behaviors/registry/core/atoms/std-tabs.orb +44 -44
- package/dist/behaviors/registry/core/molecules/std-cart.orb +55 -59
- package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +6 -6
- package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +132 -132
- package/dist/behaviors/registry/core/molecules/std-list.orb +79 -85
- package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +146 -146
- package/dist/behaviors/registry/game/atoms/std-collision.orb +122 -122
- package/dist/behaviors/registry/game/atoms/std-combat.orb +66 -66
- package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
- package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +43 -43
- package/dist/behaviors/registry/game/atoms/std-gameflow.orb +37 -37
- package/dist/behaviors/registry/game/atoms/std-movement.orb +291 -291
- package/dist/behaviors/registry/game/atoms/std-overworld.orb +69 -69
- package/dist/behaviors/registry/game/atoms/std-physics2d.orb +77 -77
- package/dist/behaviors/registry/game/atoms/std-quest.orb +133 -133
- package/dist/behaviors/registry/game/atoms/std-timer.orb +291 -291
- package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +139 -139
- package/dist/behaviors/registry/game/organisms/std-logic-training.orb +81 -81
- package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +273 -237
- package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +98 -98
- package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +407 -371
- package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +378 -378
- package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +557 -557
- package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +282 -20
- package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +84 -84
- package/dist/behaviors/registry/service/atoms/std-service-email.orb +88 -88
- package/dist/behaviors/registry/service/atoms/std-service-github.orb +88 -88
- package/dist/behaviors/registry/service/atoms/std-service-llm.orb +119 -119
- package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +122 -122
- package/dist/behaviors/registry/service/atoms/std-service-redis.orb +99 -99
- package/dist/behaviors/registry/service/atoms/std-service-storage.orb +109 -109
- package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +105 -105
- package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +112 -112
- package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +111 -111
- package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +1098 -1014
- package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +956 -956
- package/package.json +1 -1
|
@@ -317,22 +317,22 @@
|
|
|
317
317
|
"render-ui",
|
|
318
318
|
"main",
|
|
319
319
|
{
|
|
320
|
+
"direction": "vertical",
|
|
321
|
+
"gap": "md",
|
|
322
|
+
"align": "center",
|
|
323
|
+
"type": "stack",
|
|
324
|
+
"className": "py-12",
|
|
320
325
|
"children": [
|
|
321
326
|
{
|
|
322
327
|
"type": "spinner"
|
|
323
328
|
},
|
|
324
329
|
{
|
|
325
|
-
"content": "Loading conversation…",
|
|
326
|
-
"type": "typography",
|
|
327
330
|
"color": "muted",
|
|
331
|
+
"type": "typography",
|
|
332
|
+
"content": "Loading conversation…",
|
|
328
333
|
"variant": "caption"
|
|
329
334
|
}
|
|
330
|
-
]
|
|
331
|
-
"direction": "vertical",
|
|
332
|
-
"type": "stack",
|
|
333
|
-
"className": "py-12",
|
|
334
|
-
"gap": "md",
|
|
335
|
-
"align": "center"
|
|
335
|
+
]
|
|
336
336
|
}
|
|
337
337
|
]
|
|
338
338
|
]
|
|
@@ -348,89 +348,89 @@
|
|
|
348
348
|
{
|
|
349
349
|
"direction": "vertical",
|
|
350
350
|
"type": "stack",
|
|
351
|
+
"gap": "lg",
|
|
351
352
|
"children": [
|
|
352
353
|
{
|
|
353
|
-
"align": "center",
|
|
354
|
-
"direction": "horizontal",
|
|
355
|
-
"type": "stack",
|
|
356
|
-
"gap": "sm",
|
|
357
|
-
"justify": "between",
|
|
358
354
|
"children": [
|
|
359
355
|
{
|
|
356
|
+
"gap": "sm",
|
|
357
|
+
"type": "stack",
|
|
360
358
|
"align": "center",
|
|
361
359
|
"children": [
|
|
362
360
|
{
|
|
363
|
-
"
|
|
364
|
-
"
|
|
361
|
+
"name": "message-circle",
|
|
362
|
+
"type": "icon"
|
|
365
363
|
},
|
|
366
364
|
{
|
|
365
|
+
"content": "Conversation Thread",
|
|
367
366
|
"variant": "h2",
|
|
368
|
-
"type": "typography"
|
|
369
|
-
"content": "Conversation Thread"
|
|
367
|
+
"type": "typography"
|
|
370
368
|
}
|
|
371
369
|
],
|
|
372
|
-
"direction": "horizontal"
|
|
373
|
-
"gap": "sm",
|
|
374
|
-
"type": "stack"
|
|
370
|
+
"direction": "horizontal"
|
|
375
371
|
},
|
|
376
372
|
{
|
|
377
|
-
"variant": "primary",
|
|
378
|
-
"label": "New Message",
|
|
379
373
|
"action": "COMPOSE",
|
|
380
374
|
"type": "button",
|
|
381
|
-
"
|
|
375
|
+
"label": "New Message",
|
|
376
|
+
"icon": "plus",
|
|
377
|
+
"variant": "primary"
|
|
382
378
|
}
|
|
383
|
-
]
|
|
379
|
+
],
|
|
380
|
+
"direction": "horizontal",
|
|
381
|
+
"gap": "sm",
|
|
382
|
+
"type": "stack",
|
|
383
|
+
"justify": "between",
|
|
384
|
+
"align": "center"
|
|
384
385
|
},
|
|
385
386
|
{
|
|
386
387
|
"type": "divider"
|
|
387
388
|
},
|
|
388
389
|
{
|
|
390
|
+
"fields": [],
|
|
389
391
|
"renderItem": [
|
|
390
392
|
"fn",
|
|
391
393
|
"item",
|
|
392
394
|
{
|
|
395
|
+
"direction": "vertical",
|
|
396
|
+
"type": "stack",
|
|
397
|
+
"gap": "xs",
|
|
393
398
|
"children": [
|
|
394
399
|
{
|
|
395
|
-
"direction": "horizontal",
|
|
396
|
-
"gap": "sm",
|
|
397
|
-
"align": "center",
|
|
398
|
-
"type": "stack",
|
|
399
400
|
"children": [
|
|
400
401
|
{
|
|
401
402
|
"label": "@item.role",
|
|
402
403
|
"type": "badge"
|
|
403
404
|
},
|
|
404
405
|
{
|
|
406
|
+
"type": "badge",
|
|
405
407
|
"label": "@item.status",
|
|
406
|
-
"variant": "secondary"
|
|
407
|
-
"type": "badge"
|
|
408
|
+
"variant": "secondary"
|
|
408
409
|
},
|
|
409
410
|
{
|
|
410
|
-
"
|
|
411
|
+
"color": "muted",
|
|
411
412
|
"variant": "caption",
|
|
412
413
|
"content": "@item.timestamp",
|
|
413
|
-
"
|
|
414
|
+
"type": "typography"
|
|
414
415
|
}
|
|
415
|
-
]
|
|
416
|
+
],
|
|
417
|
+
"gap": "sm",
|
|
418
|
+
"direction": "horizontal",
|
|
419
|
+
"align": "center",
|
|
420
|
+
"type": "stack"
|
|
416
421
|
},
|
|
417
422
|
{
|
|
418
|
-
"
|
|
423
|
+
"content": "@item.content",
|
|
419
424
|
"variant": "body",
|
|
420
|
-
"
|
|
425
|
+
"type": "typography"
|
|
421
426
|
}
|
|
422
|
-
]
|
|
423
|
-
"direction": "vertical",
|
|
424
|
-
"type": "stack",
|
|
425
|
-
"gap": "xs"
|
|
427
|
+
]
|
|
426
428
|
}
|
|
427
429
|
],
|
|
428
|
-
"
|
|
429
|
-
"entity": "@payload.data"
|
|
430
|
-
"type": "data-list"
|
|
430
|
+
"type": "data-list",
|
|
431
|
+
"entity": "@payload.data"
|
|
431
432
|
}
|
|
432
|
-
]
|
|
433
|
-
"gap": "lg"
|
|
433
|
+
]
|
|
434
434
|
}
|
|
435
435
|
]
|
|
436
436
|
]
|
|
@@ -446,34 +446,34 @@
|
|
|
446
446
|
{
|
|
447
447
|
"children": [
|
|
448
448
|
{
|
|
449
|
+
"name": "alert-triangle",
|
|
449
450
|
"type": "icon",
|
|
450
|
-
"color": "destructive"
|
|
451
|
-
"name": "alert-triangle"
|
|
451
|
+
"color": "destructive"
|
|
452
452
|
},
|
|
453
453
|
{
|
|
454
|
-
"
|
|
454
|
+
"content": "Failed to load",
|
|
455
455
|
"type": "typography",
|
|
456
|
-
"
|
|
456
|
+
"variant": "h3"
|
|
457
457
|
},
|
|
458
458
|
{
|
|
459
|
-
"type": "typography",
|
|
460
|
-
"variant": "body",
|
|
461
459
|
"content": "@payload.error",
|
|
462
|
-
"
|
|
460
|
+
"variant": "body",
|
|
461
|
+
"color": "muted",
|
|
462
|
+
"type": "typography"
|
|
463
463
|
},
|
|
464
464
|
{
|
|
465
|
-
"type": "button",
|
|
466
|
-
"label": "Retry",
|
|
467
|
-
"variant": "primary",
|
|
468
465
|
"action": "INIT",
|
|
469
|
-
"
|
|
466
|
+
"variant": "primary",
|
|
467
|
+
"icon": "rotate-ccw",
|
|
468
|
+
"type": "button",
|
|
469
|
+
"label": "Retry"
|
|
470
470
|
}
|
|
471
471
|
],
|
|
472
472
|
"type": "stack",
|
|
473
473
|
"direction": "vertical",
|
|
474
|
-
"gap": "md",
|
|
475
474
|
"align": "center",
|
|
476
|
-
"className": "py-12"
|
|
475
|
+
"className": "py-12",
|
|
476
|
+
"gap": "md"
|
|
477
477
|
}
|
|
478
478
|
]
|
|
479
479
|
]
|
|
@@ -487,40 +487,40 @@
|
|
|
487
487
|
"render-ui",
|
|
488
488
|
"main",
|
|
489
489
|
{
|
|
490
|
-
"
|
|
491
|
-
"direction": "vertical",
|
|
490
|
+
"gap": "lg",
|
|
492
491
|
"children": [
|
|
493
492
|
{
|
|
494
|
-
"
|
|
493
|
+
"gap": "sm",
|
|
495
494
|
"align": "center",
|
|
495
|
+
"direction": "horizontal",
|
|
496
496
|
"children": [
|
|
497
497
|
{
|
|
498
|
-
"
|
|
499
|
-
"
|
|
498
|
+
"type": "icon",
|
|
499
|
+
"name": "message-circle"
|
|
500
500
|
},
|
|
501
501
|
{
|
|
502
|
-
"type": "typography",
|
|
503
502
|
"variant": "h2",
|
|
504
|
-
"content": "Conversation Thread"
|
|
503
|
+
"content": "Conversation Thread",
|
|
504
|
+
"type": "typography"
|
|
505
505
|
}
|
|
506
506
|
],
|
|
507
|
-
"gap": "sm",
|
|
508
507
|
"type": "stack"
|
|
509
508
|
},
|
|
510
509
|
{
|
|
511
510
|
"type": "divider"
|
|
512
511
|
},
|
|
513
512
|
{
|
|
514
|
-
"mode": "create",
|
|
515
|
-
"submitEvent": "SEND",
|
|
516
|
-
"type": "form-section",
|
|
517
|
-
"cancelEvent": "CANCEL_COMPOSE",
|
|
518
513
|
"fields": [
|
|
519
514
|
"content"
|
|
520
|
-
]
|
|
515
|
+
],
|
|
516
|
+
"cancelEvent": "CANCEL_COMPOSE",
|
|
517
|
+
"type": "form-section",
|
|
518
|
+
"mode": "create",
|
|
519
|
+
"submitEvent": "SEND"
|
|
521
520
|
}
|
|
522
521
|
],
|
|
523
|
-
"
|
|
522
|
+
"type": "stack",
|
|
523
|
+
"direction": "vertical"
|
|
524
524
|
}
|
|
525
525
|
]
|
|
526
526
|
]
|
|
@@ -536,8 +536,8 @@
|
|
|
536
536
|
"AgentConversation",
|
|
537
537
|
{
|
|
538
538
|
"emit": {
|
|
539
|
-
"
|
|
540
|
-
"
|
|
539
|
+
"success": "AgentConversationDeleted",
|
|
540
|
+
"failure": "AgentConversationDeleteFailed"
|
|
541
541
|
}
|
|
542
542
|
}
|
|
543
543
|
],
|
|
@@ -560,15 +560,15 @@
|
|
|
560
560
|
"create",
|
|
561
561
|
"AgentConversation",
|
|
562
562
|
{
|
|
563
|
-
"timestamp": "@now",
|
|
564
|
-
"role": "user",
|
|
565
563
|
"status": "sent",
|
|
566
|
-
"content": "@payload.content"
|
|
564
|
+
"content": "@payload.content",
|
|
565
|
+
"role": "user",
|
|
566
|
+
"timestamp": "@now"
|
|
567
567
|
},
|
|
568
568
|
{
|
|
569
569
|
"emit": {
|
|
570
|
-
"
|
|
571
|
-
"
|
|
570
|
+
"success": "AgentConversationSaved",
|
|
571
|
+
"failure": "AgentConversationSaveFailed"
|
|
572
572
|
}
|
|
573
573
|
}
|
|
574
574
|
],
|
|
@@ -639,34 +639,34 @@
|
|
|
639
639
|
"main",
|
|
640
640
|
{
|
|
641
641
|
"align": "center",
|
|
642
|
-
"className": "py-12",
|
|
643
642
|
"children": [
|
|
644
643
|
{
|
|
645
|
-
"
|
|
644
|
+
"name": "alert-triangle",
|
|
646
645
|
"type": "icon",
|
|
647
|
-
"
|
|
646
|
+
"color": "destructive"
|
|
648
647
|
},
|
|
649
648
|
{
|
|
649
|
+
"type": "typography",
|
|
650
650
|
"variant": "h3",
|
|
651
|
-
"content": "Failed to send"
|
|
652
|
-
"type": "typography"
|
|
651
|
+
"content": "Failed to send"
|
|
653
652
|
},
|
|
654
653
|
{
|
|
655
|
-
"type": "typography",
|
|
656
|
-
"variant": "body",
|
|
657
654
|
"color": "muted",
|
|
658
|
-
"content": "@payload.error"
|
|
655
|
+
"content": "@payload.error",
|
|
656
|
+
"variant": "body",
|
|
657
|
+
"type": "typography"
|
|
659
658
|
},
|
|
660
659
|
{
|
|
660
|
+
"label": "Retry",
|
|
661
|
+
"variant": "primary",
|
|
661
662
|
"icon": "rotate-ccw",
|
|
662
663
|
"action": "INIT",
|
|
663
|
-
"type": "button"
|
|
664
|
-
"variant": "primary",
|
|
665
|
-
"label": "Retry"
|
|
664
|
+
"type": "button"
|
|
666
665
|
}
|
|
667
666
|
],
|
|
668
667
|
"direction": "vertical",
|
|
669
668
|
"gap": "md",
|
|
669
|
+
"className": "py-12",
|
|
670
670
|
"type": "stack"
|
|
671
671
|
}
|
|
672
672
|
]
|
|
@@ -705,16 +705,11 @@
|
|
|
705
705
|
"render-ui",
|
|
706
706
|
"main",
|
|
707
707
|
{
|
|
708
|
-
"type": "stack",
|
|
709
|
-
"direction": "vertical",
|
|
710
|
-
"gap": "md",
|
|
711
|
-
"align": "center",
|
|
712
|
-
"className": "py-12",
|
|
713
708
|
"children": [
|
|
714
709
|
{
|
|
715
|
-
"color": "destructive",
|
|
716
710
|
"type": "icon",
|
|
717
|
-
"name": "alert-triangle"
|
|
711
|
+
"name": "alert-triangle",
|
|
712
|
+
"color": "destructive"
|
|
718
713
|
},
|
|
719
714
|
{
|
|
720
715
|
"variant": "h3",
|
|
@@ -730,11 +725,16 @@
|
|
|
730
725
|
{
|
|
731
726
|
"variant": "primary",
|
|
732
727
|
"action": "INIT",
|
|
733
|
-
"
|
|
728
|
+
"type": "button",
|
|
734
729
|
"icon": "rotate-ccw",
|
|
735
|
-
"
|
|
730
|
+
"label": "Retry"
|
|
736
731
|
}
|
|
737
|
-
]
|
|
732
|
+
],
|
|
733
|
+
"type": "stack",
|
|
734
|
+
"gap": "md",
|
|
735
|
+
"align": "center",
|
|
736
|
+
"direction": "vertical",
|
|
737
|
+
"className": "py-12"
|
|
738
738
|
}
|
|
739
739
|
]
|
|
740
740
|
]
|
|
@@ -749,8 +749,8 @@
|
|
|
749
749
|
"AgentConversation",
|
|
750
750
|
{
|
|
751
751
|
"emit": {
|
|
752
|
-
"
|
|
753
|
-
"
|
|
752
|
+
"failure": "AgentConversationLoadFailed",
|
|
753
|
+
"success": "AgentConversationLoaded"
|
|
754
754
|
}
|
|
755
755
|
}
|
|
756
756
|
],
|
|
@@ -898,8 +898,8 @@
|
|
|
898
898
|
"AgentConversation",
|
|
899
899
|
{
|
|
900
900
|
"emit": {
|
|
901
|
-
"
|
|
902
|
-
"
|
|
901
|
+
"failure": "AgentConversationLoadFailed",
|
|
902
|
+
"success": "AgentConversationLoaded"
|
|
903
903
|
}
|
|
904
904
|
}
|
|
905
905
|
],
|
|
@@ -907,10 +907,10 @@
|
|
|
907
907
|
"render-ui",
|
|
908
908
|
"main",
|
|
909
909
|
{
|
|
910
|
-
"
|
|
910
|
+
"icon": "message-circle",
|
|
911
911
|
"description": "Conversation is ready",
|
|
912
|
-
"
|
|
913
|
-
"
|
|
912
|
+
"title": "Conversation",
|
|
913
|
+
"type": "empty-state"
|
|
914
914
|
}
|
|
915
915
|
]
|
|
916
916
|
]
|