@almadar/std 8.5.1 → 10.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/behaviors/registry/agent/atoms/std-agent-activity-log.orb +97 -97
- package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +129 -129
- package/behaviors/registry/agent/atoms/std-agent-classifier.orb +127 -127
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +133 -133
- package/behaviors/registry/agent/atoms/std-agent-context-window.orb +419 -419
- package/behaviors/registry/agent/atoms/std-agent-conversation.orb +100 -100
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +112 -112
- package/behaviors/registry/agent/atoms/std-agent-provider.orb +138 -138
- package/behaviors/registry/agent/atoms/std-agent-search.orb +78 -78
- package/behaviors/registry/agent/atoms/std-agent-session.orb +171 -171
- package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +202 -202
- package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +358 -358
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +79 -79
- package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +204 -204
- package/behaviors/registry/agent/molecules/std-agent-learner.orb +190 -190
- package/behaviors/registry/agent/molecules/std-agent-planner.orb +152 -152
- package/behaviors/registry/agent/molecules/std-agent-rag.orb +115 -115
- package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
- package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1219 -1219
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +2995 -2995
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2285 -2285
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1063 -1063
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +876 -876
- package/behaviors/registry/app/organisms/std-api-gateway.orb +840 -840
- package/behaviors/registry/app/organisms/std-booking-system.orb +1248 -1248
- package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +816 -816
- package/behaviors/registry/app/organisms/std-cms.orb +587 -587
- package/behaviors/registry/app/organisms/std-coding-academy.orb +416 -416
- package/behaviors/registry/app/organisms/std-crm.orb +966 -966
- package/behaviors/registry/app/organisms/std-devops-dashboard.orb +1375 -1375
- package/behaviors/registry/app/organisms/std-ecommerce.orb +1109 -1109
- package/behaviors/registry/app/organisms/std-finance-tracker.orb +716 -716
- package/behaviors/registry/app/organisms/std-healthcare.orb +1473 -1473
- package/behaviors/registry/app/organisms/std-helpdesk.orb +693 -693
- package/behaviors/registry/app/organisms/std-hr-portal.orb +1252 -1252
- package/behaviors/registry/app/organisms/std-iot-dashboard.orb +895 -895
- package/behaviors/registry/app/organisms/std-lms.orb +876 -876
- package/behaviors/registry/app/organisms/std-project-manager.orb +790 -790
- package/behaviors/registry/app/organisms/std-realtime-chat.orb +740 -740
- package/behaviors/registry/app/organisms/std-social-feed.orb +266 -266
- package/behaviors/registry/app/organisms/std-trading-dashboard.orb +699 -699
- package/behaviors/registry/core/atoms/std-browse.orb +67 -67
- package/behaviors/registry/core/atoms/std-cache-aside.orb +97 -97
- package/behaviors/registry/core/atoms/std-calendar.orb +62 -62
- package/behaviors/registry/core/atoms/std-circuit-breaker.orb +188 -188
- package/behaviors/registry/core/atoms/std-confirmation.orb +34 -34
- package/behaviors/registry/core/atoms/std-display.orb +370 -370
- package/behaviors/registry/core/atoms/std-drawer.orb +61 -61
- package/behaviors/registry/core/atoms/std-filter.orb +63 -63
- package/behaviors/registry/core/atoms/std-gallery.orb +55 -55
- package/behaviors/registry/core/atoms/std-modal.orb +19 -19
- package/behaviors/registry/core/atoms/std-pagination.orb +53 -53
- package/behaviors/registry/core/atoms/std-push.orb +49 -49
- package/behaviors/registry/core/atoms/std-rate-limiter.orb +185 -185
- package/behaviors/registry/core/atoms/std-related.orb +39 -39
- package/behaviors/registry/core/atoms/std-search.orb +73 -73
- package/behaviors/registry/core/atoms/std-selection.orb +110 -110
- package/behaviors/registry/core/atoms/std-tabs.orb +47 -47
- package/behaviors/registry/core/molecules/std-cart.orb +68 -72
- package/behaviors/registry/core/molecules/std-filtered-list.orb +11 -11
- package/behaviors/registry/core/molecules/std-form-advanced.orb +140 -140
- package/behaviors/registry/core/molecules/std-list.orb +68 -68
- package/behaviors/registry/core/molecules/std-wizard-form.orb +152 -152
- package/behaviors/registry/game/atoms/std-collision.orb +140 -140
- package/behaviors/registry/game/atoms/std-combat.orb +76 -76
- package/behaviors/registry/game/atoms/std-dialogue-box.orb +27 -27
- package/behaviors/registry/game/atoms/std-game-canvas2d.orb +47 -47
- package/behaviors/registry/game/atoms/std-gameflow.orb +49 -49
- package/behaviors/registry/game/atoms/std-movement.orb +276 -276
- package/behaviors/registry/game/atoms/std-overworld.orb +64 -64
- package/behaviors/registry/game/atoms/std-physics2d.orb +88 -88
- package/behaviors/registry/game/atoms/std-quest.orb +129 -129
- package/behaviors/registry/game/atoms/std-timer.orb +285 -285
- package/behaviors/registry/game/organisms/std-arcade-game.orb +172 -172
- package/behaviors/registry/game/organisms/std-logic-training.orb +89 -89
- package/behaviors/registry/game/organisms/std-platformer-app.orb +281 -281
- package/behaviors/registry/game/organisms/std-puzzle-app.orb +110 -110
- package/behaviors/registry/game/organisms/std-rpg-game.orb +446 -446
- package/behaviors/registry/game/organisms/std-stem-lab.orb +349 -349
- package/behaviors/registry/game/organisms/std-strategy-game.orb +550 -550
- package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +35 -35
- package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +93 -93
- package/behaviors/registry/service/atoms/std-service-email.orb +92 -92
- package/behaviors/registry/service/atoms/std-service-github.orb +111 -111
- package/behaviors/registry/service/atoms/std-service-llm.orb +132 -132
- package/behaviors/registry/service/atoms/std-service-oauth.orb +133 -133
- package/behaviors/registry/service/atoms/std-service-redis.orb +114 -114
- package/behaviors/registry/service/atoms/std-service-storage.orb +140 -140
- package/behaviors/registry/service/atoms/std-service-stripe.orb +115 -115
- package/behaviors/registry/service/atoms/std-service-twilio.orb +131 -131
- package/behaviors/registry/service/atoms/std-service-youtube.orb +128 -128
- package/behaviors/registry/service/organisms/std-service-marketplace.orb +1092 -1092
- package/behaviors/registry/service/organisms/std-service-research-assistant.orb +978 -978
- package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +97 -97
- package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +129 -129
- package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +127 -127
- package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +133 -133
- package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +419 -419
- package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +100 -100
- package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +112 -112
- package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +138 -138
- package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +78 -78
- package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +171 -171
- package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +202 -202
- package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +358 -358
- package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +79 -79
- package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +204 -204
- package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +190 -190
- package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +152 -152
- package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +115 -115
- package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +188 -188
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1219 -1219
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +2995 -2995
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2285 -2285
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1063 -1063
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +876 -876
- package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +840 -840
- package/dist/behaviors/registry/app/organisms/std-booking-system.orb +1248 -1248
- package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +816 -816
- package/dist/behaviors/registry/app/organisms/std-cms.orb +587 -587
- package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +416 -416
- package/dist/behaviors/registry/app/organisms/std-crm.orb +966 -966
- package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +1375 -1375
- package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +1109 -1109
- package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +716 -716
- package/dist/behaviors/registry/app/organisms/std-healthcare.orb +1473 -1473
- package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +693 -693
- package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +1252 -1252
- package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +895 -895
- package/dist/behaviors/registry/app/organisms/std-lms.orb +876 -876
- package/dist/behaviors/registry/app/organisms/std-project-manager.orb +790 -790
- package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +740 -740
- package/dist/behaviors/registry/app/organisms/std-social-feed.orb +266 -266
- package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +699 -699
- package/dist/behaviors/registry/core/atoms/std-browse.orb +67 -67
- package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +97 -97
- package/dist/behaviors/registry/core/atoms/std-calendar.orb +62 -62
- package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +188 -188
- package/dist/behaviors/registry/core/atoms/std-confirmation.orb +34 -34
- package/dist/behaviors/registry/core/atoms/std-display.orb +370 -370
- package/dist/behaviors/registry/core/atoms/std-drawer.orb +61 -61
- package/dist/behaviors/registry/core/atoms/std-filter.orb +63 -63
- package/dist/behaviors/registry/core/atoms/std-gallery.orb +55 -55
- package/dist/behaviors/registry/core/atoms/std-modal.orb +19 -19
- package/dist/behaviors/registry/core/atoms/std-pagination.orb +53 -53
- package/dist/behaviors/registry/core/atoms/std-push.orb +49 -49
- package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +185 -185
- package/dist/behaviors/registry/core/atoms/std-related.orb +39 -39
- package/dist/behaviors/registry/core/atoms/std-search.orb +73 -73
- package/dist/behaviors/registry/core/atoms/std-selection.orb +110 -110
- package/dist/behaviors/registry/core/atoms/std-tabs.orb +47 -47
- package/dist/behaviors/registry/core/molecules/std-cart.orb +68 -72
- package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +11 -11
- package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +140 -140
- package/dist/behaviors/registry/core/molecules/std-list.orb +68 -68
- package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +152 -152
- package/dist/behaviors/registry/game/atoms/std-collision.orb +140 -140
- package/dist/behaviors/registry/game/atoms/std-combat.orb +76 -76
- package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +27 -27
- package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +47 -47
- package/dist/behaviors/registry/game/atoms/std-gameflow.orb +49 -49
- package/dist/behaviors/registry/game/atoms/std-movement.orb +276 -276
- package/dist/behaviors/registry/game/atoms/std-overworld.orb +64 -64
- package/dist/behaviors/registry/game/atoms/std-physics2d.orb +88 -88
- package/dist/behaviors/registry/game/atoms/std-quest.orb +129 -129
- package/dist/behaviors/registry/game/atoms/std-timer.orb +285 -285
- package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +172 -172
- package/dist/behaviors/registry/game/organisms/std-logic-training.orb +89 -89
- package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +281 -281
- package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +110 -110
- package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +446 -446
- package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +349 -349
- package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +550 -550
- package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +35 -35
- package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +93 -93
- package/dist/behaviors/registry/service/atoms/std-service-email.orb +92 -92
- package/dist/behaviors/registry/service/atoms/std-service-github.orb +111 -111
- package/dist/behaviors/registry/service/atoms/std-service-llm.orb +132 -132
- package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +133 -133
- package/dist/behaviors/registry/service/atoms/std-service-redis.orb +114 -114
- package/dist/behaviors/registry/service/atoms/std-service-storage.orb +140 -140
- package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +115 -115
- package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +131 -131
- package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +128 -128
- package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +1092 -1092
- package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +978 -978
- package/package.json +1 -1
|
@@ -169,7 +169,7 @@
|
|
|
169
169
|
{
|
|
170
170
|
"event": "PLAN_READY",
|
|
171
171
|
"scope": "external",
|
|
172
|
-
"
|
|
172
|
+
"payloadSchema": [
|
|
173
173
|
{
|
|
174
174
|
"name": "plan",
|
|
175
175
|
"type": "string"
|
|
@@ -230,7 +230,7 @@
|
|
|
230
230
|
{
|
|
231
231
|
"key": "CLASSIFIED",
|
|
232
232
|
"name": "Classified",
|
|
233
|
-
"
|
|
233
|
+
"payloadSchema": [
|
|
234
234
|
{
|
|
235
235
|
"name": "category",
|
|
236
236
|
"type": "string",
|
|
@@ -241,7 +241,7 @@
|
|
|
241
241
|
{
|
|
242
242
|
"key": "FAILED",
|
|
243
243
|
"name": "Failed",
|
|
244
|
-
"
|
|
244
|
+
"payloadSchema": [
|
|
245
245
|
{
|
|
246
246
|
"name": "error",
|
|
247
247
|
"type": "string",
|
|
@@ -252,7 +252,7 @@
|
|
|
252
252
|
{
|
|
253
253
|
"key": "MEMORIES_LOADED",
|
|
254
254
|
"name": "Memories Loaded",
|
|
255
|
-
"
|
|
255
|
+
"payloadSchema": [
|
|
256
256
|
{
|
|
257
257
|
"name": "memories",
|
|
258
258
|
"type": "string",
|
|
@@ -268,7 +268,7 @@
|
|
|
268
268
|
{
|
|
269
269
|
"key": "PLAN_GENERATED",
|
|
270
270
|
"name": "Plan Generated",
|
|
271
|
-
"
|
|
271
|
+
"payloadSchema": [
|
|
272
272
|
{
|
|
273
273
|
"name": "steps",
|
|
274
274
|
"type": "string",
|
|
@@ -300,26 +300,23 @@
|
|
|
300
300
|
"render-ui",
|
|
301
301
|
"main",
|
|
302
302
|
{
|
|
303
|
-
"direction": "vertical",
|
|
304
|
-
"gap": "lg",
|
|
305
|
-
"type": "stack",
|
|
306
303
|
"children": [
|
|
307
304
|
{
|
|
308
|
-
"align": "center",
|
|
309
|
-
"type": "stack",
|
|
310
|
-
"direction": "horizontal",
|
|
311
|
-
"gap": "sm",
|
|
312
305
|
"children": [
|
|
313
306
|
{
|
|
314
|
-
"
|
|
315
|
-
"
|
|
307
|
+
"type": "icon",
|
|
308
|
+
"name": "map"
|
|
316
309
|
},
|
|
317
310
|
{
|
|
318
|
-
"content": "Task Planner",
|
|
319
311
|
"type": "typography",
|
|
312
|
+
"content": "Task Planner",
|
|
320
313
|
"variant": "h2"
|
|
321
314
|
}
|
|
322
|
-
]
|
|
315
|
+
],
|
|
316
|
+
"type": "stack",
|
|
317
|
+
"gap": "sm",
|
|
318
|
+
"direction": "horizontal",
|
|
319
|
+
"align": "center"
|
|
323
320
|
},
|
|
324
321
|
{
|
|
325
322
|
"type": "divider"
|
|
@@ -328,29 +325,32 @@
|
|
|
328
325
|
"type": "card",
|
|
329
326
|
"children": [
|
|
330
327
|
{
|
|
331
|
-
"direction": "vertical",
|
|
332
328
|
"gap": "md",
|
|
329
|
+
"type": "stack",
|
|
330
|
+
"direction": "vertical",
|
|
333
331
|
"children": [
|
|
334
332
|
{
|
|
335
|
-
"type": "typography",
|
|
336
333
|
"content": "Describe the task to plan",
|
|
337
|
-
"variant": "body"
|
|
334
|
+
"variant": "body",
|
|
335
|
+
"type": "typography"
|
|
338
336
|
},
|
|
339
337
|
{
|
|
340
|
-
"type": "form-section",
|
|
341
|
-
"submitEvent": "PLAN",
|
|
342
|
-
"entity": "@entity",
|
|
343
|
-
"mode": "edit",
|
|
344
338
|
"fields": [
|
|
345
339
|
"task"
|
|
346
|
-
]
|
|
340
|
+
],
|
|
341
|
+
"mode": "edit",
|
|
342
|
+
"entity": "@entity",
|
|
343
|
+
"type": "form-section",
|
|
344
|
+
"submitEvent": "PLAN"
|
|
347
345
|
}
|
|
348
|
-
]
|
|
349
|
-
"type": "stack"
|
|
346
|
+
]
|
|
350
347
|
}
|
|
351
348
|
]
|
|
352
349
|
}
|
|
353
|
-
]
|
|
350
|
+
],
|
|
351
|
+
"gap": "lg",
|
|
352
|
+
"type": "stack",
|
|
353
|
+
"direction": "vertical"
|
|
354
354
|
}
|
|
355
355
|
]
|
|
356
356
|
]
|
|
@@ -383,29 +383,29 @@
|
|
|
383
383
|
"render-ui",
|
|
384
384
|
"main",
|
|
385
385
|
{
|
|
386
|
-
"align": "center",
|
|
387
|
-
"gap": "lg",
|
|
388
|
-
"direction": "vertical",
|
|
389
386
|
"type": "stack",
|
|
387
|
+
"direction": "vertical",
|
|
388
|
+
"align": "center",
|
|
390
389
|
"children": [
|
|
391
390
|
{
|
|
392
|
-
"
|
|
393
|
-
"
|
|
391
|
+
"name": "tag",
|
|
392
|
+
"type": "icon"
|
|
394
393
|
},
|
|
395
394
|
{
|
|
395
|
+
"content": "Classifying task...",
|
|
396
396
|
"variant": "h3",
|
|
397
|
-
"type": "typography"
|
|
398
|
-
"content": "Classifying task..."
|
|
397
|
+
"type": "typography"
|
|
399
398
|
},
|
|
400
399
|
{
|
|
401
400
|
"type": "spinner"
|
|
402
401
|
},
|
|
403
402
|
{
|
|
404
|
-
"
|
|
403
|
+
"type": "typography",
|
|
405
404
|
"variant": "caption",
|
|
406
|
-
"
|
|
405
|
+
"content": "@entity.task"
|
|
407
406
|
}
|
|
408
|
-
]
|
|
407
|
+
],
|
|
408
|
+
"gap": "lg"
|
|
409
409
|
}
|
|
410
410
|
]
|
|
411
411
|
]
|
|
@@ -440,13 +440,11 @@
|
|
|
440
440
|
"main",
|
|
441
441
|
{
|
|
442
442
|
"gap": "lg",
|
|
443
|
-
"type": "stack",
|
|
444
|
-
"direction": "vertical",
|
|
445
443
|
"align": "center",
|
|
446
444
|
"children": [
|
|
447
445
|
{
|
|
448
|
-
"
|
|
449
|
-
"
|
|
446
|
+
"type": "icon",
|
|
447
|
+
"name": "brain"
|
|
450
448
|
},
|
|
451
449
|
{
|
|
452
450
|
"variant": "h3",
|
|
@@ -457,10 +455,12 @@
|
|
|
457
455
|
"type": "spinner"
|
|
458
456
|
},
|
|
459
457
|
{
|
|
460
|
-
"
|
|
461
|
-
"
|
|
458
|
+
"type": "badge",
|
|
459
|
+
"label": "@entity.category"
|
|
462
460
|
}
|
|
463
|
-
]
|
|
461
|
+
],
|
|
462
|
+
"direction": "vertical",
|
|
463
|
+
"type": "stack"
|
|
464
464
|
}
|
|
465
465
|
]
|
|
466
466
|
]
|
|
@@ -484,33 +484,33 @@
|
|
|
484
484
|
"render-ui",
|
|
485
485
|
"main",
|
|
486
486
|
{
|
|
487
|
-
"type": "stack",
|
|
488
|
-
"align": "center",
|
|
489
|
-
"direction": "vertical",
|
|
490
|
-
"gap": "lg",
|
|
491
487
|
"children": [
|
|
492
488
|
{
|
|
493
489
|
"name": "alert-triangle",
|
|
494
490
|
"type": "icon"
|
|
495
491
|
},
|
|
496
492
|
{
|
|
493
|
+
"type": "typography",
|
|
497
494
|
"variant": "h2",
|
|
498
|
-
"content": "Planning Failed"
|
|
499
|
-
"type": "typography"
|
|
495
|
+
"content": "Planning Failed"
|
|
500
496
|
},
|
|
501
497
|
{
|
|
502
|
-
"type": "alert",
|
|
503
498
|
"message": "@entity.error",
|
|
499
|
+
"type": "alert",
|
|
504
500
|
"variant": "error"
|
|
505
501
|
},
|
|
506
502
|
{
|
|
507
503
|
"type": "button",
|
|
508
|
-
"
|
|
504
|
+
"action": "RESET",
|
|
509
505
|
"icon": "rotate-ccw",
|
|
510
|
-
"
|
|
511
|
-
"
|
|
506
|
+
"label": "Try Again",
|
|
507
|
+
"variant": "primary"
|
|
512
508
|
}
|
|
513
|
-
]
|
|
509
|
+
],
|
|
510
|
+
"direction": "vertical",
|
|
511
|
+
"type": "stack",
|
|
512
|
+
"gap": "lg",
|
|
513
|
+
"align": "center"
|
|
514
514
|
}
|
|
515
515
|
]
|
|
516
516
|
]
|
|
@@ -556,11 +556,12 @@
|
|
|
556
556
|
"render-ui",
|
|
557
557
|
"main",
|
|
558
558
|
{
|
|
559
|
+
"align": "center",
|
|
559
560
|
"gap": "lg",
|
|
560
561
|
"children": [
|
|
561
562
|
{
|
|
562
|
-
"
|
|
563
|
-
"
|
|
563
|
+
"type": "icon",
|
|
564
|
+
"name": "cpu"
|
|
564
565
|
},
|
|
565
566
|
{
|
|
566
567
|
"variant": "h3",
|
|
@@ -571,25 +572,24 @@
|
|
|
571
572
|
"type": "spinner"
|
|
572
573
|
},
|
|
573
574
|
{
|
|
574
|
-
"justify": "center",
|
|
575
|
-
"type": "stack",
|
|
576
575
|
"gap": "md",
|
|
577
|
-
"
|
|
576
|
+
"justify": "center",
|
|
578
577
|
"children": [
|
|
579
578
|
{
|
|
580
579
|
"type": "badge",
|
|
581
580
|
"label": "@entity.category"
|
|
582
581
|
},
|
|
583
582
|
{
|
|
584
|
-
"
|
|
585
|
-
"
|
|
583
|
+
"type": "badge",
|
|
584
|
+
"label": "@entity.memoryCount"
|
|
586
585
|
}
|
|
587
|
-
]
|
|
586
|
+
],
|
|
587
|
+
"type": "stack",
|
|
588
|
+
"direction": "horizontal"
|
|
588
589
|
}
|
|
589
590
|
],
|
|
590
|
-
"
|
|
591
|
-
"type": "stack"
|
|
592
|
-
"direction": "vertical"
|
|
591
|
+
"direction": "vertical",
|
|
592
|
+
"type": "stack"
|
|
593
593
|
}
|
|
594
594
|
]
|
|
595
595
|
]
|
|
@@ -614,32 +614,32 @@
|
|
|
614
614
|
"main",
|
|
615
615
|
{
|
|
616
616
|
"align": "center",
|
|
617
|
+
"direction": "vertical",
|
|
618
|
+
"type": "stack",
|
|
619
|
+
"gap": "lg",
|
|
617
620
|
"children": [
|
|
618
621
|
{
|
|
619
622
|
"type": "icon",
|
|
620
623
|
"name": "alert-triangle"
|
|
621
624
|
},
|
|
622
625
|
{
|
|
623
|
-
"
|
|
626
|
+
"type": "typography",
|
|
624
627
|
"content": "Planning Failed",
|
|
625
|
-
"
|
|
628
|
+
"variant": "h2"
|
|
626
629
|
},
|
|
627
630
|
{
|
|
628
631
|
"variant": "error",
|
|
629
|
-
"
|
|
630
|
-
"
|
|
632
|
+
"type": "alert",
|
|
633
|
+
"message": "@entity.error"
|
|
631
634
|
},
|
|
632
635
|
{
|
|
633
|
-
"action": "RESET",
|
|
634
|
-
"variant": "primary",
|
|
635
636
|
"label": "Try Again",
|
|
637
|
+
"variant": "primary",
|
|
636
638
|
"type": "button",
|
|
637
|
-
"icon": "rotate-ccw"
|
|
639
|
+
"icon": "rotate-ccw",
|
|
640
|
+
"action": "RESET"
|
|
638
641
|
}
|
|
639
|
-
]
|
|
640
|
-
"type": "stack",
|
|
641
|
-
"gap": "lg",
|
|
642
|
-
"direction": "vertical"
|
|
642
|
+
]
|
|
643
643
|
}
|
|
644
644
|
]
|
|
645
645
|
]
|
|
@@ -683,85 +683,90 @@
|
|
|
683
683
|
"render-ui",
|
|
684
684
|
"main",
|
|
685
685
|
{
|
|
686
|
+
"direction": "vertical",
|
|
687
|
+
"type": "stack",
|
|
688
|
+
"gap": "lg",
|
|
686
689
|
"children": [
|
|
687
690
|
{
|
|
691
|
+
"direction": "horizontal",
|
|
692
|
+
"align": "center",
|
|
693
|
+
"gap": "sm",
|
|
688
694
|
"justify": "between",
|
|
689
695
|
"type": "stack",
|
|
690
|
-
"direction": "horizontal",
|
|
691
696
|
"children": [
|
|
692
697
|
{
|
|
698
|
+
"align": "center",
|
|
693
699
|
"children": [
|
|
694
700
|
{
|
|
695
|
-
"
|
|
696
|
-
"
|
|
701
|
+
"name": "check-circle",
|
|
702
|
+
"type": "icon"
|
|
697
703
|
},
|
|
698
704
|
{
|
|
699
|
-
"type": "typography",
|
|
700
705
|
"content": "Plan Ready",
|
|
706
|
+
"type": "typography",
|
|
701
707
|
"variant": "h2"
|
|
702
708
|
}
|
|
703
709
|
],
|
|
704
|
-
"type": "stack",
|
|
705
|
-
"direction": "horizontal",
|
|
706
710
|
"gap": "sm",
|
|
707
|
-
"
|
|
711
|
+
"type": "stack",
|
|
712
|
+
"direction": "horizontal"
|
|
708
713
|
},
|
|
709
714
|
{
|
|
710
|
-
"action": "RESET",
|
|
711
|
-
"label": "New Plan",
|
|
712
715
|
"variant": "ghost",
|
|
716
|
+
"action": "RESET",
|
|
713
717
|
"type": "button",
|
|
714
|
-
"icon": "rotate-ccw"
|
|
718
|
+
"icon": "rotate-ccw",
|
|
719
|
+
"label": "New Plan"
|
|
715
720
|
}
|
|
716
|
-
]
|
|
717
|
-
"align": "center",
|
|
718
|
-
"gap": "sm"
|
|
721
|
+
]
|
|
719
722
|
},
|
|
720
723
|
{
|
|
721
724
|
"type": "divider"
|
|
722
725
|
},
|
|
723
726
|
{
|
|
727
|
+
"cols": 3.0,
|
|
724
728
|
"children": [
|
|
725
729
|
{
|
|
726
|
-
"type": "stat-display",
|
|
727
730
|
"value": "@entity.category",
|
|
728
|
-
"
|
|
729
|
-
"icon": "tag"
|
|
731
|
+
"type": "stat-display",
|
|
732
|
+
"icon": "tag",
|
|
733
|
+
"label": "Category"
|
|
730
734
|
},
|
|
731
735
|
{
|
|
732
|
-
"
|
|
736
|
+
"icon": "target",
|
|
733
737
|
"type": "stat-display",
|
|
734
|
-
"
|
|
735
|
-
"
|
|
738
|
+
"value": "@entity.confidence",
|
|
739
|
+
"label": "Confidence"
|
|
736
740
|
},
|
|
737
741
|
{
|
|
738
|
-
"
|
|
739
|
-
"value": "@entity.memoryCount",
|
|
742
|
+
"type": "stat-display",
|
|
740
743
|
"label": "Memories Used",
|
|
741
|
-
"
|
|
744
|
+
"icon": "brain",
|
|
745
|
+
"value": "@entity.memoryCount"
|
|
742
746
|
}
|
|
743
747
|
],
|
|
744
|
-
"type": "simple-grid"
|
|
745
|
-
"cols": 3.0
|
|
748
|
+
"type": "simple-grid"
|
|
746
749
|
},
|
|
747
750
|
{
|
|
748
751
|
"type": "divider"
|
|
749
752
|
},
|
|
750
753
|
{
|
|
754
|
+
"type": "card",
|
|
751
755
|
"children": [
|
|
752
756
|
{
|
|
757
|
+
"gap": "md",
|
|
753
758
|
"type": "stack",
|
|
754
759
|
"direction": "vertical",
|
|
755
760
|
"children": [
|
|
756
761
|
{
|
|
757
|
-
"type": "typography",
|
|
758
762
|
"variant": "caption",
|
|
763
|
+
"type": "typography",
|
|
759
764
|
"content": "Task"
|
|
760
765
|
},
|
|
761
766
|
{
|
|
762
|
-
"variant": "body",
|
|
763
767
|
"type": "typography",
|
|
764
|
-
"content": "@entity.task"
|
|
768
|
+
"content": "@entity.task",
|
|
769
|
+
"variant": "body"
|
|
765
770
|
},
|
|
766
771
|
{
|
|
767
772
|
"type": "divider"
|
|
@@ -772,20 +777,17 @@
|
|
|
772
777
|
"variant": "caption"
|
|
773
778
|
},
|
|
774
779
|
{
|
|
775
|
-
"type": "typography",
|
|
776
780
|
"content": "@entity.steps",
|
|
777
|
-
"variant": "body"
|
|
781
|
+
"variant": "body",
|
|
782
|
+
"type": "typography"
|
|
778
783
|
}
|
|
779
|
-
]
|
|
780
|
-
"gap": "md"
|
|
784
|
+
]
|
|
781
785
|
}
|
|
782
|
-
]
|
|
783
|
-
"type": "card"
|
|
786
|
+
]
|
|
784
787
|
},
|
|
785
788
|
{
|
|
786
789
|
"children": [
|
|
787
790
|
{
|
|
788
|
-
"type": "stack",
|
|
789
791
|
"children": [
|
|
790
792
|
{
|
|
791
793
|
"type": "typography",
|
|
@@ -793,21 +795,19 @@
|
|
|
793
795
|
"content": "Relevant Memories"
|
|
794
796
|
},
|
|
795
797
|
{
|
|
798
|
+
"content": "@entity.relevantMemories",
|
|
796
799
|
"type": "typography",
|
|
797
|
-
"variant": "body"
|
|
798
|
-
"content": "@entity.relevantMemories"
|
|
800
|
+
"variant": "body"
|
|
799
801
|
}
|
|
800
802
|
],
|
|
801
803
|
"gap": "sm",
|
|
802
|
-
"direction": "vertical"
|
|
804
|
+
"direction": "vertical",
|
|
805
|
+
"type": "stack"
|
|
803
806
|
}
|
|
804
807
|
],
|
|
805
808
|
"type": "card"
|
|
806
809
|
}
|
|
807
|
-
]
|
|
808
|
-
"gap": "lg",
|
|
809
|
-
"direction": "vertical",
|
|
810
|
-
"type": "stack"
|
|
810
|
+
]
|
|
811
811
|
}
|
|
812
812
|
]
|
|
813
813
|
]
|
|
@@ -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",
|
|
838
834
|
"children": [
|
|
839
835
|
{
|
|
840
|
-
"
|
|
841
|
-
"
|
|
836
|
+
"name": "alert-triangle",
|
|
837
|
+
"type": "icon"
|
|
842
838
|
},
|
|
843
839
|
{
|
|
840
|
+
"content": "Planning Failed",
|
|
844
841
|
"variant": "h2",
|
|
845
|
-
"type": "typography"
|
|
846
|
-
"content": "Planning Failed"
|
|
842
|
+
"type": "typography"
|
|
847
843
|
},
|
|
848
844
|
{
|
|
845
|
+
"type": "alert",
|
|
849
846
|
"variant": "error",
|
|
850
|
-
"message": "@entity.error"
|
|
851
|
-
"type": "alert"
|
|
847
|
+
"message": "@entity.error"
|
|
852
848
|
},
|
|
853
849
|
{
|
|
854
|
-
"
|
|
850
|
+
"icon": "rotate-ccw",
|
|
855
851
|
"label": "Try Again",
|
|
856
852
|
"action": "RESET",
|
|
857
|
-
"
|
|
858
|
-
"
|
|
853
|
+
"type": "button",
|
|
854
|
+
"variant": "primary"
|
|
859
855
|
}
|
|
860
|
-
]
|
|
856
|
+
],
|
|
857
|
+
"direction": "vertical",
|
|
858
|
+
"type": "stack",
|
|
859
|
+
"align": "center",
|
|
860
|
+
"gap": "lg"
|
|
861
861
|
}
|
|
862
862
|
]
|
|
863
863
|
]
|
|
@@ -911,23 +911,26 @@
|
|
|
911
911
|
"render-ui",
|
|
912
912
|
"main",
|
|
913
913
|
{
|
|
914
|
+
"direction": "vertical",
|
|
915
|
+
"type": "stack",
|
|
916
|
+
"gap": "lg",
|
|
914
917
|
"children": [
|
|
915
918
|
{
|
|
919
|
+
"align": "center",
|
|
916
920
|
"children": [
|
|
917
921
|
{
|
|
918
922
|
"type": "icon",
|
|
919
923
|
"name": "map"
|
|
920
924
|
},
|
|
921
925
|
{
|
|
922
|
-
"type": "typography",
|
|
923
926
|
"content": "Task Planner",
|
|
927
|
+
"type": "typography",
|
|
924
928
|
"variant": "h2"
|
|
925
929
|
}
|
|
926
930
|
],
|
|
927
|
-
"
|
|
928
|
-
"align": "center",
|
|
931
|
+
"type": "stack",
|
|
929
932
|
"direction": "horizontal",
|
|
930
|
-
"
|
|
933
|
+
"gap": "sm"
|
|
931
934
|
},
|
|
932
935
|
{
|
|
933
936
|
"type": "divider"
|
|
@@ -936,32 +939,29 @@
|
|
|
936
939
|
"type": "card",
|
|
937
940
|
"children": [
|
|
938
941
|
{
|
|
942
|
+
"direction": "vertical",
|
|
939
943
|
"gap": "md",
|
|
944
|
+
"type": "stack",
|
|
940
945
|
"children": [
|
|
941
946
|
{
|
|
942
|
-
"content": "Describe the task to plan",
|
|
943
947
|
"variant": "body",
|
|
944
|
-
"type": "typography"
|
|
948
|
+
"type": "typography",
|
|
949
|
+
"content": "Describe the task to plan"
|
|
945
950
|
},
|
|
946
951
|
{
|
|
947
952
|
"type": "form-section",
|
|
953
|
+
"entity": "@entity",
|
|
954
|
+
"mode": "edit",
|
|
948
955
|
"submitEvent": "PLAN",
|
|
949
956
|
"fields": [
|
|
950
957
|
"task"
|
|
951
|
-
]
|
|
952
|
-
"entity": "@entity",
|
|
953
|
-
"mode": "edit"
|
|
958
|
+
]
|
|
954
959
|
}
|
|
955
|
-
]
|
|
956
|
-
"type": "stack",
|
|
957
|
-
"direction": "vertical"
|
|
960
|
+
]
|
|
958
961
|
}
|
|
959
962
|
]
|
|
960
963
|
}
|
|
961
|
-
]
|
|
962
|
-
"direction": "vertical",
|
|
963
|
-
"gap": "lg",
|
|
964
|
-
"type": "stack"
|
|
964
|
+
]
|
|
965
965
|
}
|
|
966
966
|
]
|
|
967
967
|
]
|
|
@@ -976,11 +976,11 @@
|
|
|
976
976
|
"linkedEntity": "AgentPlanner",
|
|
977
977
|
"config": {
|
|
978
978
|
"icon": "plus-circle",
|
|
979
|
+
"title": "New Task",
|
|
980
|
+
"mode": "create",
|
|
979
981
|
"fields": [
|
|
980
982
|
"task"
|
|
981
|
-
]
|
|
982
|
-
"title": "New Task",
|
|
983
|
-
"mode": "create"
|
|
983
|
+
]
|
|
984
984
|
},
|
|
985
985
|
"events": {
|
|
986
986
|
"OPEN": "NEW_TASK",
|
|
@@ -1031,4 +1031,4 @@
|
|
|
1031
1031
|
]
|
|
1032
1032
|
}
|
|
1033
1033
|
]
|
|
1034
|
-
}
|
|
1034
|
+
}
|