@almadar/std 8.3.0 → 8.4.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 +62 -62
- package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +101 -101
- package/behaviors/registry/agent/atoms/std-agent-classifier.orb +100 -100
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +103 -103
- package/behaviors/registry/agent/atoms/std-agent-context-window.orb +386 -386
- package/behaviors/registry/agent/atoms/std-agent-conversation.orb +94 -94
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +66 -66
- package/behaviors/registry/agent/atoms/std-agent-provider.orb +114 -114
- package/behaviors/registry/agent/atoms/std-agent-search.orb +61 -61
- package/behaviors/registry/agent/atoms/std-agent-session.orb +109 -109
- package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +196 -196
- package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +347 -347
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +61 -60
- package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +187 -187
- package/behaviors/registry/agent/molecules/std-agent-learner.orb +180 -180
- package/behaviors/registry/agent/molecules/std-agent-planner.orb +108 -108
- package/behaviors/registry/agent/molecules/std-agent-rag.orb +107 -107
- package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +184 -184
- package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1130 -1130
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +2998 -2998
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2135 -2135
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1033 -1033
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +784 -784
- package/behaviors/registry/app/organisms/std-api-gateway.orb +798 -798
- package/behaviors/registry/app/organisms/std-booking-system.orb +1139 -1139
- package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +776 -776
- package/behaviors/registry/app/organisms/std-cms.orb +469 -469
- package/behaviors/registry/app/organisms/std-coding-academy.orb +338 -338
- package/behaviors/registry/app/organisms/std-crm.orb +832 -832
- package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1350 -1350
- package/behaviors/registry/app/organisms/std-ecommerce.orb +975 -975
- package/behaviors/registry/app/organisms/std-finance-tracker.orb +573 -573
- package/behaviors/registry/app/organisms/std-healthcare.orb +1370 -1370
- package/behaviors/registry/app/organisms/std-helpdesk.orb +617 -617
- package/behaviors/registry/app/organisms/std-hr-portal.orb +1177 -1177
- package/behaviors/registry/app/organisms/std-iot-dashboard.orb +871 -871
- package/behaviors/registry/app/organisms/std-lms.orb +839 -839
- package/behaviors/registry/app/organisms/std-project-manager.orb +667 -667
- package/behaviors/registry/app/organisms/std-realtime-chat.orb +667 -667
- package/behaviors/registry/app/organisms/std-social-feed.orb +230 -230
- package/behaviors/registry/app/organisms/std-trading-dashboard.orb +682 -682
- package/behaviors/registry/core/atoms/std-browse.orb +53 -53
- package/behaviors/registry/core/atoms/std-cache-aside.orb +89 -89
- package/behaviors/registry/core/atoms/std-calendar.orb +57 -57
- package/behaviors/registry/core/atoms/std-circuit-breaker.orb +196 -196
- package/behaviors/registry/core/atoms/std-confirmation.orb +19 -19
- package/behaviors/registry/core/atoms/std-display.orb +383 -383
- package/behaviors/registry/core/atoms/std-drawer.orb +56 -56
- package/behaviors/registry/core/atoms/std-filter.orb +42 -42
- package/behaviors/registry/core/atoms/std-gallery.orb +54 -54
- 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 +42 -42
- package/behaviors/registry/core/atoms/std-rate-limiter.orb +179 -179
- package/behaviors/registry/core/atoms/std-related.orb +34 -34
- 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 +52 -52
- package/behaviors/registry/core/molecules/std-cart.orb +45 -45
- package/behaviors/registry/core/molecules/std-filtered-list.orb +7 -7
- package/behaviors/registry/core/molecules/std-form-advanced.orb +127 -127
- package/behaviors/registry/core/molecules/std-list.orb +46 -46
- package/behaviors/registry/core/molecules/std-wizard-form.orb +147 -147
- package/behaviors/registry/game/atoms/std-collision.orb +121 -121
- package/behaviors/registry/game/atoms/std-combat.orb +68 -68
- package/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
- package/behaviors/registry/game/atoms/std-game-canvas2d.orb +48 -48
- package/behaviors/registry/game/atoms/std-gameflow.orb +37 -37
- package/behaviors/registry/game/atoms/std-movement.orb +306 -306
- package/behaviors/registry/game/atoms/std-overworld.orb +68 -68
- 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 +274 -274
- package/behaviors/registry/game/organisms/std-arcade-game.orb +145 -145
- package/behaviors/registry/game/organisms/std-logic-training.orb +67 -67
- package/behaviors/registry/game/organisms/std-platformer-app.orb +218 -218
- package/behaviors/registry/game/organisms/std-puzzle-app.orb +90 -90
- package/behaviors/registry/game/organisms/std-rpg-game.orb +372 -372
- package/behaviors/registry/game/organisms/std-stem-lab.orb +345 -345
- package/behaviors/registry/game/organisms/std-strategy-game.orb +540 -540
- package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +14 -14
- package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +86 -86
- package/behaviors/registry/service/atoms/std-service-email.orb +72 -72
- package/behaviors/registry/service/atoms/std-service-github.orb +98 -98
- package/behaviors/registry/service/atoms/std-service-llm.orb +118 -118
- package/behaviors/registry/service/atoms/std-service-oauth.orb +118 -118
- package/behaviors/registry/service/atoms/std-service-redis.orb +103 -103
- package/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
- package/behaviors/registry/service/atoms/std-service-stripe.orb +95 -95
- package/behaviors/registry/service/atoms/std-service-twilio.orb +107 -107
- package/behaviors/registry/service/atoms/std-service-youtube.orb +104 -104
- package/behaviors/registry/service/organisms/std-service-marketplace.orb +966 -966
- package/behaviors/registry/service/organisms/std-service-research-assistant.orb +905 -905
- package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +62 -62
- package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +101 -101
- package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +100 -100
- package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +103 -103
- package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +386 -386
- package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +94 -94
- package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +66 -66
- package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +114 -114
- package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +61 -61
- package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +109 -109
- package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +196 -196
- package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +347 -347
- package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +61 -60
- package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +187 -187
- package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +180 -180
- package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +108 -108
- package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +107 -107
- package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +184 -184
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1130 -1130
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +2998 -2998
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2135 -2135
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1033 -1033
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +784 -784
- package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +798 -798
- package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1139 -1139
- package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +776 -776
- package/dist/behaviors/registry/app/organisms/std-cms.orb +469 -469
- package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +338 -338
- package/dist/behaviors/registry/app/organisms/std-crm.orb +832 -832
- package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1350 -1350
- package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +975 -975
- package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +573 -573
- package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1370 -1370
- package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +617 -617
- package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1177 -1177
- package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +871 -871
- package/dist/behaviors/registry/app/organisms/std-lms.orb +839 -839
- package/dist/behaviors/registry/app/organisms/std-project-manager.orb +667 -667
- package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +667 -667
- package/dist/behaviors/registry/app/organisms/std-social-feed.orb +230 -230
- package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +682 -682
- package/dist/behaviors/registry/core/atoms/std-browse.orb +53 -53
- package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +89 -89
- package/dist/behaviors/registry/core/atoms/std-calendar.orb +57 -57
- package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +196 -196
- package/dist/behaviors/registry/core/atoms/std-confirmation.orb +19 -19
- package/dist/behaviors/registry/core/atoms/std-display.orb +383 -383
- package/dist/behaviors/registry/core/atoms/std-drawer.orb +56 -56
- package/dist/behaviors/registry/core/atoms/std-filter.orb +42 -42
- package/dist/behaviors/registry/core/atoms/std-gallery.orb +54 -54
- 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 +42 -42
- package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +179 -179
- package/dist/behaviors/registry/core/atoms/std-related.orb +34 -34
- 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 +52 -52
- package/dist/behaviors/registry/core/molecules/std-cart.orb +45 -45
- package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +7 -7
- package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +127 -127
- package/dist/behaviors/registry/core/molecules/std-list.orb +46 -46
- package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +147 -147
- package/dist/behaviors/registry/game/atoms/std-collision.orb +121 -121
- package/dist/behaviors/registry/game/atoms/std-combat.orb +68 -68
- package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
- package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +48 -48
- package/dist/behaviors/registry/game/atoms/std-gameflow.orb +37 -37
- package/dist/behaviors/registry/game/atoms/std-movement.orb +306 -306
- package/dist/behaviors/registry/game/atoms/std-overworld.orb +68 -68
- 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 +274 -274
- package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +145 -145
- package/dist/behaviors/registry/game/organisms/std-logic-training.orb +67 -67
- package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +218 -218
- package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +90 -90
- package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +372 -372
- package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +345 -345
- package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +540 -540
- package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +14 -14
- package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +86 -86
- package/dist/behaviors/registry/service/atoms/std-service-email.orb +72 -72
- package/dist/behaviors/registry/service/atoms/std-service-github.orb +98 -98
- package/dist/behaviors/registry/service/atoms/std-service-llm.orb +118 -118
- package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +118 -118
- package/dist/behaviors/registry/service/atoms/std-service-redis.orb +103 -103
- package/dist/behaviors/registry/service/atoms/std-service-storage.orb +105 -105
- package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +95 -95
- package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +107 -107
- package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +104 -104
- package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +966 -966
- package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +905 -905
- package/package.json +1 -1
|
@@ -325,30 +325,30 @@
|
|
|
325
325
|
"type": "divider"
|
|
326
326
|
},
|
|
327
327
|
{
|
|
328
|
+
"type": "card",
|
|
328
329
|
"children": [
|
|
329
330
|
{
|
|
331
|
+
"direction": "vertical",
|
|
332
|
+
"gap": "md",
|
|
330
333
|
"children": [
|
|
331
334
|
{
|
|
332
|
-
"content": "Describe the task to plan",
|
|
333
335
|
"type": "typography",
|
|
336
|
+
"content": "Describe the task to plan",
|
|
334
337
|
"variant": "body"
|
|
335
338
|
},
|
|
336
339
|
{
|
|
337
|
-
"entity": "@entity",
|
|
338
340
|
"type": "form-section",
|
|
339
|
-
"mode": "edit",
|
|
340
341
|
"submitEvent": "PLAN",
|
|
342
|
+
"entity": "@entity",
|
|
343
|
+
"mode": "edit",
|
|
341
344
|
"fields": [
|
|
342
345
|
"task"
|
|
343
346
|
]
|
|
344
347
|
}
|
|
345
348
|
],
|
|
346
|
-
"gap": "md",
|
|
347
|
-
"direction": "vertical",
|
|
348
349
|
"type": "stack"
|
|
349
350
|
}
|
|
350
|
-
]
|
|
351
|
-
"type": "card"
|
|
351
|
+
]
|
|
352
352
|
}
|
|
353
353
|
]
|
|
354
354
|
}
|
|
@@ -383,10 +383,10 @@
|
|
|
383
383
|
"render-ui",
|
|
384
384
|
"main",
|
|
385
385
|
{
|
|
386
|
+
"align": "center",
|
|
386
387
|
"gap": "lg",
|
|
387
388
|
"direction": "vertical",
|
|
388
389
|
"type": "stack",
|
|
389
|
-
"align": "center",
|
|
390
390
|
"children": [
|
|
391
391
|
{
|
|
392
392
|
"type": "icon",
|
|
@@ -439,28 +439,28 @@
|
|
|
439
439
|
"render-ui",
|
|
440
440
|
"main",
|
|
441
441
|
{
|
|
442
|
+
"gap": "lg",
|
|
443
|
+
"type": "stack",
|
|
444
|
+
"direction": "vertical",
|
|
445
|
+
"align": "center",
|
|
442
446
|
"children": [
|
|
443
447
|
{
|
|
444
448
|
"name": "brain",
|
|
445
449
|
"type": "icon"
|
|
446
450
|
},
|
|
447
451
|
{
|
|
452
|
+
"variant": "h3",
|
|
448
453
|
"type": "typography",
|
|
449
|
-
"content": "Recalling relevant experience..."
|
|
450
|
-
"variant": "h3"
|
|
454
|
+
"content": "Recalling relevant experience..."
|
|
451
455
|
},
|
|
452
456
|
{
|
|
453
457
|
"type": "spinner"
|
|
454
458
|
},
|
|
455
459
|
{
|
|
456
|
-
"
|
|
457
|
-
"
|
|
460
|
+
"label": "@entity.category",
|
|
461
|
+
"type": "badge"
|
|
458
462
|
}
|
|
459
|
-
]
|
|
460
|
-
"gap": "lg",
|
|
461
|
-
"direction": "vertical",
|
|
462
|
-
"type": "stack",
|
|
463
|
-
"align": "center"
|
|
463
|
+
]
|
|
464
464
|
}
|
|
465
465
|
]
|
|
466
466
|
]
|
|
@@ -485,32 +485,32 @@
|
|
|
485
485
|
"main",
|
|
486
486
|
{
|
|
487
487
|
"type": "stack",
|
|
488
|
-
"direction": "vertical",
|
|
489
488
|
"align": "center",
|
|
489
|
+
"direction": "vertical",
|
|
490
|
+
"gap": "lg",
|
|
490
491
|
"children": [
|
|
491
492
|
{
|
|
492
|
-
"
|
|
493
|
-
"
|
|
493
|
+
"name": "alert-triangle",
|
|
494
|
+
"type": "icon"
|
|
494
495
|
},
|
|
495
496
|
{
|
|
496
|
-
"type": "typography",
|
|
497
497
|
"variant": "h2",
|
|
498
|
-
"content": "Planning Failed"
|
|
498
|
+
"content": "Planning Failed",
|
|
499
|
+
"type": "typography"
|
|
499
500
|
},
|
|
500
501
|
{
|
|
501
502
|
"type": "alert",
|
|
502
|
-
"
|
|
503
|
-
"
|
|
503
|
+
"message": "@entity.error",
|
|
504
|
+
"variant": "error"
|
|
504
505
|
},
|
|
505
506
|
{
|
|
507
|
+
"type": "button",
|
|
506
508
|
"label": "Try Again",
|
|
507
509
|
"icon": "rotate-ccw",
|
|
508
|
-
"
|
|
509
|
-
"
|
|
510
|
-
"variant": "primary"
|
|
510
|
+
"variant": "primary",
|
|
511
|
+
"action": "RESET"
|
|
511
512
|
}
|
|
512
|
-
]
|
|
513
|
-
"gap": "lg"
|
|
513
|
+
]
|
|
514
514
|
}
|
|
515
515
|
]
|
|
516
516
|
]
|
|
@@ -556,22 +556,25 @@
|
|
|
556
556
|
"render-ui",
|
|
557
557
|
"main",
|
|
558
558
|
{
|
|
559
|
-
"
|
|
559
|
+
"gap": "lg",
|
|
560
560
|
"children": [
|
|
561
561
|
{
|
|
562
562
|
"name": "cpu",
|
|
563
563
|
"type": "icon"
|
|
564
564
|
},
|
|
565
565
|
{
|
|
566
|
-
"
|
|
566
|
+
"variant": "h3",
|
|
567
567
|
"type": "typography",
|
|
568
|
-
"
|
|
568
|
+
"content": "Generating plan..."
|
|
569
569
|
},
|
|
570
570
|
{
|
|
571
571
|
"type": "spinner"
|
|
572
572
|
},
|
|
573
573
|
{
|
|
574
|
+
"justify": "center",
|
|
574
575
|
"type": "stack",
|
|
576
|
+
"gap": "md",
|
|
577
|
+
"direction": "horizontal",
|
|
575
578
|
"children": [
|
|
576
579
|
{
|
|
577
580
|
"type": "badge",
|
|
@@ -581,14 +584,11 @@
|
|
|
581
584
|
"label": "@entity.memoryCount",
|
|
582
585
|
"type": "badge"
|
|
583
586
|
}
|
|
584
|
-
]
|
|
585
|
-
"direction": "horizontal",
|
|
586
|
-
"justify": "center",
|
|
587
|
-
"gap": "md"
|
|
587
|
+
]
|
|
588
588
|
}
|
|
589
589
|
],
|
|
590
|
-
"gap": "lg",
|
|
591
590
|
"align": "center",
|
|
591
|
+
"type": "stack",
|
|
592
592
|
"direction": "vertical"
|
|
593
593
|
}
|
|
594
594
|
]
|
|
@@ -614,16 +614,15 @@
|
|
|
614
614
|
"main",
|
|
615
615
|
{
|
|
616
616
|
"align": "center",
|
|
617
|
-
"gap": "lg",
|
|
618
617
|
"children": [
|
|
619
618
|
{
|
|
620
|
-
"
|
|
621
|
-
"
|
|
619
|
+
"type": "icon",
|
|
620
|
+
"name": "alert-triangle"
|
|
622
621
|
},
|
|
623
622
|
{
|
|
624
|
-
"
|
|
623
|
+
"variant": "h2",
|
|
625
624
|
"content": "Planning Failed",
|
|
626
|
-
"
|
|
625
|
+
"type": "typography"
|
|
627
626
|
},
|
|
628
627
|
{
|
|
629
628
|
"variant": "error",
|
|
@@ -631,14 +630,15 @@
|
|
|
631
630
|
"type": "alert"
|
|
632
631
|
},
|
|
633
632
|
{
|
|
634
|
-
"type": "button",
|
|
635
|
-
"label": "Try Again",
|
|
636
633
|
"action": "RESET",
|
|
637
|
-
"
|
|
638
|
-
"
|
|
634
|
+
"variant": "primary",
|
|
635
|
+
"label": "Try Again",
|
|
636
|
+
"type": "button",
|
|
637
|
+
"icon": "rotate-ccw"
|
|
639
638
|
}
|
|
640
639
|
],
|
|
641
640
|
"type": "stack",
|
|
641
|
+
"gap": "lg",
|
|
642
642
|
"direction": "vertical"
|
|
643
643
|
}
|
|
644
644
|
]
|
|
@@ -685,6 +685,9 @@
|
|
|
685
685
|
{
|
|
686
686
|
"children": [
|
|
687
687
|
{
|
|
688
|
+
"justify": "between",
|
|
689
|
+
"type": "stack",
|
|
690
|
+
"direction": "horizontal",
|
|
688
691
|
"children": [
|
|
689
692
|
{
|
|
690
693
|
"children": [
|
|
@@ -699,30 +702,25 @@
|
|
|
699
702
|
}
|
|
700
703
|
],
|
|
701
704
|
"type": "stack",
|
|
702
|
-
"align": "center",
|
|
703
705
|
"direction": "horizontal",
|
|
704
|
-
"gap": "sm"
|
|
706
|
+
"gap": "sm",
|
|
707
|
+
"align": "center"
|
|
705
708
|
},
|
|
706
709
|
{
|
|
707
710
|
"action": "RESET",
|
|
711
|
+
"label": "New Plan",
|
|
708
712
|
"variant": "ghost",
|
|
709
|
-
"icon": "rotate-ccw",
|
|
710
713
|
"type": "button",
|
|
711
|
-
"
|
|
714
|
+
"icon": "rotate-ccw"
|
|
712
715
|
}
|
|
713
716
|
],
|
|
714
717
|
"align": "center",
|
|
715
|
-
"
|
|
716
|
-
"direction": "horizontal",
|
|
717
|
-
"gap": "sm",
|
|
718
|
-
"type": "stack"
|
|
718
|
+
"gap": "sm"
|
|
719
719
|
},
|
|
720
720
|
{
|
|
721
721
|
"type": "divider"
|
|
722
722
|
},
|
|
723
723
|
{
|
|
724
|
-
"cols": 3.0,
|
|
725
|
-
"type": "simple-grid",
|
|
726
724
|
"children": [
|
|
727
725
|
{
|
|
728
726
|
"type": "stat-display",
|
|
@@ -732,59 +730,62 @@
|
|
|
732
730
|
},
|
|
733
731
|
{
|
|
734
732
|
"value": "@entity.confidence",
|
|
733
|
+
"type": "stat-display",
|
|
735
734
|
"label": "Confidence",
|
|
736
|
-
"icon": "target"
|
|
737
|
-
"type": "stat-display"
|
|
735
|
+
"icon": "target"
|
|
738
736
|
},
|
|
739
737
|
{
|
|
740
|
-
"label": "Memories Used",
|
|
741
|
-
"type": "stat-display",
|
|
742
738
|
"icon": "brain",
|
|
743
|
-
"value": "@entity.memoryCount"
|
|
739
|
+
"value": "@entity.memoryCount",
|
|
740
|
+
"label": "Memories Used",
|
|
741
|
+
"type": "stat-display"
|
|
744
742
|
}
|
|
745
|
-
]
|
|
743
|
+
],
|
|
744
|
+
"type": "simple-grid",
|
|
745
|
+
"cols": 3.0
|
|
746
746
|
},
|
|
747
747
|
{
|
|
748
748
|
"type": "divider"
|
|
749
749
|
},
|
|
750
750
|
{
|
|
751
|
-
"type": "card",
|
|
752
751
|
"children": [
|
|
753
752
|
{
|
|
754
|
-
"gap": "md",
|
|
755
753
|
"type": "stack",
|
|
756
754
|
"direction": "vertical",
|
|
757
755
|
"children": [
|
|
758
756
|
{
|
|
757
|
+
"type": "typography",
|
|
759
758
|
"variant": "caption",
|
|
760
|
-
"content": "Task"
|
|
761
|
-
"type": "typography"
|
|
759
|
+
"content": "Task"
|
|
762
760
|
},
|
|
763
761
|
{
|
|
764
|
-
"content": "@entity.task",
|
|
765
762
|
"variant": "body",
|
|
766
|
-
"type": "typography"
|
|
763
|
+
"type": "typography",
|
|
764
|
+
"content": "@entity.task"
|
|
767
765
|
},
|
|
768
766
|
{
|
|
769
767
|
"type": "divider"
|
|
770
768
|
},
|
|
771
769
|
{
|
|
772
770
|
"content": "Execution Plan",
|
|
773
|
-
"
|
|
774
|
-
"
|
|
771
|
+
"type": "typography",
|
|
772
|
+
"variant": "caption"
|
|
775
773
|
},
|
|
776
774
|
{
|
|
775
|
+
"type": "typography",
|
|
777
776
|
"content": "@entity.steps",
|
|
778
|
-
"variant": "body"
|
|
779
|
-
"type": "typography"
|
|
777
|
+
"variant": "body"
|
|
780
778
|
}
|
|
781
|
-
]
|
|
779
|
+
],
|
|
780
|
+
"gap": "md"
|
|
782
781
|
}
|
|
783
|
-
]
|
|
782
|
+
],
|
|
783
|
+
"type": "card"
|
|
784
784
|
},
|
|
785
785
|
{
|
|
786
786
|
"children": [
|
|
787
787
|
{
|
|
788
|
+
"type": "stack",
|
|
788
789
|
"children": [
|
|
789
790
|
{
|
|
790
791
|
"type": "typography",
|
|
@@ -793,21 +794,20 @@
|
|
|
793
794
|
},
|
|
794
795
|
{
|
|
795
796
|
"type": "typography",
|
|
796
|
-
"
|
|
797
|
-
"
|
|
797
|
+
"variant": "body",
|
|
798
|
+
"content": "@entity.relevantMemories"
|
|
798
799
|
}
|
|
799
800
|
],
|
|
800
|
-
"
|
|
801
|
-
"direction": "vertical"
|
|
802
|
-
"gap": "sm"
|
|
801
|
+
"gap": "sm",
|
|
802
|
+
"direction": "vertical"
|
|
803
803
|
}
|
|
804
804
|
],
|
|
805
805
|
"type": "card"
|
|
806
806
|
}
|
|
807
807
|
],
|
|
808
|
+
"gap": "lg",
|
|
808
809
|
"direction": "vertical",
|
|
809
|
-
"type": "stack"
|
|
810
|
-
"gap": "lg"
|
|
810
|
+
"type": "stack"
|
|
811
811
|
}
|
|
812
812
|
]
|
|
813
813
|
]
|
|
@@ -832,11 +832,13 @@
|
|
|
832
832
|
"main",
|
|
833
833
|
{
|
|
834
834
|
"align": "center",
|
|
835
|
+
"direction": "vertical",
|
|
835
836
|
"type": "stack",
|
|
837
|
+
"gap": "lg",
|
|
836
838
|
"children": [
|
|
837
839
|
{
|
|
838
|
-
"
|
|
839
|
-
"
|
|
840
|
+
"type": "icon",
|
|
841
|
+
"name": "alert-triangle"
|
|
840
842
|
},
|
|
841
843
|
{
|
|
842
844
|
"variant": "h2",
|
|
@@ -844,20 +846,18 @@
|
|
|
844
846
|
"content": "Planning Failed"
|
|
845
847
|
},
|
|
846
848
|
{
|
|
849
|
+
"variant": "error",
|
|
847
850
|
"message": "@entity.error",
|
|
848
|
-
"type": "alert"
|
|
849
|
-
"variant": "error"
|
|
851
|
+
"type": "alert"
|
|
850
852
|
},
|
|
851
853
|
{
|
|
854
|
+
"type": "button",
|
|
852
855
|
"label": "Try Again",
|
|
853
856
|
"action": "RESET",
|
|
854
857
|
"variant": "primary",
|
|
855
|
-
"type": "button",
|
|
856
858
|
"icon": "rotate-ccw"
|
|
857
859
|
}
|
|
858
|
-
]
|
|
859
|
-
"direction": "vertical",
|
|
860
|
-
"gap": "lg"
|
|
860
|
+
]
|
|
861
861
|
}
|
|
862
862
|
]
|
|
863
863
|
]
|
|
@@ -913,7 +913,6 @@
|
|
|
913
913
|
{
|
|
914
914
|
"children": [
|
|
915
915
|
{
|
|
916
|
-
"type": "stack",
|
|
917
916
|
"children": [
|
|
918
917
|
{
|
|
919
918
|
"type": "icon",
|
|
@@ -925,43 +924,44 @@
|
|
|
925
924
|
"variant": "h2"
|
|
926
925
|
}
|
|
927
926
|
],
|
|
928
|
-
"direction": "horizontal",
|
|
929
927
|
"gap": "sm",
|
|
930
|
-
"align": "center"
|
|
928
|
+
"align": "center",
|
|
929
|
+
"direction": "horizontal",
|
|
930
|
+
"type": "stack"
|
|
931
931
|
},
|
|
932
932
|
{
|
|
933
933
|
"type": "divider"
|
|
934
934
|
},
|
|
935
935
|
{
|
|
936
|
+
"type": "card",
|
|
936
937
|
"children": [
|
|
937
938
|
{
|
|
938
|
-
"
|
|
939
|
-
"type": "stack",
|
|
939
|
+
"gap": "md",
|
|
940
940
|
"children": [
|
|
941
941
|
{
|
|
942
|
-
"type": "typography",
|
|
943
942
|
"content": "Describe the task to plan",
|
|
944
|
-
"variant": "body"
|
|
943
|
+
"variant": "body",
|
|
944
|
+
"type": "typography"
|
|
945
945
|
},
|
|
946
946
|
{
|
|
947
|
-
"entity": "@entity",
|
|
948
947
|
"type": "form-section",
|
|
948
|
+
"submitEvent": "PLAN",
|
|
949
949
|
"fields": [
|
|
950
950
|
"task"
|
|
951
951
|
],
|
|
952
|
-
"
|
|
953
|
-
"
|
|
952
|
+
"entity": "@entity",
|
|
953
|
+
"mode": "edit"
|
|
954
954
|
}
|
|
955
955
|
],
|
|
956
|
-
"
|
|
956
|
+
"type": "stack",
|
|
957
|
+
"direction": "vertical"
|
|
957
958
|
}
|
|
958
|
-
]
|
|
959
|
-
"type": "card"
|
|
959
|
+
]
|
|
960
960
|
}
|
|
961
961
|
],
|
|
962
|
-
"
|
|
962
|
+
"direction": "vertical",
|
|
963
963
|
"gap": "lg",
|
|
964
|
-
"
|
|
964
|
+
"type": "stack"
|
|
965
965
|
}
|
|
966
966
|
]
|
|
967
967
|
]
|
|
@@ -975,16 +975,16 @@
|
|
|
975
975
|
"name": "PlannerTaskInput",
|
|
976
976
|
"linkedEntity": "AgentPlanner",
|
|
977
977
|
"config": {
|
|
978
|
+
"icon": "plus-circle",
|
|
978
979
|
"fields": [
|
|
979
980
|
"task"
|
|
980
981
|
],
|
|
981
982
|
"title": "New Task",
|
|
982
|
-
"mode": "create"
|
|
983
|
-
"icon": "plus-circle"
|
|
983
|
+
"mode": "create"
|
|
984
984
|
},
|
|
985
985
|
"events": {
|
|
986
|
-
"
|
|
987
|
-
"
|
|
986
|
+
"OPEN": "NEW_TASK",
|
|
987
|
+
"SAVE": "PLAN"
|
|
988
988
|
}
|
|
989
989
|
},
|
|
990
990
|
{
|