@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
|
@@ -313,22 +313,22 @@
|
|
|
313
313
|
"render-ui",
|
|
314
314
|
"main",
|
|
315
315
|
{
|
|
316
|
-
"type": "stack",
|
|
317
|
-
"direction": "vertical",
|
|
318
316
|
"gap": "md",
|
|
319
|
-
"align": "center",
|
|
320
317
|
"className": "py-12",
|
|
318
|
+
"direction": "vertical",
|
|
319
|
+
"align": "center",
|
|
321
320
|
"children": [
|
|
322
321
|
{
|
|
323
322
|
"type": "spinner"
|
|
324
323
|
},
|
|
325
324
|
{
|
|
326
325
|
"color": "muted",
|
|
326
|
+
"content": "Loading memories…",
|
|
327
327
|
"variant": "caption",
|
|
328
|
-
"type": "typography"
|
|
329
|
-
"content": "Loading memories…"
|
|
328
|
+
"type": "typography"
|
|
330
329
|
}
|
|
331
|
-
]
|
|
330
|
+
],
|
|
331
|
+
"type": "stack"
|
|
332
332
|
}
|
|
333
333
|
]
|
|
334
334
|
]
|
|
@@ -342,20 +342,14 @@
|
|
|
342
342
|
"render-ui",
|
|
343
343
|
"main",
|
|
344
344
|
{
|
|
345
|
-
"direction": "vertical",
|
|
346
|
-
"className": "max-w-5xl mx-auto w-full",
|
|
347
345
|
"type": "stack",
|
|
346
|
+
"direction": "vertical",
|
|
348
347
|
"children": [
|
|
349
348
|
{
|
|
350
|
-
"direction": "horizontal",
|
|
351
|
-
"gap": "md",
|
|
352
|
-
"align": "center",
|
|
353
349
|
"children": [
|
|
354
350
|
{
|
|
355
|
-
"direction": "horizontal",
|
|
356
|
-
"type": "stack",
|
|
357
|
-
"align": "center",
|
|
358
351
|
"gap": "sm",
|
|
352
|
+
"align": "center",
|
|
359
353
|
"children": [
|
|
360
354
|
{
|
|
361
355
|
"type": "icon",
|
|
@@ -366,84 +360,90 @@
|
|
|
366
360
|
"content": "AgentMemory Manager",
|
|
367
361
|
"variant": "h2"
|
|
368
362
|
}
|
|
369
|
-
]
|
|
363
|
+
],
|
|
364
|
+
"direction": "horizontal",
|
|
365
|
+
"type": "stack"
|
|
370
366
|
},
|
|
371
367
|
{
|
|
372
368
|
"type": "stack",
|
|
369
|
+
"direction": "horizontal",
|
|
373
370
|
"gap": "sm",
|
|
374
371
|
"children": [
|
|
375
372
|
{
|
|
376
|
-
"icon": "plus",
|
|
377
|
-
"variant": "primary",
|
|
378
|
-
"type": "button",
|
|
379
373
|
"label": "Memorize",
|
|
380
|
-
"action": "MEMORIZE"
|
|
374
|
+
"action": "MEMORIZE",
|
|
375
|
+
"type": "button",
|
|
376
|
+
"variant": "primary",
|
|
377
|
+
"icon": "plus"
|
|
381
378
|
},
|
|
382
379
|
{
|
|
383
|
-
"action": "RECALL",
|
|
384
|
-
"label": "Recall",
|
|
385
380
|
"variant": "secondary",
|
|
386
381
|
"icon": "search",
|
|
387
|
-
"type": "button"
|
|
382
|
+
"type": "button",
|
|
383
|
+
"label": "Recall",
|
|
384
|
+
"action": "RECALL"
|
|
388
385
|
},
|
|
389
386
|
{
|
|
390
|
-
"label": "Decay All",
|
|
391
387
|
"variant": "ghost",
|
|
392
388
|
"icon": "clock",
|
|
393
389
|
"action": "DECAY",
|
|
394
|
-
"type": "button"
|
|
390
|
+
"type": "button",
|
|
391
|
+
"label": "Decay All"
|
|
395
392
|
}
|
|
396
|
-
]
|
|
397
|
-
"direction": "horizontal"
|
|
393
|
+
]
|
|
398
394
|
}
|
|
399
395
|
],
|
|
396
|
+
"direction": "horizontal",
|
|
400
397
|
"justify": "between",
|
|
401
|
-
"type": "stack"
|
|
398
|
+
"type": "stack",
|
|
399
|
+
"gap": "md",
|
|
400
|
+
"align": "center"
|
|
402
401
|
},
|
|
403
402
|
{
|
|
404
403
|
"type": "divider"
|
|
405
404
|
},
|
|
406
405
|
{
|
|
407
|
-
"type": "data-grid",
|
|
408
|
-
"entity": "@payload.data",
|
|
409
|
-
"itemActions": [
|
|
410
|
-
{
|
|
411
|
-
"event": "PIN",
|
|
412
|
-
"variant": "ghost",
|
|
413
|
-
"label": "Pin"
|
|
414
|
-
},
|
|
415
|
-
{
|
|
416
|
-
"label": "Reinforce",
|
|
417
|
-
"variant": "ghost",
|
|
418
|
-
"event": "REINFORCE"
|
|
419
|
-
},
|
|
420
|
-
{
|
|
421
|
-
"variant": "danger",
|
|
422
|
-
"event": "FORGET",
|
|
423
|
-
"label": "Forget"
|
|
424
|
-
}
|
|
425
|
-
],
|
|
426
406
|
"fields": [
|
|
427
407
|
{
|
|
408
|
+
"label": "Content",
|
|
428
409
|
"name": "content",
|
|
429
410
|
"icon": "brain",
|
|
430
|
-
"label": "Content",
|
|
431
411
|
"variant": "h4"
|
|
432
412
|
},
|
|
433
413
|
{
|
|
434
|
-
"variant": "badge",
|
|
435
414
|
"name": "category",
|
|
415
|
+
"variant": "badge",
|
|
436
416
|
"label": "Category"
|
|
437
417
|
},
|
|
438
418
|
{
|
|
439
|
-
"name": "strength",
|
|
440
419
|
"label": "Strength",
|
|
441
|
-
"variant": "caption"
|
|
420
|
+
"variant": "caption",
|
|
421
|
+
"name": "strength"
|
|
422
|
+
}
|
|
423
|
+
],
|
|
424
|
+
"type": "data-grid",
|
|
425
|
+
"entity": "@payload.data",
|
|
426
|
+
"itemActions": [
|
|
427
|
+
{
|
|
428
|
+
"label": "Pin",
|
|
429
|
+
"event": "PIN",
|
|
430
|
+
"variant": "ghost"
|
|
431
|
+
},
|
|
432
|
+
{
|
|
433
|
+
"event": "REINFORCE",
|
|
434
|
+
"label": "Reinforce",
|
|
435
|
+
"variant": "ghost"
|
|
436
|
+
},
|
|
437
|
+
{
|
|
438
|
+
"variant": "danger",
|
|
439
|
+
"label": "Forget",
|
|
440
|
+
"event": "FORGET"
|
|
442
441
|
}
|
|
443
442
|
]
|
|
444
443
|
}
|
|
445
444
|
],
|
|
446
|
-
"gap": "lg"
|
|
445
|
+
"gap": "lg",
|
|
446
|
+
"className": "max-w-5xl mx-auto w-full"
|
|
447
447
|
}
|
|
448
448
|
]
|
|
449
449
|
]
|
|
@@ -457,34 +457,34 @@
|
|
|
457
457
|
"render-ui",
|
|
458
458
|
"main",
|
|
459
459
|
{
|
|
460
|
-
"type": "stack",
|
|
461
460
|
"direction": "vertical",
|
|
462
|
-
"align": "center",
|
|
463
|
-
"gap": "md",
|
|
464
461
|
"className": "py-12",
|
|
462
|
+
"type": "stack",
|
|
463
|
+
"gap": "md",
|
|
464
|
+
"align": "center",
|
|
465
465
|
"children": [
|
|
466
466
|
{
|
|
467
|
-
"type": "icon",
|
|
468
467
|
"color": "destructive",
|
|
469
|
-
"name": "alert-triangle"
|
|
468
|
+
"name": "alert-triangle",
|
|
469
|
+
"type": "icon"
|
|
470
470
|
},
|
|
471
471
|
{
|
|
472
472
|
"type": "typography",
|
|
473
|
-
"
|
|
474
|
-
"
|
|
473
|
+
"variant": "h3",
|
|
474
|
+
"content": "Failed to load memories"
|
|
475
475
|
},
|
|
476
476
|
{
|
|
477
|
-
"
|
|
477
|
+
"variant": "body",
|
|
478
478
|
"type": "typography",
|
|
479
|
-
"
|
|
480
|
-
"
|
|
479
|
+
"content": "@payload.error",
|
|
480
|
+
"color": "muted"
|
|
481
481
|
},
|
|
482
482
|
{
|
|
483
|
-
"
|
|
483
|
+
"icon": "rotate-ccw",
|
|
484
484
|
"label": "Retry",
|
|
485
485
|
"variant": "primary",
|
|
486
|
-
"
|
|
487
|
-
"
|
|
486
|
+
"type": "button",
|
|
487
|
+
"action": "INIT"
|
|
488
488
|
}
|
|
489
489
|
]
|
|
490
490
|
}
|
|
@@ -501,8 +501,8 @@
|
|
|
501
501
|
"AgentMemory",
|
|
502
502
|
{
|
|
503
503
|
"emit": {
|
|
504
|
-
"
|
|
505
|
-
"
|
|
504
|
+
"success": "AgentMemoryLoaded",
|
|
505
|
+
"failure": "AgentMemoryLoadFailed"
|
|
506
506
|
}
|
|
507
507
|
}
|
|
508
508
|
],
|
|
@@ -727,6 +727,7 @@
|
|
|
727
727
|
{
|
|
728
728
|
"direction": "vertical",
|
|
729
729
|
"type": "stack",
|
|
730
|
+
"gap": "md",
|
|
730
731
|
"children": [
|
|
731
732
|
{
|
|
732
733
|
"type": "stack",
|
|
@@ -748,18 +749,17 @@
|
|
|
748
749
|
"type": "divider"
|
|
749
750
|
},
|
|
750
751
|
{
|
|
751
|
-
"submitEvent": "SAVE",
|
|
752
|
-
"cancelEvent": "CLOSE",
|
|
753
|
-
"type": "form-section",
|
|
754
|
-
"mode": "create",
|
|
755
752
|
"fields": [
|
|
756
753
|
"content",
|
|
757
754
|
"category",
|
|
758
755
|
"scope"
|
|
759
|
-
]
|
|
756
|
+
],
|
|
757
|
+
"submitEvent": "SAVE",
|
|
758
|
+
"mode": "create",
|
|
759
|
+
"type": "form-section",
|
|
760
|
+
"cancelEvent": "CLOSE"
|
|
760
761
|
}
|
|
761
|
-
]
|
|
762
|
-
"gap": "md"
|
|
762
|
+
]
|
|
763
763
|
}
|
|
764
764
|
]
|
|
765
765
|
]
|
|
@@ -1112,9 +1112,9 @@
|
|
|
1112
1112
|
"main",
|
|
1113
1113
|
{
|
|
1114
1114
|
"title": "Memory",
|
|
1115
|
+
"icon": "brain",
|
|
1115
1116
|
"type": "empty-state",
|
|
1116
|
-
"description": "Memory is ready"
|
|
1117
|
-
"icon": "brain"
|
|
1117
|
+
"description": "Memory is ready"
|
|
1118
1118
|
}
|
|
1119
1119
|
]
|
|
1120
1120
|
]
|