@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
|
@@ -300,6 +300,8 @@
|
|
|
300
300
|
"render-ui",
|
|
301
301
|
"main",
|
|
302
302
|
{
|
|
303
|
+
"type": "stack",
|
|
304
|
+
"gap": "lg",
|
|
303
305
|
"children": [
|
|
304
306
|
{
|
|
305
307
|
"children": [
|
|
@@ -314,9 +316,9 @@
|
|
|
314
316
|
}
|
|
315
317
|
],
|
|
316
318
|
"type": "stack",
|
|
319
|
+
"align": "center",
|
|
317
320
|
"gap": "sm",
|
|
318
|
-
"direction": "horizontal"
|
|
319
|
-
"align": "center"
|
|
321
|
+
"direction": "horizontal"
|
|
320
322
|
},
|
|
321
323
|
{
|
|
322
324
|
"type": "divider"
|
|
@@ -325,9 +327,6 @@
|
|
|
325
327
|
"type": "card",
|
|
326
328
|
"children": [
|
|
327
329
|
{
|
|
328
|
-
"gap": "md",
|
|
329
|
-
"type": "stack",
|
|
330
|
-
"direction": "vertical",
|
|
331
330
|
"children": [
|
|
332
331
|
{
|
|
333
332
|
"content": "Describe the task to plan",
|
|
@@ -339,17 +338,18 @@
|
|
|
339
338
|
"task"
|
|
340
339
|
],
|
|
341
340
|
"mode": "edit",
|
|
342
|
-
"
|
|
341
|
+
"submitEvent": "PLAN",
|
|
343
342
|
"type": "form-section",
|
|
344
|
-
"
|
|
343
|
+
"entity": "@entity"
|
|
345
344
|
}
|
|
346
|
-
]
|
|
345
|
+
],
|
|
346
|
+
"gap": "md",
|
|
347
|
+
"type": "stack",
|
|
348
|
+
"direction": "vertical"
|
|
347
349
|
}
|
|
348
350
|
]
|
|
349
351
|
}
|
|
350
352
|
],
|
|
351
|
-
"gap": "lg",
|
|
352
|
-
"type": "stack",
|
|
353
353
|
"direction": "vertical"
|
|
354
354
|
}
|
|
355
355
|
]
|
|
@@ -383,9 +383,10 @@
|
|
|
383
383
|
"render-ui",
|
|
384
384
|
"main",
|
|
385
385
|
{
|
|
386
|
+
"gap": "lg",
|
|
386
387
|
"type": "stack",
|
|
387
|
-
"direction": "vertical",
|
|
388
388
|
"align": "center",
|
|
389
|
+
"direction": "vertical",
|
|
389
390
|
"children": [
|
|
390
391
|
{
|
|
391
392
|
"name": "tag",
|
|
@@ -400,12 +401,11 @@
|
|
|
400
401
|
"type": "spinner"
|
|
401
402
|
},
|
|
402
403
|
{
|
|
403
|
-
"
|
|
404
|
+
"content": "@entity.task",
|
|
404
405
|
"variant": "caption",
|
|
405
|
-
"
|
|
406
|
+
"type": "typography"
|
|
406
407
|
}
|
|
407
|
-
]
|
|
408
|
-
"gap": "lg"
|
|
408
|
+
]
|
|
409
409
|
}
|
|
410
410
|
]
|
|
411
411
|
]
|
|
@@ -439,17 +439,19 @@
|
|
|
439
439
|
"render-ui",
|
|
440
440
|
"main",
|
|
441
441
|
{
|
|
442
|
+
"type": "stack",
|
|
442
443
|
"gap": "lg",
|
|
444
|
+
"direction": "vertical",
|
|
443
445
|
"align": "center",
|
|
444
446
|
"children": [
|
|
445
447
|
{
|
|
446
|
-
"
|
|
447
|
-
"
|
|
448
|
+
"name": "brain",
|
|
449
|
+
"type": "icon"
|
|
448
450
|
},
|
|
449
451
|
{
|
|
452
|
+
"content": "Recalling relevant experience...",
|
|
450
453
|
"variant": "h3",
|
|
451
|
-
"type": "typography"
|
|
452
|
-
"content": "Recalling relevant experience..."
|
|
454
|
+
"type": "typography"
|
|
453
455
|
},
|
|
454
456
|
{
|
|
455
457
|
"type": "spinner"
|
|
@@ -458,9 +460,7 @@
|
|
|
458
460
|
"type": "badge",
|
|
459
461
|
"label": "@entity.category"
|
|
460
462
|
}
|
|
461
|
-
]
|
|
462
|
-
"direction": "vertical",
|
|
463
|
-
"type": "stack"
|
|
463
|
+
]
|
|
464
464
|
}
|
|
465
465
|
]
|
|
466
466
|
]
|
|
@@ -484,33 +484,33 @@
|
|
|
484
484
|
"render-ui",
|
|
485
485
|
"main",
|
|
486
486
|
{
|
|
487
|
+
"gap": "lg",
|
|
488
|
+
"align": "center",
|
|
489
|
+
"direction": "vertical",
|
|
490
|
+
"type": "stack",
|
|
487
491
|
"children": [
|
|
488
492
|
{
|
|
489
|
-
"
|
|
490
|
-
"
|
|
493
|
+
"type": "icon",
|
|
494
|
+
"name": "alert-triangle"
|
|
491
495
|
},
|
|
492
496
|
{
|
|
493
497
|
"type": "typography",
|
|
494
|
-
"
|
|
495
|
-
"
|
|
498
|
+
"content": "Planning Failed",
|
|
499
|
+
"variant": "h2"
|
|
496
500
|
},
|
|
497
501
|
{
|
|
502
|
+
"variant": "error",
|
|
498
503
|
"message": "@entity.error",
|
|
499
|
-
"type": "alert"
|
|
500
|
-
"variant": "error"
|
|
504
|
+
"type": "alert"
|
|
501
505
|
},
|
|
502
506
|
{
|
|
503
|
-
"type": "button",
|
|
504
507
|
"action": "RESET",
|
|
505
|
-
"icon": "rotate-ccw",
|
|
506
508
|
"label": "Try Again",
|
|
507
|
-
"variant": "primary"
|
|
509
|
+
"variant": "primary",
|
|
510
|
+
"icon": "rotate-ccw",
|
|
511
|
+
"type": "button"
|
|
508
512
|
}
|
|
509
|
-
]
|
|
510
|
-
"direction": "vertical",
|
|
511
|
-
"type": "stack",
|
|
512
|
-
"gap": "lg",
|
|
513
|
-
"align": "center"
|
|
513
|
+
]
|
|
514
514
|
}
|
|
515
515
|
]
|
|
516
516
|
]
|
|
@@ -556,40 +556,40 @@
|
|
|
556
556
|
"render-ui",
|
|
557
557
|
"main",
|
|
558
558
|
{
|
|
559
|
-
"align": "center",
|
|
560
|
-
"gap": "lg",
|
|
561
559
|
"children": [
|
|
562
560
|
{
|
|
563
561
|
"type": "icon",
|
|
564
562
|
"name": "cpu"
|
|
565
563
|
},
|
|
566
564
|
{
|
|
567
|
-
"variant": "h3",
|
|
568
565
|
"type": "typography",
|
|
569
|
-
"content": "Generating plan..."
|
|
566
|
+
"content": "Generating plan...",
|
|
567
|
+
"variant": "h3"
|
|
570
568
|
},
|
|
571
569
|
{
|
|
572
570
|
"type": "spinner"
|
|
573
571
|
},
|
|
574
572
|
{
|
|
573
|
+
"direction": "horizontal",
|
|
575
574
|
"gap": "md",
|
|
576
|
-
"
|
|
575
|
+
"type": "stack",
|
|
577
576
|
"children": [
|
|
578
577
|
{
|
|
579
|
-
"
|
|
580
|
-
"
|
|
578
|
+
"label": "@entity.category",
|
|
579
|
+
"type": "badge"
|
|
581
580
|
},
|
|
582
581
|
{
|
|
583
582
|
"type": "badge",
|
|
584
583
|
"label": "@entity.memoryCount"
|
|
585
584
|
}
|
|
586
585
|
],
|
|
587
|
-
"
|
|
588
|
-
"direction": "horizontal"
|
|
586
|
+
"justify": "center"
|
|
589
587
|
}
|
|
590
588
|
],
|
|
591
|
-
"
|
|
592
|
-
"
|
|
589
|
+
"type": "stack",
|
|
590
|
+
"gap": "lg",
|
|
591
|
+
"align": "center",
|
|
592
|
+
"direction": "vertical"
|
|
593
593
|
}
|
|
594
594
|
]
|
|
595
595
|
]
|
|
@@ -619,25 +619,25 @@
|
|
|
619
619
|
"gap": "lg",
|
|
620
620
|
"children": [
|
|
621
621
|
{
|
|
622
|
-
"
|
|
623
|
-
"
|
|
622
|
+
"name": "alert-triangle",
|
|
623
|
+
"type": "icon"
|
|
624
624
|
},
|
|
625
625
|
{
|
|
626
626
|
"type": "typography",
|
|
627
|
-
"
|
|
628
|
-
"
|
|
627
|
+
"variant": "h2",
|
|
628
|
+
"content": "Planning Failed"
|
|
629
629
|
},
|
|
630
630
|
{
|
|
631
|
-
"variant": "error",
|
|
632
631
|
"type": "alert",
|
|
632
|
+
"variant": "error",
|
|
633
633
|
"message": "@entity.error"
|
|
634
634
|
},
|
|
635
635
|
{
|
|
636
636
|
"label": "Try Again",
|
|
637
|
-
"
|
|
637
|
+
"action": "RESET",
|
|
638
638
|
"type": "button",
|
|
639
|
-
"
|
|
640
|
-
"
|
|
639
|
+
"variant": "primary",
|
|
640
|
+
"icon": "rotate-ccw"
|
|
641
641
|
}
|
|
642
642
|
]
|
|
643
643
|
}
|
|
@@ -684,41 +684,41 @@
|
|
|
684
684
|
"main",
|
|
685
685
|
{
|
|
686
686
|
"direction": "vertical",
|
|
687
|
-
"type": "stack",
|
|
688
687
|
"gap": "lg",
|
|
688
|
+
"type": "stack",
|
|
689
689
|
"children": [
|
|
690
690
|
{
|
|
691
|
-
"direction": "horizontal",
|
|
692
|
-
"align": "center",
|
|
693
|
-
"gap": "sm",
|
|
694
|
-
"justify": "between",
|
|
695
|
-
"type": "stack",
|
|
696
691
|
"children": [
|
|
697
692
|
{
|
|
698
|
-
"
|
|
693
|
+
"direction": "horizontal",
|
|
694
|
+
"gap": "sm",
|
|
699
695
|
"children": [
|
|
700
696
|
{
|
|
701
697
|
"name": "check-circle",
|
|
702
698
|
"type": "icon"
|
|
703
699
|
},
|
|
704
700
|
{
|
|
701
|
+
"variant": "h2",
|
|
705
702
|
"content": "Plan Ready",
|
|
706
|
-
"type": "typography"
|
|
707
|
-
"variant": "h2"
|
|
703
|
+
"type": "typography"
|
|
708
704
|
}
|
|
709
705
|
],
|
|
710
|
-
"gap": "sm",
|
|
711
706
|
"type": "stack",
|
|
712
|
-
"
|
|
707
|
+
"align": "center"
|
|
713
708
|
},
|
|
714
709
|
{
|
|
715
|
-
"variant": "ghost",
|
|
716
710
|
"action": "RESET",
|
|
711
|
+
"label": "New Plan",
|
|
717
712
|
"type": "button",
|
|
718
|
-
"
|
|
719
|
-
"
|
|
713
|
+
"variant": "ghost",
|
|
714
|
+
"icon": "rotate-ccw"
|
|
720
715
|
}
|
|
721
|
-
]
|
|
716
|
+
],
|
|
717
|
+
"type": "stack",
|
|
718
|
+
"align": "center",
|
|
719
|
+
"direction": "horizontal",
|
|
720
|
+
"justify": "between",
|
|
721
|
+
"gap": "sm"
|
|
722
722
|
},
|
|
723
723
|
{
|
|
724
724
|
"type": "divider"
|
|
@@ -727,22 +727,22 @@
|
|
|
727
727
|
"cols": 3.0,
|
|
728
728
|
"children": [
|
|
729
729
|
{
|
|
730
|
+
"label": "Category",
|
|
730
731
|
"value": "@entity.category",
|
|
731
|
-
"type": "stat-display",
|
|
732
732
|
"icon": "tag",
|
|
733
|
-
"
|
|
733
|
+
"type": "stat-display"
|
|
734
734
|
},
|
|
735
735
|
{
|
|
736
736
|
"icon": "target",
|
|
737
|
-
"type": "stat-display",
|
|
738
737
|
"value": "@entity.confidence",
|
|
739
|
-
"label": "Confidence"
|
|
738
|
+
"label": "Confidence",
|
|
739
|
+
"type": "stat-display"
|
|
740
740
|
},
|
|
741
741
|
{
|
|
742
|
+
"value": "@entity.memoryCount",
|
|
742
743
|
"type": "stat-display",
|
|
743
744
|
"label": "Memories Used",
|
|
744
|
-
"icon": "brain"
|
|
745
|
-
"value": "@entity.memoryCount"
|
|
745
|
+
"icon": "brain"
|
|
746
746
|
}
|
|
747
747
|
],
|
|
748
748
|
"type": "simple-grid"
|
|
@@ -754,45 +754,47 @@
|
|
|
754
754
|
"type": "card",
|
|
755
755
|
"children": [
|
|
756
756
|
{
|
|
757
|
-
"gap": "md",
|
|
758
757
|
"type": "stack",
|
|
759
758
|
"direction": "vertical",
|
|
759
|
+
"gap": "md",
|
|
760
760
|
"children": [
|
|
761
761
|
{
|
|
762
|
-
"variant": "caption",
|
|
763
762
|
"type": "typography",
|
|
763
|
+
"variant": "caption",
|
|
764
764
|
"content": "Task"
|
|
765
765
|
},
|
|
766
766
|
{
|
|
767
|
-
"
|
|
767
|
+
"variant": "body",
|
|
768
768
|
"content": "@entity.task",
|
|
769
|
-
"
|
|
769
|
+
"type": "typography"
|
|
770
770
|
},
|
|
771
771
|
{
|
|
772
772
|
"type": "divider"
|
|
773
773
|
},
|
|
774
774
|
{
|
|
775
|
+
"variant": "caption",
|
|
775
776
|
"content": "Execution Plan",
|
|
776
|
-
"type": "typography"
|
|
777
|
-
"variant": "caption"
|
|
777
|
+
"type": "typography"
|
|
778
778
|
},
|
|
779
779
|
{
|
|
780
|
+
"type": "typography",
|
|
780
781
|
"content": "@entity.steps",
|
|
781
|
-
"variant": "body"
|
|
782
|
-
"type": "typography"
|
|
782
|
+
"variant": "body"
|
|
783
783
|
}
|
|
784
784
|
]
|
|
785
785
|
}
|
|
786
786
|
]
|
|
787
787
|
},
|
|
788
788
|
{
|
|
789
|
+
"type": "card",
|
|
789
790
|
"children": [
|
|
790
791
|
{
|
|
792
|
+
"direction": "vertical",
|
|
791
793
|
"children": [
|
|
792
794
|
{
|
|
793
|
-
"
|
|
795
|
+
"content": "Relevant Memories",
|
|
794
796
|
"variant": "caption",
|
|
795
|
-
"
|
|
797
|
+
"type": "typography"
|
|
796
798
|
},
|
|
797
799
|
{
|
|
798
800
|
"content": "@entity.relevantMemories",
|
|
@@ -801,11 +803,9 @@
|
|
|
801
803
|
}
|
|
802
804
|
],
|
|
803
805
|
"gap": "sm",
|
|
804
|
-
"direction": "vertical",
|
|
805
806
|
"type": "stack"
|
|
806
807
|
}
|
|
807
|
-
]
|
|
808
|
-
"type": "card"
|
|
808
|
+
]
|
|
809
809
|
}
|
|
810
810
|
]
|
|
811
811
|
}
|
|
@@ -831,33 +831,33 @@
|
|
|
831
831
|
"render-ui",
|
|
832
832
|
"main",
|
|
833
833
|
{
|
|
834
|
+
"align": "center",
|
|
835
|
+
"direction": "vertical",
|
|
836
|
+
"type": "stack",
|
|
837
|
+
"gap": "lg",
|
|
834
838
|
"children": [
|
|
835
839
|
{
|
|
836
840
|
"name": "alert-triangle",
|
|
837
841
|
"type": "icon"
|
|
838
842
|
},
|
|
839
843
|
{
|
|
840
|
-
"content": "Planning Failed",
|
|
841
844
|
"variant": "h2",
|
|
842
|
-
"type": "typography"
|
|
845
|
+
"type": "typography",
|
|
846
|
+
"content": "Planning Failed"
|
|
843
847
|
},
|
|
844
848
|
{
|
|
845
|
-
"
|
|
849
|
+
"message": "@entity.error",
|
|
846
850
|
"variant": "error",
|
|
847
|
-
"
|
|
851
|
+
"type": "alert"
|
|
848
852
|
},
|
|
849
853
|
{
|
|
850
|
-
"icon": "rotate-ccw",
|
|
851
854
|
"label": "Try Again",
|
|
852
855
|
"action": "RESET",
|
|
853
|
-
"
|
|
854
|
-
"
|
|
856
|
+
"variant": "primary",
|
|
857
|
+
"icon": "rotate-ccw",
|
|
858
|
+
"type": "button"
|
|
855
859
|
}
|
|
856
|
-
]
|
|
857
|
-
"direction": "vertical",
|
|
858
|
-
"type": "stack",
|
|
859
|
-
"align": "center",
|
|
860
|
-
"gap": "lg"
|
|
860
|
+
]
|
|
861
861
|
}
|
|
862
862
|
]
|
|
863
863
|
]
|
|
@@ -916,21 +916,21 @@
|
|
|
916
916
|
"gap": "lg",
|
|
917
917
|
"children": [
|
|
918
918
|
{
|
|
919
|
+
"type": "stack",
|
|
920
|
+
"direction": "horizontal",
|
|
919
921
|
"align": "center",
|
|
922
|
+
"gap": "sm",
|
|
920
923
|
"children": [
|
|
921
924
|
{
|
|
922
|
-
"
|
|
923
|
-
"
|
|
925
|
+
"name": "map",
|
|
926
|
+
"type": "icon"
|
|
924
927
|
},
|
|
925
928
|
{
|
|
926
929
|
"content": "Task Planner",
|
|
927
930
|
"type": "typography",
|
|
928
931
|
"variant": "h2"
|
|
929
932
|
}
|
|
930
|
-
]
|
|
931
|
-
"type": "stack",
|
|
932
|
-
"direction": "horizontal",
|
|
933
|
-
"gap": "sm"
|
|
933
|
+
]
|
|
934
934
|
},
|
|
935
935
|
{
|
|
936
936
|
"type": "divider"
|
|
@@ -939,25 +939,25 @@
|
|
|
939
939
|
"type": "card",
|
|
940
940
|
"children": [
|
|
941
941
|
{
|
|
942
|
-
"direction": "vertical",
|
|
943
|
-
"gap": "md",
|
|
944
|
-
"type": "stack",
|
|
945
942
|
"children": [
|
|
946
943
|
{
|
|
947
|
-
"variant": "body",
|
|
948
944
|
"type": "typography",
|
|
945
|
+
"variant": "body",
|
|
949
946
|
"content": "Describe the task to plan"
|
|
950
947
|
},
|
|
951
948
|
{
|
|
952
|
-
"type": "form-section",
|
|
953
949
|
"entity": "@entity",
|
|
954
|
-
"mode": "edit",
|
|
955
950
|
"submitEvent": "PLAN",
|
|
951
|
+
"mode": "edit",
|
|
956
952
|
"fields": [
|
|
957
953
|
"task"
|
|
958
|
-
]
|
|
954
|
+
],
|
|
955
|
+
"type": "form-section"
|
|
959
956
|
}
|
|
960
|
-
]
|
|
957
|
+
],
|
|
958
|
+
"direction": "vertical",
|
|
959
|
+
"gap": "md",
|
|
960
|
+
"type": "stack"
|
|
961
961
|
}
|
|
962
962
|
]
|
|
963
963
|
}
|
|
@@ -975,16 +975,16 @@
|
|
|
975
975
|
"name": "PlannerTaskInput",
|
|
976
976
|
"linkedEntity": "AgentPlanner",
|
|
977
977
|
"config": {
|
|
978
|
-
"icon": "plus-circle",
|
|
979
|
-
"title": "New Task",
|
|
980
978
|
"mode": "create",
|
|
979
|
+
"title": "New Task",
|
|
981
980
|
"fields": [
|
|
982
981
|
"task"
|
|
983
|
-
]
|
|
982
|
+
],
|
|
983
|
+
"icon": "plus-circle"
|
|
984
984
|
},
|
|
985
985
|
"events": {
|
|
986
|
-
"
|
|
987
|
-
"
|
|
986
|
+
"SAVE": "PLAN",
|
|
987
|
+
"OPEN": "NEW_TASK"
|
|
988
988
|
}
|
|
989
989
|
},
|
|
990
990
|
{
|