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