@almadar/std 5.0.0 → 5.2.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/exports/atoms/std-agent-activity-log.orb +5 -45
- package/behaviors/exports/atoms/std-agent-chat-thread.orb +5 -55
- package/behaviors/exports/atoms/std-agent-classifier.orb +8 -8
- package/behaviors/exports/atoms/std-agent-completion.orb +8 -8
- package/behaviors/exports/atoms/std-agent-context-window.orb +5 -4
- package/behaviors/exports/atoms/std-agent-conversation.orb +5 -71
- package/behaviors/exports/atoms/std-agent-memory.orb +13 -127
- package/behaviors/exports/atoms/std-agent-provider.orb +8 -8
- package/behaviors/exports/atoms/std-agent-search.orb +6 -27
- package/behaviors/exports/atoms/std-agent-session.orb +11 -85
- package/behaviors/exports/atoms/std-agent-step-progress.orb +5 -4
- package/behaviors/exports/atoms/std-agent-token-gauge.orb +5 -4
- package/behaviors/exports/atoms/std-agent-tool-call.orb +8 -8
- package/behaviors/exports/atoms/std-async.orb +5 -8
- package/behaviors/exports/atoms/std-autoregressive.orb +4 -2
- package/behaviors/exports/atoms/std-browse.orb +5 -4
- package/behaviors/exports/atoms/std-cache-aside.orb +5 -8
- package/behaviors/exports/atoms/std-calendar.orb +5 -4
- package/behaviors/exports/atoms/std-circuit-breaker.orb +5 -4
- package/behaviors/exports/atoms/std-collision.orb +5 -4
- package/behaviors/exports/atoms/std-combat-log.orb +5 -4
- package/behaviors/exports/atoms/std-combat.orb +5 -4
- package/behaviors/exports/atoms/std-confirmation.orb +10 -4
- package/behaviors/exports/atoms/std-dialogue-box.orb +5 -4
- package/behaviors/exports/atoms/std-display.orb +5 -4
- package/behaviors/exports/atoms/std-drawer.orb +5 -4
- package/behaviors/exports/atoms/std-filter.orb +5 -4
- package/behaviors/exports/atoms/std-flip-card.orb +5 -4
- package/behaviors/exports/atoms/std-gallery.orb +5 -4
- package/behaviors/exports/atoms/std-game-audio.orb +5 -4
- package/behaviors/exports/atoms/std-game-canvas2d.orb +4 -2
- package/behaviors/exports/atoms/std-game-canvas3d.orb +4 -2
- package/behaviors/exports/atoms/std-game-hud.orb +5 -4
- package/behaviors/exports/atoms/std-game-menu.orb +5 -4
- package/behaviors/exports/atoms/std-game-over-screen.orb +5 -4
- package/behaviors/exports/atoms/std-gameflow.orb +5 -4
- package/behaviors/exports/atoms/std-input.orb +5 -4
- package/behaviors/exports/atoms/std-inventory-panel.orb +5 -8
- package/behaviors/exports/atoms/std-isometric-canvas.orb +5 -4
- package/behaviors/exports/atoms/std-loading.orb +5 -4
- package/behaviors/exports/atoms/std-modal.orb +89 -4
- package/behaviors/exports/atoms/std-movement.orb +5 -4
- package/behaviors/exports/atoms/std-notification.orb +5 -4
- package/behaviors/exports/atoms/std-overworld.orb +5 -4
- package/behaviors/exports/atoms/std-pagination.orb +5 -4
- package/behaviors/exports/atoms/std-physics2d.orb +5 -4
- package/behaviors/exports/atoms/std-platformer-canvas.orb +5 -4
- package/behaviors/exports/atoms/std-quest.orb +5 -8
- package/behaviors/exports/atoms/std-rate-limiter.orb +5 -4
- package/behaviors/exports/atoms/std-rating.orb +5 -4
- package/behaviors/exports/atoms/std-score-board.orb +5 -4
- package/behaviors/exports/atoms/std-score.orb +5 -4
- package/behaviors/exports/atoms/std-search.orb +5 -4
- package/behaviors/exports/atoms/std-selection.orb +5 -4
- package/behaviors/exports/atoms/std-service-custom-bearer.orb +5 -15
- package/behaviors/exports/atoms/std-service-custom-header.orb +5 -17
- package/behaviors/exports/atoms/std-service-custom-noauth.orb +5 -11
- package/behaviors/exports/atoms/std-service-custom-query.orb +5 -17
- package/behaviors/exports/atoms/std-service-email.orb +5 -4
- package/behaviors/exports/atoms/std-service-github.orb +5 -4
- package/behaviors/exports/atoms/std-service-llm.orb +5 -4
- package/behaviors/exports/atoms/std-service-oauth.orb +5 -4
- package/behaviors/exports/atoms/std-service-redis.orb +5 -4
- package/behaviors/exports/atoms/std-service-storage.orb +5 -4
- package/behaviors/exports/atoms/std-service-stripe.orb +5 -4
- package/behaviors/exports/atoms/std-service-twilio.orb +5 -4
- package/behaviors/exports/atoms/std-service-youtube.orb +5 -4
- package/behaviors/exports/atoms/std-simulation-canvas.orb +5 -4
- package/behaviors/exports/atoms/std-sort.orb +5 -4
- package/behaviors/exports/atoms/std-sprite.orb +5 -4
- package/behaviors/exports/atoms/std-tabs.orb +5 -4
- package/behaviors/exports/atoms/std-text-effects.orb +5 -4
- package/behaviors/exports/atoms/std-theme.orb +5 -4
- package/behaviors/exports/atoms/std-timer.orb +5 -4
- package/behaviors/exports/atoms/std-undo.orb +5 -4
- package/behaviors/exports/atoms/std-upload.orb +5 -4
- package/behaviors/exports/atoms/std-validate-on-save.orb +5 -32
- package/behaviors/exports/atoms/std-wizard.orb +5 -4
- package/behaviors/exports/molecules/std-agent-fix-loop.orb +1141 -1709
- package/behaviors/exports/molecules/std-agent-learner.orb +608 -938
- package/behaviors/exports/molecules/std-agent-planner.orb +613 -961
- package/behaviors/exports/molecules/std-agent-rag.orb +586 -915
- package/behaviors/exports/molecules/std-agent-tool-loop.orb +915 -2846
- package/behaviors/exports/molecules/std-builder-game.orb +5 -4
- package/behaviors/exports/molecules/std-cart.orb +196 -307
- package/behaviors/exports/molecules/std-classifier-game.orb +5 -4
- package/behaviors/exports/molecules/std-debugger-game.orb +5 -4
- package/behaviors/exports/molecules/std-detail.orb +309 -467
- package/behaviors/exports/molecules/std-event-handler-game.orb +5 -4
- package/behaviors/exports/molecules/std-form-advanced.orb +5 -8
- package/behaviors/exports/molecules/std-geospatial.orb +363 -539
- package/behaviors/exports/molecules/std-inventory.orb +390 -720
- package/behaviors/exports/molecules/std-list.orb +526 -1156
- package/behaviors/exports/molecules/std-messaging.orb +295 -452
- package/behaviors/exports/molecules/std-negotiator-game.orb +5 -4
- package/behaviors/exports/molecules/std-platformer-game.orb +5 -4
- package/behaviors/exports/molecules/std-puzzle-game.orb +5 -4
- package/behaviors/exports/molecules/std-quiz.orb +5 -4
- package/behaviors/exports/molecules/std-sequencer-game.orb +5 -4
- package/behaviors/exports/molecules/std-service-content-pipeline.orb +5 -4
- package/behaviors/exports/molecules/std-service-custom-api-tester.orb +5 -42
- package/behaviors/exports/molecules/std-service-devops-toolkit.orb +5 -4
- package/behaviors/exports/molecules/std-service-notification-hub.orb +5 -4
- package/behaviors/exports/molecules/std-service-payment-flow.orb +5 -4
- package/behaviors/exports/molecules/std-simulator-game.orb +5 -4
- package/behaviors/exports/molecules/std-turn-based-battle.orb +5 -4
- package/behaviors/exports/organisms/std-agent-assistant.orb +15 -143
- package/behaviors/exports/organisms/std-agent-builder.orb +814 -1476
- package/behaviors/exports/organisms/std-agent-pipeline.orb +785 -1567
- package/behaviors/exports/organisms/std-agent-reviewer.orb +299 -502
- package/behaviors/exports/organisms/std-agent-tutor.orb +306 -493
- package/behaviors/exports/organisms/std-api-gateway.orb +284 -626
- package/behaviors/exports/organisms/std-arcade-game.orb +4 -4
- package/behaviors/exports/organisms/std-booking-system.orb +1422 -2160
- package/behaviors/exports/organisms/std-cicd-pipeline.orb +274 -617
- package/behaviors/exports/organisms/std-cms.orb +1274 -1972
- package/behaviors/exports/organisms/std-coding-academy.orb +4 -4
- package/behaviors/exports/organisms/std-crm.orb +999 -1775
- package/behaviors/exports/organisms/std-devops-dashboard.orb +284 -638
- package/behaviors/exports/organisms/std-ecommerce.orb +1653 -2398
- package/behaviors/exports/organisms/std-finance-tracker.orb +340 -684
- package/behaviors/exports/organisms/std-healthcare.orb +984 -1838
- package/behaviors/exports/organisms/std-helpdesk.orb +340 -744
- package/behaviors/exports/organisms/std-hr-portal.orb +1401 -2151
- package/behaviors/exports/organisms/std-iot-dashboard.orb +284 -626
- package/behaviors/exports/organisms/std-lms.orb +284 -632
- package/behaviors/exports/organisms/std-logic-training.orb +4 -4
- package/behaviors/exports/organisms/std-platformer-app.orb +15 -98
- package/behaviors/exports/organisms/std-project-manager.orb +970 -1774
- package/behaviors/exports/organisms/std-puzzle-app.orb +4 -4
- package/behaviors/exports/organisms/std-realtime-chat.orb +364 -714
- package/behaviors/exports/organisms/std-rpg-game.orb +15 -102
- package/behaviors/exports/organisms/std-service-marketplace.orb +1589 -2361
- package/behaviors/exports/organisms/std-service-research-assistant.orb +4 -15
- package/behaviors/exports/organisms/std-social-feed.orb +62 -66
- package/behaviors/exports/organisms/std-stem-lab.orb +4 -4
- package/behaviors/exports/organisms/std-strategy-game.orb +4 -4
- package/behaviors/exports/organisms/std-trading-dashboard.orb +274 -620
- package/dist/behaviors/exports/atoms/std-agent-activity-log.orb +5 -45
- package/dist/behaviors/exports/atoms/std-agent-chat-thread.orb +5 -55
- package/dist/behaviors/exports/atoms/std-agent-classifier.orb +8 -8
- package/dist/behaviors/exports/atoms/std-agent-completion.orb +8 -8
- package/dist/behaviors/exports/atoms/std-agent-context-window.orb +5 -4
- package/dist/behaviors/exports/atoms/std-agent-conversation.orb +5 -71
- package/dist/behaviors/exports/atoms/std-agent-memory.orb +13 -127
- package/dist/behaviors/exports/atoms/std-agent-provider.orb +8 -8
- package/dist/behaviors/exports/atoms/std-agent-search.orb +6 -27
- package/dist/behaviors/exports/atoms/std-agent-session.orb +11 -85
- package/dist/behaviors/exports/atoms/std-agent-step-progress.orb +5 -4
- package/dist/behaviors/exports/atoms/std-agent-token-gauge.orb +5 -4
- package/dist/behaviors/exports/atoms/std-agent-tool-call.orb +8 -8
- package/dist/behaviors/exports/atoms/std-async.orb +5 -8
- package/dist/behaviors/exports/atoms/std-autoregressive.orb +4 -2
- package/dist/behaviors/exports/atoms/std-browse.orb +5 -4
- package/dist/behaviors/exports/atoms/std-cache-aside.orb +5 -8
- package/dist/behaviors/exports/atoms/std-calendar.orb +5 -4
- package/dist/behaviors/exports/atoms/std-circuit-breaker.orb +5 -4
- package/dist/behaviors/exports/atoms/std-collision.orb +5 -4
- package/dist/behaviors/exports/atoms/std-combat-log.orb +5 -4
- package/dist/behaviors/exports/atoms/std-combat.orb +5 -4
- package/dist/behaviors/exports/atoms/std-confirmation.orb +10 -4
- package/dist/behaviors/exports/atoms/std-dialogue-box.orb +5 -4
- package/dist/behaviors/exports/atoms/std-display.orb +5 -4
- package/dist/behaviors/exports/atoms/std-drawer.orb +5 -4
- package/dist/behaviors/exports/atoms/std-filter.orb +5 -4
- package/dist/behaviors/exports/atoms/std-flip-card.orb +5 -4
- package/dist/behaviors/exports/atoms/std-gallery.orb +5 -4
- package/dist/behaviors/exports/atoms/std-game-audio.orb +5 -4
- package/dist/behaviors/exports/atoms/std-game-canvas2d.orb +4 -2
- package/dist/behaviors/exports/atoms/std-game-canvas3d.orb +4 -2
- package/dist/behaviors/exports/atoms/std-game-hud.orb +5 -4
- package/dist/behaviors/exports/atoms/std-game-menu.orb +5 -4
- package/dist/behaviors/exports/atoms/std-game-over-screen.orb +5 -4
- package/dist/behaviors/exports/atoms/std-gameflow.orb +5 -4
- package/dist/behaviors/exports/atoms/std-input.orb +5 -4
- package/dist/behaviors/exports/atoms/std-inventory-panel.orb +5 -8
- package/dist/behaviors/exports/atoms/std-isometric-canvas.orb +5 -4
- package/dist/behaviors/exports/atoms/std-loading.orb +5 -4
- package/dist/behaviors/exports/atoms/std-modal.orb +89 -4
- package/dist/behaviors/exports/atoms/std-movement.orb +5 -4
- package/dist/behaviors/exports/atoms/std-notification.orb +5 -4
- package/dist/behaviors/exports/atoms/std-overworld.orb +5 -4
- package/dist/behaviors/exports/atoms/std-pagination.orb +5 -4
- package/dist/behaviors/exports/atoms/std-physics2d.orb +5 -4
- package/dist/behaviors/exports/atoms/std-platformer-canvas.orb +5 -4
- package/dist/behaviors/exports/atoms/std-quest.orb +5 -8
- package/dist/behaviors/exports/atoms/std-rate-limiter.orb +5 -4
- package/dist/behaviors/exports/atoms/std-rating.orb +5 -4
- package/dist/behaviors/exports/atoms/std-score-board.orb +5 -4
- package/dist/behaviors/exports/atoms/std-score.orb +5 -4
- package/dist/behaviors/exports/atoms/std-search.orb +5 -4
- package/dist/behaviors/exports/atoms/std-selection.orb +5 -4
- package/dist/behaviors/exports/atoms/std-service-custom-bearer.orb +5 -15
- package/dist/behaviors/exports/atoms/std-service-custom-header.orb +5 -17
- package/dist/behaviors/exports/atoms/std-service-custom-noauth.orb +5 -11
- package/dist/behaviors/exports/atoms/std-service-custom-query.orb +5 -17
- package/dist/behaviors/exports/atoms/std-service-email.orb +5 -4
- package/dist/behaviors/exports/atoms/std-service-github.orb +5 -4
- package/dist/behaviors/exports/atoms/std-service-llm.orb +5 -4
- package/dist/behaviors/exports/atoms/std-service-oauth.orb +5 -4
- package/dist/behaviors/exports/atoms/std-service-redis.orb +5 -4
- package/dist/behaviors/exports/atoms/std-service-storage.orb +5 -4
- package/dist/behaviors/exports/atoms/std-service-stripe.orb +5 -4
- package/dist/behaviors/exports/atoms/std-service-twilio.orb +5 -4
- package/dist/behaviors/exports/atoms/std-service-youtube.orb +5 -4
- package/dist/behaviors/exports/atoms/std-simulation-canvas.orb +5 -4
- package/dist/behaviors/exports/atoms/std-sort.orb +5 -4
- package/dist/behaviors/exports/atoms/std-sprite.orb +5 -4
- package/dist/behaviors/exports/atoms/std-tabs.orb +5 -4
- package/dist/behaviors/exports/atoms/std-text-effects.orb +5 -4
- package/dist/behaviors/exports/atoms/std-theme.orb +5 -4
- package/dist/behaviors/exports/atoms/std-timer.orb +5 -4
- package/dist/behaviors/exports/atoms/std-undo.orb +5 -4
- package/dist/behaviors/exports/atoms/std-upload.orb +5 -4
- package/dist/behaviors/exports/atoms/std-validate-on-save.orb +5 -32
- package/dist/behaviors/exports/atoms/std-wizard.orb +5 -4
- package/dist/behaviors/exports/molecules/std-agent-fix-loop.orb +1141 -1709
- package/dist/behaviors/exports/molecules/std-agent-learner.orb +608 -938
- package/dist/behaviors/exports/molecules/std-agent-planner.orb +613 -961
- package/dist/behaviors/exports/molecules/std-agent-rag.orb +586 -915
- package/dist/behaviors/exports/molecules/std-agent-tool-loop.orb +915 -2846
- package/dist/behaviors/exports/molecules/std-builder-game.orb +5 -4
- package/dist/behaviors/exports/molecules/std-cart.orb +196 -307
- package/dist/behaviors/exports/molecules/std-classifier-game.orb +5 -4
- package/dist/behaviors/exports/molecules/std-debugger-game.orb +5 -4
- package/dist/behaviors/exports/molecules/std-detail.orb +309 -467
- package/dist/behaviors/exports/molecules/std-event-handler-game.orb +5 -4
- package/dist/behaviors/exports/molecules/std-form-advanced.orb +5 -8
- package/dist/behaviors/exports/molecules/std-geospatial.orb +363 -539
- package/dist/behaviors/exports/molecules/std-inventory.orb +390 -720
- package/dist/behaviors/exports/molecules/std-list.orb +526 -1156
- package/dist/behaviors/exports/molecules/std-messaging.orb +295 -452
- package/dist/behaviors/exports/molecules/std-negotiator-game.orb +5 -4
- package/dist/behaviors/exports/molecules/std-platformer-game.orb +5 -4
- package/dist/behaviors/exports/molecules/std-puzzle-game.orb +5 -4
- package/dist/behaviors/exports/molecules/std-quiz.orb +5 -4
- package/dist/behaviors/exports/molecules/std-sequencer-game.orb +5 -4
- package/dist/behaviors/exports/molecules/std-service-content-pipeline.orb +5 -4
- package/dist/behaviors/exports/molecules/std-service-custom-api-tester.orb +5 -42
- package/dist/behaviors/exports/molecules/std-service-devops-toolkit.orb +5 -4
- package/dist/behaviors/exports/molecules/std-service-notification-hub.orb +5 -4
- package/dist/behaviors/exports/molecules/std-service-payment-flow.orb +5 -4
- package/dist/behaviors/exports/molecules/std-simulator-game.orb +5 -4
- package/dist/behaviors/exports/molecules/std-turn-based-battle.orb +5 -4
- package/dist/behaviors/exports/organisms/std-agent-assistant.orb +15 -143
- package/dist/behaviors/exports/organisms/std-agent-builder.orb +814 -1476
- package/dist/behaviors/exports/organisms/std-agent-pipeline.orb +785 -1567
- package/dist/behaviors/exports/organisms/std-agent-reviewer.orb +299 -502
- package/dist/behaviors/exports/organisms/std-agent-tutor.orb +306 -493
- package/dist/behaviors/exports/organisms/std-api-gateway.orb +284 -626
- package/dist/behaviors/exports/organisms/std-arcade-game.orb +4 -4
- package/dist/behaviors/exports/organisms/std-booking-system.orb +1422 -2160
- package/dist/behaviors/exports/organisms/std-cicd-pipeline.orb +274 -617
- package/dist/behaviors/exports/organisms/std-cms.orb +1274 -1972
- package/dist/behaviors/exports/organisms/std-coding-academy.orb +4 -4
- package/dist/behaviors/exports/organisms/std-crm.orb +999 -1775
- package/dist/behaviors/exports/organisms/std-devops-dashboard.orb +284 -638
- package/dist/behaviors/exports/organisms/std-ecommerce.orb +1653 -2398
- package/dist/behaviors/exports/organisms/std-finance-tracker.orb +340 -684
- package/dist/behaviors/exports/organisms/std-healthcare.orb +984 -1838
- package/dist/behaviors/exports/organisms/std-helpdesk.orb +340 -744
- package/dist/behaviors/exports/organisms/std-hr-portal.orb +1401 -2151
- package/dist/behaviors/exports/organisms/std-iot-dashboard.orb +284 -626
- package/dist/behaviors/exports/organisms/std-lms.orb +284 -632
- package/dist/behaviors/exports/organisms/std-logic-training.orb +4 -4
- package/dist/behaviors/exports/organisms/std-platformer-app.orb +15 -98
- package/dist/behaviors/exports/organisms/std-project-manager.orb +970 -1774
- package/dist/behaviors/exports/organisms/std-puzzle-app.orb +4 -4
- package/dist/behaviors/exports/organisms/std-realtime-chat.orb +364 -714
- package/dist/behaviors/exports/organisms/std-rpg-game.orb +15 -102
- package/dist/behaviors/exports/organisms/std-service-marketplace.orb +1589 -2361
- package/dist/behaviors/exports/organisms/std-service-research-assistant.orb +4 -15
- package/dist/behaviors/exports/organisms/std-social-feed.orb +62 -66
- package/dist/behaviors/exports/organisms/std-stem-lab.orb +4 -4
- package/dist/behaviors/exports/organisms/std-strategy-game.orb +4 -4
- package/dist/behaviors/exports/organisms/std-trading-dashboard.orb +274 -620
- package/dist/behaviors/exports-reader.js.map +1 -1
- package/dist/behaviors/functions/index.d.ts +2192 -0
- package/dist/behaviors/functions/index.js.map +1 -1
- package/dist/behaviors/index.js.map +1 -1
- package/dist/behaviors/query.js.map +1 -1
- package/dist/exports/atoms/std-agent-activity-log.orb +5 -45
- package/dist/exports/atoms/std-agent-chat-thread.orb +5 -55
- package/dist/exports/atoms/std-agent-classifier.orb +8 -8
- package/dist/exports/atoms/std-agent-completion.orb +8 -8
- package/dist/exports/atoms/std-agent-context-window.orb +5 -4
- package/dist/exports/atoms/std-agent-conversation.orb +5 -71
- package/dist/exports/atoms/std-agent-memory.orb +13 -127
- package/dist/exports/atoms/std-agent-provider.orb +8 -8
- package/dist/exports/atoms/std-agent-search.orb +6 -27
- package/dist/exports/atoms/std-agent-session.orb +11 -85
- package/dist/exports/atoms/std-agent-step-progress.orb +5 -4
- package/dist/exports/atoms/std-agent-token-gauge.orb +5 -4
- package/dist/exports/atoms/std-agent-tool-call.orb +8 -8
- package/dist/exports/atoms/std-async.orb +5 -8
- package/dist/exports/atoms/std-autoregressive.orb +4 -2
- package/dist/exports/atoms/std-browse.orb +5 -4
- package/dist/exports/atoms/std-cache-aside.orb +5 -8
- package/dist/exports/atoms/std-calendar.orb +5 -4
- package/dist/exports/atoms/std-circuit-breaker.orb +5 -4
- package/dist/exports/atoms/std-collision.orb +5 -4
- package/dist/exports/atoms/std-combat-log.orb +5 -4
- package/dist/exports/atoms/std-combat.orb +5 -4
- package/dist/exports/atoms/std-confirmation.orb +10 -4
- package/dist/exports/atoms/std-dialogue-box.orb +5 -4
- package/dist/exports/atoms/std-display.orb +5 -4
- package/dist/exports/atoms/std-drawer.orb +5 -4
- package/dist/exports/atoms/std-filter.orb +5 -4
- package/dist/exports/atoms/std-flip-card.orb +5 -4
- package/dist/exports/atoms/std-gallery.orb +5 -4
- package/dist/exports/atoms/std-game-audio.orb +5 -4
- package/dist/exports/atoms/std-game-canvas2d.orb +4 -2
- package/dist/exports/atoms/std-game-canvas3d.orb +4 -2
- package/dist/exports/atoms/std-game-hud.orb +5 -4
- package/dist/exports/atoms/std-game-menu.orb +5 -4
- package/dist/exports/atoms/std-game-over-screen.orb +5 -4
- package/dist/exports/atoms/std-gameflow.orb +5 -4
- package/dist/exports/atoms/std-input.orb +5 -4
- package/dist/exports/atoms/std-inventory-panel.orb +5 -8
- package/dist/exports/atoms/std-isometric-canvas.orb +5 -4
- package/dist/exports/atoms/std-loading.orb +5 -4
- package/dist/exports/atoms/std-modal.orb +89 -4
- package/dist/exports/atoms/std-movement.orb +5 -4
- package/dist/exports/atoms/std-notification.orb +5 -4
- package/dist/exports/atoms/std-overworld.orb +5 -4
- package/dist/exports/atoms/std-pagination.orb +5 -4
- package/dist/exports/atoms/std-physics2d.orb +5 -4
- package/dist/exports/atoms/std-platformer-canvas.orb +5 -4
- package/dist/exports/atoms/std-quest.orb +5 -8
- package/dist/exports/atoms/std-rate-limiter.orb +5 -4
- package/dist/exports/atoms/std-rating.orb +5 -4
- package/dist/exports/atoms/std-score-board.orb +5 -4
- package/dist/exports/atoms/std-score.orb +5 -4
- package/dist/exports/atoms/std-search.orb +5 -4
- package/dist/exports/atoms/std-selection.orb +5 -4
- package/dist/exports/atoms/std-service-custom-bearer.orb +5 -15
- package/dist/exports/atoms/std-service-custom-header.orb +5 -17
- package/dist/exports/atoms/std-service-custom-noauth.orb +5 -11
- package/dist/exports/atoms/std-service-custom-query.orb +5 -17
- package/dist/exports/atoms/std-service-email.orb +5 -4
- package/dist/exports/atoms/std-service-github.orb +5 -4
- package/dist/exports/atoms/std-service-llm.orb +5 -4
- package/dist/exports/atoms/std-service-oauth.orb +5 -4
- package/dist/exports/atoms/std-service-redis.orb +5 -4
- package/dist/exports/atoms/std-service-storage.orb +5 -4
- package/dist/exports/atoms/std-service-stripe.orb +5 -4
- package/dist/exports/atoms/std-service-twilio.orb +5 -4
- package/dist/exports/atoms/std-service-youtube.orb +5 -4
- package/dist/exports/atoms/std-simulation-canvas.orb +5 -4
- package/dist/exports/atoms/std-sort.orb +5 -4
- package/dist/exports/atoms/std-sprite.orb +5 -4
- package/dist/exports/atoms/std-tabs.orb +5 -4
- package/dist/exports/atoms/std-text-effects.orb +5 -4
- package/dist/exports/atoms/std-theme.orb +5 -4
- package/dist/exports/atoms/std-timer.orb +5 -4
- package/dist/exports/atoms/std-undo.orb +5 -4
- package/dist/exports/atoms/std-upload.orb +5 -4
- package/dist/exports/atoms/std-validate-on-save.orb +5 -32
- package/dist/exports/atoms/std-wizard.orb +5 -4
- package/dist/exports/molecules/std-agent-fix-loop.orb +1141 -1709
- package/dist/exports/molecules/std-agent-learner.orb +608 -938
- package/dist/exports/molecules/std-agent-planner.orb +613 -961
- package/dist/exports/molecules/std-agent-rag.orb +586 -915
- package/dist/exports/molecules/std-agent-tool-loop.orb +915 -2846
- package/dist/exports/molecules/std-builder-game.orb +5 -4
- package/dist/exports/molecules/std-cart.orb +196 -307
- package/dist/exports/molecules/std-classifier-game.orb +5 -4
- package/dist/exports/molecules/std-debugger-game.orb +5 -4
- package/dist/exports/molecules/std-detail.orb +309 -467
- package/dist/exports/molecules/std-event-handler-game.orb +5 -4
- package/dist/exports/molecules/std-form-advanced.orb +5 -8
- package/dist/exports/molecules/std-geospatial.orb +363 -539
- package/dist/exports/molecules/std-inventory.orb +390 -720
- package/dist/exports/molecules/std-list.orb +526 -1156
- package/dist/exports/molecules/std-messaging.orb +295 -452
- package/dist/exports/molecules/std-negotiator-game.orb +5 -4
- package/dist/exports/molecules/std-platformer-game.orb +5 -4
- package/dist/exports/molecules/std-puzzle-game.orb +5 -4
- package/dist/exports/molecules/std-quiz.orb +5 -4
- package/dist/exports/molecules/std-sequencer-game.orb +5 -4
- package/dist/exports/molecules/std-service-content-pipeline.orb +5 -4
- package/dist/exports/molecules/std-service-custom-api-tester.orb +5 -42
- package/dist/exports/molecules/std-service-devops-toolkit.orb +5 -4
- package/dist/exports/molecules/std-service-notification-hub.orb +5 -4
- package/dist/exports/molecules/std-service-payment-flow.orb +5 -4
- package/dist/exports/molecules/std-simulator-game.orb +5 -4
- package/dist/exports/molecules/std-turn-based-battle.orb +5 -4
- package/dist/exports/organisms/std-agent-assistant.orb +15 -143
- package/dist/exports/organisms/std-agent-builder.orb +814 -1476
- package/dist/exports/organisms/std-agent-pipeline.orb +785 -1567
- package/dist/exports/organisms/std-agent-reviewer.orb +299 -502
- package/dist/exports/organisms/std-agent-tutor.orb +306 -493
- package/dist/exports/organisms/std-api-gateway.orb +284 -626
- package/dist/exports/organisms/std-arcade-game.orb +4 -4
- package/dist/exports/organisms/std-booking-system.orb +1422 -2160
- package/dist/exports/organisms/std-cicd-pipeline.orb +274 -617
- package/dist/exports/organisms/std-cms.orb +1274 -1972
- package/dist/exports/organisms/std-coding-academy.orb +4 -4
- package/dist/exports/organisms/std-crm.orb +999 -1775
- package/dist/exports/organisms/std-devops-dashboard.orb +284 -638
- package/dist/exports/organisms/std-ecommerce.orb +1653 -2398
- package/dist/exports/organisms/std-finance-tracker.orb +340 -684
- package/dist/exports/organisms/std-healthcare.orb +984 -1838
- package/dist/exports/organisms/std-helpdesk.orb +340 -744
- package/dist/exports/organisms/std-hr-portal.orb +1401 -2151
- package/dist/exports/organisms/std-iot-dashboard.orb +284 -626
- package/dist/exports/organisms/std-lms.orb +284 -632
- package/dist/exports/organisms/std-logic-training.orb +4 -4
- package/dist/exports/organisms/std-platformer-app.orb +15 -98
- package/dist/exports/organisms/std-project-manager.orb +970 -1774
- package/dist/exports/organisms/std-puzzle-app.orb +4 -4
- package/dist/exports/organisms/std-realtime-chat.orb +364 -714
- package/dist/exports/organisms/std-rpg-game.orb +15 -102
- package/dist/exports/organisms/std-service-marketplace.orb +1589 -2361
- package/dist/exports/organisms/std-service-research-assistant.orb +4 -15
- package/dist/exports/organisms/std-social-feed.orb +62 -66
- package/dist/exports/organisms/std-stem-lab.orb +4 -4
- package/dist/exports/organisms/std-strategy-game.orb +4 -4
- package/dist/exports/organisms/std-trading-dashboard.orb +274 -620
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
|
@@ -1,8 +1,28 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "
|
|
2
|
+
"name": "std-agent-planner",
|
|
3
|
+
"version": "1.0.0",
|
|
4
|
+
"description": "std-agent-planner -- Task planning",
|
|
3
5
|
"orbitals": [
|
|
4
6
|
{
|
|
5
7
|
"name": "AgentPlannerOrbital",
|
|
8
|
+
"uses": [
|
|
9
|
+
{
|
|
10
|
+
"from": "std/behaviors/std-agent-classifier",
|
|
11
|
+
"as": "AgentClassifier"
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
"from": "std/behaviors/std-agent-completion",
|
|
15
|
+
"as": "AgentCompletion"
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"from": "std/behaviors/std-agent-memory",
|
|
19
|
+
"as": "AgentMemory"
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"from": "std/behaviors/std-modal",
|
|
23
|
+
"as": "Modal"
|
|
24
|
+
}
|
|
25
|
+
],
|
|
6
26
|
"entity": {
|
|
7
27
|
"name": "AgentPlanner",
|
|
8
28
|
"persistence": "runtime",
|
|
@@ -969,1139 +989,772 @@
|
|
|
969
989
|
}
|
|
970
990
|
},
|
|
971
991
|
{
|
|
992
|
+
"ref": "Modal.traits.ModalRecordModal",
|
|
972
993
|
"name": "PlannerTaskInput",
|
|
973
994
|
"linkedEntity": "AgentPlanner",
|
|
974
|
-
"
|
|
975
|
-
|
|
976
|
-
"
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
"
|
|
983
|
-
|
|
984
|
-
],
|
|
985
|
-
"events": [
|
|
986
|
-
{
|
|
987
|
-
"key": "INIT",
|
|
988
|
-
"name": "Initialize"
|
|
989
|
-
},
|
|
990
|
-
{
|
|
991
|
-
"key": "NEW_TASK",
|
|
992
|
-
"name": "Open"
|
|
993
|
-
},
|
|
994
|
-
{
|
|
995
|
-
"key": "CLOSE",
|
|
996
|
-
"name": "Close"
|
|
997
|
-
},
|
|
998
|
-
{
|
|
999
|
-
"key": "PLAN",
|
|
1000
|
-
"name": "Save",
|
|
1001
|
-
"payload": [
|
|
1002
|
-
{
|
|
1003
|
-
"name": "data",
|
|
1004
|
-
"type": "object",
|
|
1005
|
-
"required": true
|
|
1006
|
-
}
|
|
1007
|
-
]
|
|
1008
|
-
}
|
|
995
|
+
"events": {
|
|
996
|
+
"OPEN": "NEW_TASK",
|
|
997
|
+
"SAVE": "PLAN"
|
|
998
|
+
},
|
|
999
|
+
"effects": {
|
|
1000
|
+
"INIT": [
|
|
1001
|
+
[
|
|
1002
|
+
"ref",
|
|
1003
|
+
"AgentPlanner"
|
|
1004
|
+
]
|
|
1009
1005
|
],
|
|
1010
|
-
"
|
|
1011
|
-
|
|
1012
|
-
"
|
|
1013
|
-
"
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
|
|
1006
|
+
"NEW_TASK": [
|
|
1007
|
+
[
|
|
1008
|
+
"render-ui",
|
|
1009
|
+
"modal",
|
|
1010
|
+
{
|
|
1011
|
+
"type": "stack",
|
|
1012
|
+
"direction": "vertical",
|
|
1013
|
+
"gap": "md",
|
|
1014
|
+
"children": [
|
|
1015
|
+
{
|
|
1016
|
+
"type": "icon",
|
|
1017
|
+
"name": "map",
|
|
1018
|
+
"size": "md"
|
|
1019
|
+
},
|
|
1020
|
+
{
|
|
1021
|
+
"type": "typography",
|
|
1022
|
+
"content": "Describe the task to plan",
|
|
1023
|
+
"variant": "h3"
|
|
1024
|
+
},
|
|
1025
|
+
{
|
|
1026
|
+
"type": "divider"
|
|
1027
|
+
},
|
|
1028
|
+
{
|
|
1029
|
+
"type": "form-section",
|
|
1030
|
+
"entity": "AgentPlanner",
|
|
1031
|
+
"mode": "edit",
|
|
1032
|
+
"submitEvent": "PLAN",
|
|
1033
|
+
"cancelEvent": "CLOSE",
|
|
1034
|
+
"fields": [
|
|
1035
|
+
"task"
|
|
1036
|
+
]
|
|
1037
|
+
}
|
|
1019
1038
|
]
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
"
|
|
1026
|
-
"
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
|
|
1039
|
+
}
|
|
1040
|
+
]
|
|
1041
|
+
],
|
|
1042
|
+
"CLOSE": [
|
|
1043
|
+
[
|
|
1044
|
+
"render-ui",
|
|
1045
|
+
"modal",
|
|
1046
|
+
null
|
|
1047
|
+
],
|
|
1048
|
+
[
|
|
1049
|
+
"notify",
|
|
1050
|
+
"Cancelled",
|
|
1051
|
+
"info"
|
|
1052
|
+
]
|
|
1053
|
+
],
|
|
1054
|
+
"PLAN": [
|
|
1055
|
+
[
|
|
1056
|
+
"render-ui",
|
|
1057
|
+
"modal",
|
|
1058
|
+
null
|
|
1059
|
+
]
|
|
1060
|
+
]
|
|
1061
|
+
}
|
|
1062
|
+
},
|
|
1063
|
+
{
|
|
1064
|
+
"ref": "AgentClassifier.traits.AgentClassifierModal",
|
|
1065
|
+
"name": "PlannerClassifierFlow",
|
|
1066
|
+
"linkedEntity": "AgentPlanner",
|
|
1067
|
+
"listens": [],
|
|
1068
|
+
"emitsScope": "internal",
|
|
1069
|
+
"effects": {
|
|
1070
|
+
"INIT": [
|
|
1071
|
+
[
|
|
1072
|
+
"ref",
|
|
1073
|
+
"AgentPlanner"
|
|
1074
|
+
],
|
|
1075
|
+
[
|
|
1076
|
+
"render-ui",
|
|
1077
|
+
"main",
|
|
1078
|
+
{
|
|
1079
|
+
"type": "stack",
|
|
1080
|
+
"direction": "vertical",
|
|
1081
|
+
"gap": "lg",
|
|
1082
|
+
"children": [
|
|
1030
1083
|
{
|
|
1031
1084
|
"type": "stack",
|
|
1032
|
-
"direction": "
|
|
1085
|
+
"direction": "horizontal",
|
|
1033
1086
|
"gap": "md",
|
|
1087
|
+
"justify": "space-between",
|
|
1088
|
+
"children": [
|
|
1089
|
+
{
|
|
1090
|
+
"type": "stack",
|
|
1091
|
+
"direction": "horizontal",
|
|
1092
|
+
"gap": "md",
|
|
1093
|
+
"children": [
|
|
1094
|
+
{
|
|
1095
|
+
"type": "icon",
|
|
1096
|
+
"name": "tag",
|
|
1097
|
+
"size": "lg"
|
|
1098
|
+
},
|
|
1099
|
+
{
|
|
1100
|
+
"type": "typography",
|
|
1101
|
+
"content": "AgentPlanner",
|
|
1102
|
+
"variant": "h2"
|
|
1103
|
+
}
|
|
1104
|
+
]
|
|
1105
|
+
},
|
|
1106
|
+
{
|
|
1107
|
+
"type": "button",
|
|
1108
|
+
"label": "Open",
|
|
1109
|
+
"event": "CLASSIFY",
|
|
1110
|
+
"variant": "primary",
|
|
1111
|
+
"icon": "tag"
|
|
1112
|
+
}
|
|
1113
|
+
]
|
|
1114
|
+
},
|
|
1115
|
+
{
|
|
1116
|
+
"type": "divider"
|
|
1117
|
+
},
|
|
1118
|
+
{
|
|
1119
|
+
"type": "empty-state",
|
|
1120
|
+
"icon": "tag",
|
|
1121
|
+
"title": "Nothing open",
|
|
1122
|
+
"description": "Click Open to view details in a modal overlay."
|
|
1123
|
+
}
|
|
1124
|
+
]
|
|
1125
|
+
}
|
|
1126
|
+
]
|
|
1127
|
+
],
|
|
1128
|
+
"CLASSIFY": [
|
|
1129
|
+
[
|
|
1130
|
+
"render-ui",
|
|
1131
|
+
"modal",
|
|
1132
|
+
{
|
|
1133
|
+
"type": "stack",
|
|
1134
|
+
"direction": "vertical",
|
|
1135
|
+
"gap": "md",
|
|
1136
|
+
"children": [
|
|
1137
|
+
{
|
|
1138
|
+
"type": "stack",
|
|
1139
|
+
"direction": "horizontal",
|
|
1140
|
+
"gap": "sm",
|
|
1034
1141
|
"children": [
|
|
1035
1142
|
{
|
|
1036
1143
|
"type": "icon",
|
|
1037
|
-
"name": "
|
|
1144
|
+
"name": "tag",
|
|
1038
1145
|
"size": "md"
|
|
1039
1146
|
},
|
|
1040
1147
|
{
|
|
1041
1148
|
"type": "typography",
|
|
1042
|
-
"content": "
|
|
1149
|
+
"content": "AgentPlanner",
|
|
1043
1150
|
"variant": "h3"
|
|
1151
|
+
}
|
|
1152
|
+
]
|
|
1153
|
+
},
|
|
1154
|
+
{
|
|
1155
|
+
"type": "divider"
|
|
1156
|
+
},
|
|
1157
|
+
{
|
|
1158
|
+
"type": "stack",
|
|
1159
|
+
"direction": "horizontal",
|
|
1160
|
+
"gap": "sm",
|
|
1161
|
+
"children": [
|
|
1162
|
+
{
|
|
1163
|
+
"type": "typography",
|
|
1164
|
+
"variant": "caption",
|
|
1165
|
+
"content": "Categories:"
|
|
1044
1166
|
},
|
|
1045
1167
|
{
|
|
1046
|
-
"type": "
|
|
1168
|
+
"type": "badge",
|
|
1169
|
+
"label": "code",
|
|
1170
|
+
"variant": "secondary"
|
|
1047
1171
|
},
|
|
1048
1172
|
{
|
|
1049
|
-
"type": "
|
|
1050
|
-
"
|
|
1051
|
-
"
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
"
|
|
1055
|
-
|
|
1056
|
-
|
|
1173
|
+
"type": "badge",
|
|
1174
|
+
"label": "schema",
|
|
1175
|
+
"variant": "secondary"
|
|
1176
|
+
},
|
|
1177
|
+
{
|
|
1178
|
+
"type": "badge",
|
|
1179
|
+
"label": "design",
|
|
1180
|
+
"variant": "secondary"
|
|
1181
|
+
},
|
|
1182
|
+
{
|
|
1183
|
+
"type": "badge",
|
|
1184
|
+
"label": "debug",
|
|
1185
|
+
"variant": "secondary"
|
|
1186
|
+
},
|
|
1187
|
+
{
|
|
1188
|
+
"type": "badge",
|
|
1189
|
+
"label": "deploy",
|
|
1190
|
+
"variant": "secondary"
|
|
1057
1191
|
}
|
|
1058
1192
|
]
|
|
1193
|
+
},
|
|
1194
|
+
{
|
|
1195
|
+
"type": "form-section",
|
|
1196
|
+
"entity": "AgentPlanner",
|
|
1197
|
+
"mode": "create",
|
|
1198
|
+
"submitEvent": "SAVE",
|
|
1199
|
+
"cancelEvent": "CLOSE",
|
|
1200
|
+
"fields": [
|
|
1201
|
+
"input"
|
|
1202
|
+
]
|
|
1059
1203
|
}
|
|
1060
1204
|
]
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
{
|
|
1064
|
-
"from": "open",
|
|
1065
|
-
"to": "closed",
|
|
1066
|
-
"event": "CLOSE",
|
|
1067
|
-
"effects": [
|
|
1068
|
-
[
|
|
1069
|
-
"render-ui",
|
|
1070
|
-
"modal",
|
|
1071
|
-
null
|
|
1072
|
-
],
|
|
1073
|
-
[
|
|
1074
|
-
"notify",
|
|
1075
|
-
"Cancelled",
|
|
1076
|
-
"info"
|
|
1077
|
-
]
|
|
1078
|
-
]
|
|
1079
|
-
},
|
|
1080
|
-
{
|
|
1081
|
-
"from": "open",
|
|
1082
|
-
"to": "closed",
|
|
1083
|
-
"event": "PLAN",
|
|
1084
|
-
"effects": [
|
|
1085
|
-
[
|
|
1086
|
-
"render-ui",
|
|
1087
|
-
"modal",
|
|
1088
|
-
null
|
|
1089
|
-
]
|
|
1090
|
-
]
|
|
1091
|
-
}
|
|
1092
|
-
]
|
|
1093
|
-
}
|
|
1094
|
-
},
|
|
1095
|
-
{
|
|
1096
|
-
"name": "PlannerClassifierFlow",
|
|
1097
|
-
"linkedEntity": "AgentPlanner",
|
|
1098
|
-
"category": "interaction",
|
|
1099
|
-
"emits": [
|
|
1100
|
-
{
|
|
1101
|
-
"event": "CLASSIFIED",
|
|
1102
|
-
"scope": "internal"
|
|
1103
|
-
}
|
|
1104
|
-
],
|
|
1105
|
-
"stateMachine": {
|
|
1106
|
-
"states": [
|
|
1107
|
-
{
|
|
1108
|
-
"name": "closed",
|
|
1109
|
-
"isInitial": true
|
|
1110
|
-
},
|
|
1111
|
-
{
|
|
1112
|
-
"name": "open"
|
|
1113
|
-
}
|
|
1114
|
-
],
|
|
1115
|
-
"events": [
|
|
1116
|
-
{
|
|
1117
|
-
"key": "INIT",
|
|
1118
|
-
"name": "Initialize"
|
|
1119
|
-
},
|
|
1120
|
-
{
|
|
1121
|
-
"key": "CLASSIFY",
|
|
1122
|
-
"name": "Open"
|
|
1123
|
-
},
|
|
1124
|
-
{
|
|
1125
|
-
"key": "CLOSE",
|
|
1126
|
-
"name": "Close"
|
|
1127
|
-
},
|
|
1128
|
-
{
|
|
1129
|
-
"key": "SAVE",
|
|
1130
|
-
"name": "Save",
|
|
1131
|
-
"payload": [
|
|
1132
|
-
{
|
|
1133
|
-
"name": "data",
|
|
1134
|
-
"type": "object",
|
|
1135
|
-
"required": true
|
|
1136
|
-
}
|
|
1137
|
-
]
|
|
1138
|
-
}
|
|
1205
|
+
}
|
|
1206
|
+
]
|
|
1139
1207
|
],
|
|
1140
|
-
"
|
|
1141
|
-
|
|
1142
|
-
"
|
|
1143
|
-
"
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
|
|
1208
|
+
"CLOSE": [
|
|
1209
|
+
[
|
|
1210
|
+
"render-ui",
|
|
1211
|
+
"modal",
|
|
1212
|
+
null
|
|
1213
|
+
],
|
|
1214
|
+
[
|
|
1215
|
+
"notify",
|
|
1216
|
+
"Cancelled",
|
|
1217
|
+
"info"
|
|
1218
|
+
],
|
|
1219
|
+
[
|
|
1220
|
+
"ref",
|
|
1221
|
+
"AgentPlanner"
|
|
1222
|
+
],
|
|
1223
|
+
[
|
|
1224
|
+
"render-ui",
|
|
1225
|
+
"main",
|
|
1226
|
+
{
|
|
1227
|
+
"type": "stack",
|
|
1228
|
+
"direction": "vertical",
|
|
1229
|
+
"gap": "lg",
|
|
1230
|
+
"children": [
|
|
1153
1231
|
{
|
|
1154
1232
|
"type": "stack",
|
|
1155
|
-
"direction": "
|
|
1156
|
-
"gap": "
|
|
1233
|
+
"direction": "horizontal",
|
|
1234
|
+
"gap": "md",
|
|
1235
|
+
"justify": "space-between",
|
|
1157
1236
|
"children": [
|
|
1158
1237
|
{
|
|
1159
1238
|
"type": "stack",
|
|
1160
1239
|
"direction": "horizontal",
|
|
1161
1240
|
"gap": "md",
|
|
1162
|
-
"justify": "space-between",
|
|
1163
1241
|
"children": [
|
|
1164
1242
|
{
|
|
1165
|
-
"type": "
|
|
1166
|
-
"
|
|
1167
|
-
"
|
|
1168
|
-
"children": [
|
|
1169
|
-
{
|
|
1170
|
-
"type": "icon",
|
|
1171
|
-
"name": "tag",
|
|
1172
|
-
"size": "lg"
|
|
1173
|
-
},
|
|
1174
|
-
{
|
|
1175
|
-
"type": "typography",
|
|
1176
|
-
"content": "AgentPlanner",
|
|
1177
|
-
"variant": "h2"
|
|
1178
|
-
}
|
|
1179
|
-
]
|
|
1243
|
+
"type": "icon",
|
|
1244
|
+
"name": "tag",
|
|
1245
|
+
"size": "lg"
|
|
1180
1246
|
},
|
|
1181
1247
|
{
|
|
1182
|
-
"type": "
|
|
1183
|
-
"
|
|
1184
|
-
"
|
|
1185
|
-
"variant": "primary",
|
|
1186
|
-
"icon": "tag"
|
|
1248
|
+
"type": "typography",
|
|
1249
|
+
"content": "AgentPlanner",
|
|
1250
|
+
"variant": "h2"
|
|
1187
1251
|
}
|
|
1188
1252
|
]
|
|
1189
1253
|
},
|
|
1190
1254
|
{
|
|
1191
|
-
"type": "
|
|
1192
|
-
|
|
1193
|
-
|
|
1194
|
-
"
|
|
1195
|
-
"icon": "tag"
|
|
1196
|
-
"title": "Nothing open",
|
|
1197
|
-
"description": "Click Open to view details in a modal overlay."
|
|
1255
|
+
"type": "button",
|
|
1256
|
+
"label": "Open",
|
|
1257
|
+
"event": "CLASSIFY",
|
|
1258
|
+
"variant": "primary",
|
|
1259
|
+
"icon": "tag"
|
|
1198
1260
|
}
|
|
1199
1261
|
]
|
|
1262
|
+
},
|
|
1263
|
+
{
|
|
1264
|
+
"type": "divider"
|
|
1265
|
+
},
|
|
1266
|
+
{
|
|
1267
|
+
"type": "empty-state",
|
|
1268
|
+
"icon": "tag",
|
|
1269
|
+
"title": "Nothing open",
|
|
1270
|
+
"description": "Click Open to view details in a modal overlay."
|
|
1200
1271
|
}
|
|
1201
1272
|
]
|
|
1202
|
-
|
|
1203
|
-
|
|
1204
|
-
|
|
1205
|
-
|
|
1206
|
-
|
|
1207
|
-
"
|
|
1208
|
-
"
|
|
1209
|
-
|
|
1210
|
-
|
|
1211
|
-
|
|
1273
|
+
}
|
|
1274
|
+
]
|
|
1275
|
+
],
|
|
1276
|
+
"SAVE": [
|
|
1277
|
+
[
|
|
1278
|
+
"persist",
|
|
1279
|
+
"create",
|
|
1280
|
+
"AgentPlanner",
|
|
1281
|
+
"@payload.data"
|
|
1282
|
+
],
|
|
1283
|
+
[
|
|
1284
|
+
"render-ui",
|
|
1285
|
+
"modal",
|
|
1286
|
+
null
|
|
1287
|
+
],
|
|
1288
|
+
[
|
|
1289
|
+
"emit",
|
|
1290
|
+
"CLASSIFIED"
|
|
1291
|
+
],
|
|
1292
|
+
[
|
|
1293
|
+
"ref",
|
|
1294
|
+
"AgentPlanner"
|
|
1295
|
+
],
|
|
1296
|
+
[
|
|
1297
|
+
"render-ui",
|
|
1298
|
+
"main",
|
|
1299
|
+
{
|
|
1300
|
+
"type": "stack",
|
|
1301
|
+
"direction": "vertical",
|
|
1302
|
+
"gap": "lg",
|
|
1303
|
+
"children": [
|
|
1212
1304
|
{
|
|
1213
1305
|
"type": "stack",
|
|
1214
|
-
"direction": "
|
|
1306
|
+
"direction": "horizontal",
|
|
1215
1307
|
"gap": "md",
|
|
1308
|
+
"justify": "space-between",
|
|
1216
1309
|
"children": [
|
|
1217
1310
|
{
|
|
1218
1311
|
"type": "stack",
|
|
1219
1312
|
"direction": "horizontal",
|
|
1220
|
-
"gap": "
|
|
1313
|
+
"gap": "md",
|
|
1221
1314
|
"children": [
|
|
1222
1315
|
{
|
|
1223
1316
|
"type": "icon",
|
|
1224
1317
|
"name": "tag",
|
|
1225
|
-
"size": "
|
|
1318
|
+
"size": "lg"
|
|
1226
1319
|
},
|
|
1227
1320
|
{
|
|
1228
1321
|
"type": "typography",
|
|
1229
1322
|
"content": "AgentPlanner",
|
|
1230
|
-
"variant": "
|
|
1323
|
+
"variant": "h2"
|
|
1231
1324
|
}
|
|
1232
1325
|
]
|
|
1233
1326
|
},
|
|
1234
1327
|
{
|
|
1235
|
-
"type": "
|
|
1236
|
-
|
|
1237
|
-
|
|
1238
|
-
"
|
|
1239
|
-
"
|
|
1240
|
-
"gap": "sm",
|
|
1241
|
-
"children": [
|
|
1242
|
-
{
|
|
1243
|
-
"type": "typography",
|
|
1244
|
-
"variant": "caption",
|
|
1245
|
-
"content": "Categories:"
|
|
1246
|
-
},
|
|
1247
|
-
{
|
|
1248
|
-
"type": "badge",
|
|
1249
|
-
"label": "code",
|
|
1250
|
-
"variant": "secondary"
|
|
1251
|
-
},
|
|
1252
|
-
{
|
|
1253
|
-
"type": "badge",
|
|
1254
|
-
"label": "schema",
|
|
1255
|
-
"variant": "secondary"
|
|
1256
|
-
},
|
|
1257
|
-
{
|
|
1258
|
-
"type": "badge",
|
|
1259
|
-
"label": "design",
|
|
1260
|
-
"variant": "secondary"
|
|
1261
|
-
},
|
|
1262
|
-
{
|
|
1263
|
-
"type": "badge",
|
|
1264
|
-
"label": "debug",
|
|
1265
|
-
"variant": "secondary"
|
|
1266
|
-
},
|
|
1267
|
-
{
|
|
1268
|
-
"type": "badge",
|
|
1269
|
-
"label": "deploy",
|
|
1270
|
-
"variant": "secondary"
|
|
1271
|
-
}
|
|
1272
|
-
]
|
|
1273
|
-
},
|
|
1274
|
-
{
|
|
1275
|
-
"type": "form-section",
|
|
1276
|
-
"entity": "AgentPlanner",
|
|
1277
|
-
"mode": "create",
|
|
1278
|
-
"submitEvent": "SAVE",
|
|
1279
|
-
"cancelEvent": "CLOSE",
|
|
1280
|
-
"fields": [
|
|
1281
|
-
"input"
|
|
1282
|
-
]
|
|
1328
|
+
"type": "button",
|
|
1329
|
+
"label": "Open",
|
|
1330
|
+
"event": "CLASSIFY",
|
|
1331
|
+
"variant": "primary",
|
|
1332
|
+
"icon": "tag"
|
|
1283
1333
|
}
|
|
1284
1334
|
]
|
|
1335
|
+
},
|
|
1336
|
+
{
|
|
1337
|
+
"type": "divider"
|
|
1338
|
+
},
|
|
1339
|
+
{
|
|
1340
|
+
"type": "empty-state",
|
|
1341
|
+
"icon": "tag",
|
|
1342
|
+
"title": "Nothing open",
|
|
1343
|
+
"description": "Click Open to view details in a modal overlay."
|
|
1285
1344
|
}
|
|
1286
1345
|
]
|
|
1287
|
-
|
|
1288
|
-
|
|
1289
|
-
|
|
1290
|
-
|
|
1291
|
-
|
|
1292
|
-
|
|
1293
|
-
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
|
-
|
|
1297
|
-
|
|
1298
|
-
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
|
-
|
|
1305
|
-
|
|
1306
|
-
|
|
1307
|
-
|
|
1308
|
-
|
|
1309
|
-
|
|
1310
|
-
|
|
1346
|
+
}
|
|
1347
|
+
]
|
|
1348
|
+
]
|
|
1349
|
+
}
|
|
1350
|
+
},
|
|
1351
|
+
{
|
|
1352
|
+
"ref": "AgentCompletion.traits.AgentCompletionModal",
|
|
1353
|
+
"name": "PlannerCompletionFlow",
|
|
1354
|
+
"linkedEntity": "AgentPlanner",
|
|
1355
|
+
"listens": [],
|
|
1356
|
+
"emitsScope": "internal",
|
|
1357
|
+
"effects": {
|
|
1358
|
+
"INIT": [
|
|
1359
|
+
[
|
|
1360
|
+
"ref",
|
|
1361
|
+
"AgentPlanner"
|
|
1362
|
+
],
|
|
1363
|
+
[
|
|
1364
|
+
"render-ui",
|
|
1365
|
+
"main",
|
|
1366
|
+
{
|
|
1367
|
+
"type": "stack",
|
|
1368
|
+
"direction": "vertical",
|
|
1369
|
+
"gap": "lg",
|
|
1370
|
+
"children": [
|
|
1311
1371
|
{
|
|
1312
1372
|
"type": "stack",
|
|
1313
|
-
"direction": "
|
|
1314
|
-
"gap": "
|
|
1373
|
+
"direction": "horizontal",
|
|
1374
|
+
"gap": "md",
|
|
1375
|
+
"justify": "space-between",
|
|
1315
1376
|
"children": [
|
|
1316
1377
|
{
|
|
1317
1378
|
"type": "stack",
|
|
1318
1379
|
"direction": "horizontal",
|
|
1319
1380
|
"gap": "md",
|
|
1320
|
-
"justify": "space-between",
|
|
1321
1381
|
"children": [
|
|
1322
1382
|
{
|
|
1323
|
-
"type": "
|
|
1324
|
-
"
|
|
1325
|
-
"
|
|
1326
|
-
"children": [
|
|
1327
|
-
{
|
|
1328
|
-
"type": "icon",
|
|
1329
|
-
"name": "tag",
|
|
1330
|
-
"size": "lg"
|
|
1331
|
-
},
|
|
1332
|
-
{
|
|
1333
|
-
"type": "typography",
|
|
1334
|
-
"content": "AgentPlanner",
|
|
1335
|
-
"variant": "h2"
|
|
1336
|
-
}
|
|
1337
|
-
]
|
|
1383
|
+
"type": "icon",
|
|
1384
|
+
"name": "sparkles",
|
|
1385
|
+
"size": "lg"
|
|
1338
1386
|
},
|
|
1339
1387
|
{
|
|
1340
|
-
"type": "
|
|
1341
|
-
"
|
|
1342
|
-
"
|
|
1343
|
-
"variant": "primary",
|
|
1344
|
-
"icon": "tag"
|
|
1388
|
+
"type": "typography",
|
|
1389
|
+
"content": "AgentPlanner",
|
|
1390
|
+
"variant": "h2"
|
|
1345
1391
|
}
|
|
1346
1392
|
]
|
|
1347
1393
|
},
|
|
1348
1394
|
{
|
|
1349
|
-
"type": "
|
|
1350
|
-
|
|
1351
|
-
|
|
1352
|
-
"
|
|
1353
|
-
"icon": "
|
|
1354
|
-
"title": "Nothing open",
|
|
1355
|
-
"description": "Click Open to view details in a modal overlay."
|
|
1395
|
+
"type": "button",
|
|
1396
|
+
"label": "Open",
|
|
1397
|
+
"event": "GENERATE",
|
|
1398
|
+
"variant": "primary",
|
|
1399
|
+
"icon": "sparkles"
|
|
1356
1400
|
}
|
|
1357
1401
|
]
|
|
1402
|
+
},
|
|
1403
|
+
{
|
|
1404
|
+
"type": "divider"
|
|
1405
|
+
},
|
|
1406
|
+
{
|
|
1407
|
+
"type": "empty-state",
|
|
1408
|
+
"icon": "sparkles",
|
|
1409
|
+
"title": "Nothing open",
|
|
1410
|
+
"description": "Click Open to view details in a modal overlay."
|
|
1358
1411
|
}
|
|
1359
1412
|
]
|
|
1360
|
-
|
|
1361
|
-
|
|
1362
|
-
|
|
1363
|
-
|
|
1364
|
-
|
|
1365
|
-
"
|
|
1366
|
-
"
|
|
1367
|
-
|
|
1368
|
-
|
|
1369
|
-
|
|
1370
|
-
|
|
1371
|
-
|
|
1372
|
-
],
|
|
1373
|
-
[
|
|
1374
|
-
"render-ui",
|
|
1375
|
-
"modal",
|
|
1376
|
-
null
|
|
1377
|
-
],
|
|
1378
|
-
[
|
|
1379
|
-
"emit",
|
|
1380
|
-
"CLASSIFIED"
|
|
1381
|
-
],
|
|
1382
|
-
[
|
|
1383
|
-
"ref",
|
|
1384
|
-
"AgentPlanner"
|
|
1385
|
-
],
|
|
1386
|
-
[
|
|
1387
|
-
"render-ui",
|
|
1388
|
-
"main",
|
|
1413
|
+
}
|
|
1414
|
+
]
|
|
1415
|
+
],
|
|
1416
|
+
"GENERATE": [
|
|
1417
|
+
[
|
|
1418
|
+
"render-ui",
|
|
1419
|
+
"modal",
|
|
1420
|
+
{
|
|
1421
|
+
"type": "stack",
|
|
1422
|
+
"direction": "vertical",
|
|
1423
|
+
"gap": "md",
|
|
1424
|
+
"children": [
|
|
1389
1425
|
{
|
|
1390
1426
|
"type": "stack",
|
|
1391
|
-
"direction": "
|
|
1392
|
-
"gap": "
|
|
1427
|
+
"direction": "horizontal",
|
|
1428
|
+
"gap": "sm",
|
|
1393
1429
|
"children": [
|
|
1394
1430
|
{
|
|
1395
|
-
"type": "
|
|
1396
|
-
"
|
|
1397
|
-
"
|
|
1398
|
-
"justify": "space-between",
|
|
1399
|
-
"children": [
|
|
1400
|
-
{
|
|
1401
|
-
"type": "stack",
|
|
1402
|
-
"direction": "horizontal",
|
|
1403
|
-
"gap": "md",
|
|
1404
|
-
"children": [
|
|
1405
|
-
{
|
|
1406
|
-
"type": "icon",
|
|
1407
|
-
"name": "tag",
|
|
1408
|
-
"size": "lg"
|
|
1409
|
-
},
|
|
1410
|
-
{
|
|
1411
|
-
"type": "typography",
|
|
1412
|
-
"content": "AgentPlanner",
|
|
1413
|
-
"variant": "h2"
|
|
1414
|
-
}
|
|
1415
|
-
]
|
|
1416
|
-
},
|
|
1417
|
-
{
|
|
1418
|
-
"type": "button",
|
|
1419
|
-
"label": "Open",
|
|
1420
|
-
"event": "CLASSIFY",
|
|
1421
|
-
"variant": "primary",
|
|
1422
|
-
"icon": "tag"
|
|
1423
|
-
}
|
|
1424
|
-
]
|
|
1431
|
+
"type": "icon",
|
|
1432
|
+
"name": "sparkles",
|
|
1433
|
+
"size": "md"
|
|
1425
1434
|
},
|
|
1426
1435
|
{
|
|
1427
|
-
"type": "
|
|
1436
|
+
"type": "typography",
|
|
1437
|
+
"content": "AgentPlanner",
|
|
1438
|
+
"variant": "h3"
|
|
1439
|
+
}
|
|
1440
|
+
]
|
|
1441
|
+
},
|
|
1442
|
+
{
|
|
1443
|
+
"type": "divider"
|
|
1444
|
+
},
|
|
1445
|
+
{
|
|
1446
|
+
"type": "stack",
|
|
1447
|
+
"direction": "horizontal",
|
|
1448
|
+
"gap": "sm",
|
|
1449
|
+
"children": [
|
|
1450
|
+
{
|
|
1451
|
+
"type": "badge",
|
|
1452
|
+
"label": "@entity.provider"
|
|
1428
1453
|
},
|
|
1429
1454
|
{
|
|
1430
|
-
"type": "
|
|
1431
|
-
"
|
|
1432
|
-
"title": "Nothing open",
|
|
1433
|
-
"description": "Click Open to view details in a modal overlay."
|
|
1455
|
+
"type": "badge",
|
|
1456
|
+
"label": "@entity.model"
|
|
1434
1457
|
}
|
|
1435
1458
|
]
|
|
1459
|
+
},
|
|
1460
|
+
{
|
|
1461
|
+
"type": "form-section",
|
|
1462
|
+
"entity": "AgentPlanner",
|
|
1463
|
+
"mode": "create",
|
|
1464
|
+
"submitEvent": "SAVE",
|
|
1465
|
+
"cancelEvent": "CLOSE",
|
|
1466
|
+
"fields": [
|
|
1467
|
+
"prompt"
|
|
1468
|
+
]
|
|
1436
1469
|
}
|
|
1437
|
-
],
|
|
1438
|
-
[
|
|
1439
|
-
"notify",
|
|
1440
|
-
"AgentPlanner created successfully"
|
|
1441
1470
|
]
|
|
1442
|
-
|
|
1443
|
-
|
|
1444
|
-
]
|
|
1445
|
-
},
|
|
1446
|
-
"listens": []
|
|
1447
|
-
},
|
|
1448
|
-
{
|
|
1449
|
-
"name": "PlannerCompletionFlow",
|
|
1450
|
-
"linkedEntity": "AgentPlanner",
|
|
1451
|
-
"category": "interaction",
|
|
1452
|
-
"emits": [
|
|
1453
|
-
{
|
|
1454
|
-
"event": "GENERATED",
|
|
1455
|
-
"scope": "internal"
|
|
1456
|
-
}
|
|
1457
|
-
],
|
|
1458
|
-
"stateMachine": {
|
|
1459
|
-
"states": [
|
|
1460
|
-
{
|
|
1461
|
-
"name": "closed",
|
|
1462
|
-
"isInitial": true
|
|
1463
|
-
},
|
|
1464
|
-
{
|
|
1465
|
-
"name": "open"
|
|
1466
|
-
}
|
|
1467
|
-
],
|
|
1468
|
-
"events": [
|
|
1469
|
-
{
|
|
1470
|
-
"key": "INIT",
|
|
1471
|
-
"name": "Initialize"
|
|
1472
|
-
},
|
|
1473
|
-
{
|
|
1474
|
-
"key": "GENERATE",
|
|
1475
|
-
"name": "Open"
|
|
1476
|
-
},
|
|
1477
|
-
{
|
|
1478
|
-
"key": "CLOSE",
|
|
1479
|
-
"name": "Close"
|
|
1480
|
-
},
|
|
1481
|
-
{
|
|
1482
|
-
"key": "SAVE",
|
|
1483
|
-
"name": "Save",
|
|
1484
|
-
"payload": [
|
|
1485
|
-
{
|
|
1486
|
-
"name": "data",
|
|
1487
|
-
"type": "object",
|
|
1488
|
-
"required": true
|
|
1489
|
-
}
|
|
1490
|
-
]
|
|
1491
|
-
}
|
|
1471
|
+
}
|
|
1472
|
+
]
|
|
1492
1473
|
],
|
|
1493
|
-
"
|
|
1494
|
-
|
|
1495
|
-
"
|
|
1496
|
-
"
|
|
1497
|
-
|
|
1498
|
-
|
|
1499
|
-
|
|
1500
|
-
|
|
1501
|
-
|
|
1502
|
-
|
|
1503
|
-
|
|
1504
|
-
|
|
1505
|
-
|
|
1474
|
+
"CLOSE": [
|
|
1475
|
+
[
|
|
1476
|
+
"render-ui",
|
|
1477
|
+
"modal",
|
|
1478
|
+
null
|
|
1479
|
+
],
|
|
1480
|
+
[
|
|
1481
|
+
"notify",
|
|
1482
|
+
"Cancelled",
|
|
1483
|
+
"info"
|
|
1484
|
+
],
|
|
1485
|
+
[
|
|
1486
|
+
"ref",
|
|
1487
|
+
"AgentPlanner"
|
|
1488
|
+
],
|
|
1489
|
+
[
|
|
1490
|
+
"render-ui",
|
|
1491
|
+
"main",
|
|
1492
|
+
{
|
|
1493
|
+
"type": "stack",
|
|
1494
|
+
"direction": "vertical",
|
|
1495
|
+
"gap": "lg",
|
|
1496
|
+
"children": [
|
|
1506
1497
|
{
|
|
1507
1498
|
"type": "stack",
|
|
1508
|
-
"direction": "
|
|
1509
|
-
"gap": "
|
|
1499
|
+
"direction": "horizontal",
|
|
1500
|
+
"gap": "md",
|
|
1501
|
+
"justify": "space-between",
|
|
1510
1502
|
"children": [
|
|
1511
1503
|
{
|
|
1512
1504
|
"type": "stack",
|
|
1513
1505
|
"direction": "horizontal",
|
|
1514
1506
|
"gap": "md",
|
|
1515
|
-
"justify": "space-between",
|
|
1516
1507
|
"children": [
|
|
1517
1508
|
{
|
|
1518
|
-
"type": "
|
|
1519
|
-
"
|
|
1520
|
-
"
|
|
1521
|
-
"children": [
|
|
1522
|
-
{
|
|
1523
|
-
"type": "icon",
|
|
1524
|
-
"name": "sparkles",
|
|
1525
|
-
"size": "lg"
|
|
1526
|
-
},
|
|
1527
|
-
{
|
|
1528
|
-
"type": "typography",
|
|
1529
|
-
"content": "AgentPlanner",
|
|
1530
|
-
"variant": "h2"
|
|
1531
|
-
}
|
|
1532
|
-
]
|
|
1509
|
+
"type": "icon",
|
|
1510
|
+
"name": "sparkles",
|
|
1511
|
+
"size": "lg"
|
|
1533
1512
|
},
|
|
1534
1513
|
{
|
|
1535
|
-
"type": "
|
|
1536
|
-
"
|
|
1537
|
-
"
|
|
1538
|
-
"variant": "primary",
|
|
1539
|
-
"icon": "sparkles"
|
|
1514
|
+
"type": "typography",
|
|
1515
|
+
"content": "AgentPlanner",
|
|
1516
|
+
"variant": "h2"
|
|
1540
1517
|
}
|
|
1541
1518
|
]
|
|
1542
1519
|
},
|
|
1543
1520
|
{
|
|
1544
|
-
"type": "
|
|
1545
|
-
|
|
1546
|
-
|
|
1547
|
-
"
|
|
1548
|
-
"icon": "sparkles"
|
|
1549
|
-
"title": "Nothing open",
|
|
1550
|
-
"description": "Click Open to view details in a modal overlay."
|
|
1521
|
+
"type": "button",
|
|
1522
|
+
"label": "Open",
|
|
1523
|
+
"event": "GENERATE",
|
|
1524
|
+
"variant": "primary",
|
|
1525
|
+
"icon": "sparkles"
|
|
1551
1526
|
}
|
|
1552
1527
|
]
|
|
1528
|
+
},
|
|
1529
|
+
{
|
|
1530
|
+
"type": "divider"
|
|
1531
|
+
},
|
|
1532
|
+
{
|
|
1533
|
+
"type": "empty-state",
|
|
1534
|
+
"icon": "sparkles",
|
|
1535
|
+
"title": "Nothing open",
|
|
1536
|
+
"description": "Click Open to view details in a modal overlay."
|
|
1553
1537
|
}
|
|
1554
1538
|
]
|
|
1555
|
-
|
|
1556
|
-
|
|
1557
|
-
|
|
1558
|
-
|
|
1559
|
-
|
|
1560
|
-
"
|
|
1561
|
-
"
|
|
1562
|
-
|
|
1563
|
-
|
|
1564
|
-
|
|
1539
|
+
}
|
|
1540
|
+
]
|
|
1541
|
+
],
|
|
1542
|
+
"SAVE": [
|
|
1543
|
+
[
|
|
1544
|
+
"persist",
|
|
1545
|
+
"create",
|
|
1546
|
+
"AgentPlanner",
|
|
1547
|
+
"@payload.data"
|
|
1548
|
+
],
|
|
1549
|
+
[
|
|
1550
|
+
"render-ui",
|
|
1551
|
+
"modal",
|
|
1552
|
+
null
|
|
1553
|
+
],
|
|
1554
|
+
[
|
|
1555
|
+
"emit",
|
|
1556
|
+
"GENERATED"
|
|
1557
|
+
],
|
|
1558
|
+
[
|
|
1559
|
+
"ref",
|
|
1560
|
+
"AgentPlanner"
|
|
1561
|
+
],
|
|
1562
|
+
[
|
|
1563
|
+
"render-ui",
|
|
1564
|
+
"main",
|
|
1565
|
+
{
|
|
1566
|
+
"type": "stack",
|
|
1567
|
+
"direction": "vertical",
|
|
1568
|
+
"gap": "lg",
|
|
1569
|
+
"children": [
|
|
1565
1570
|
{
|
|
1566
1571
|
"type": "stack",
|
|
1567
|
-
"direction": "
|
|
1572
|
+
"direction": "horizontal",
|
|
1568
1573
|
"gap": "md",
|
|
1574
|
+
"justify": "space-between",
|
|
1569
1575
|
"children": [
|
|
1570
1576
|
{
|
|
1571
1577
|
"type": "stack",
|
|
1572
1578
|
"direction": "horizontal",
|
|
1573
|
-
"gap": "
|
|
1579
|
+
"gap": "md",
|
|
1574
1580
|
"children": [
|
|
1575
1581
|
{
|
|
1576
1582
|
"type": "icon",
|
|
1577
1583
|
"name": "sparkles",
|
|
1578
|
-
"size": "
|
|
1584
|
+
"size": "lg"
|
|
1579
1585
|
},
|
|
1580
1586
|
{
|
|
1581
1587
|
"type": "typography",
|
|
1582
1588
|
"content": "AgentPlanner",
|
|
1583
|
-
"variant": "
|
|
1584
|
-
}
|
|
1585
|
-
]
|
|
1586
|
-
},
|
|
1587
|
-
{
|
|
1588
|
-
"type": "divider"
|
|
1589
|
-
},
|
|
1590
|
-
{
|
|
1591
|
-
"type": "stack",
|
|
1592
|
-
"direction": "horizontal",
|
|
1593
|
-
"gap": "sm",
|
|
1594
|
-
"children": [
|
|
1595
|
-
{
|
|
1596
|
-
"type": "badge",
|
|
1597
|
-
"label": "@entity.provider"
|
|
1598
|
-
},
|
|
1599
|
-
{
|
|
1600
|
-
"type": "badge",
|
|
1601
|
-
"label": "@entity.model"
|
|
1589
|
+
"variant": "h2"
|
|
1602
1590
|
}
|
|
1603
1591
|
]
|
|
1604
1592
|
},
|
|
1605
1593
|
{
|
|
1606
|
-
"type": "
|
|
1607
|
-
"
|
|
1608
|
-
"
|
|
1609
|
-
"
|
|
1610
|
-
"
|
|
1611
|
-
|
|
1612
|
-
"prompt"
|
|
1613
|
-
]
|
|
1614
|
-
}
|
|
1594
|
+
"type": "button",
|
|
1595
|
+
"label": "Open",
|
|
1596
|
+
"event": "GENERATE",
|
|
1597
|
+
"variant": "primary",
|
|
1598
|
+
"icon": "sparkles"
|
|
1599
|
+
}
|
|
1615
1600
|
]
|
|
1601
|
+
},
|
|
1602
|
+
{
|
|
1603
|
+
"type": "divider"
|
|
1604
|
+
},
|
|
1605
|
+
{
|
|
1606
|
+
"type": "empty-state",
|
|
1607
|
+
"icon": "sparkles",
|
|
1608
|
+
"title": "Nothing open",
|
|
1609
|
+
"description": "Click Open to view details in a modal overlay."
|
|
1616
1610
|
}
|
|
1617
1611
|
]
|
|
1618
|
-
|
|
1619
|
-
|
|
1620
|
-
|
|
1621
|
-
|
|
1622
|
-
|
|
1623
|
-
|
|
1624
|
-
|
|
1625
|
-
|
|
1626
|
-
|
|
1627
|
-
|
|
1628
|
-
|
|
1629
|
-
|
|
1630
|
-
|
|
1631
|
-
|
|
1632
|
-
|
|
1633
|
-
|
|
1634
|
-
|
|
1635
|
-
|
|
1636
|
-
|
|
1637
|
-
|
|
1638
|
-
|
|
1639
|
-
|
|
1640
|
-
|
|
1641
|
-
|
|
1612
|
+
}
|
|
1613
|
+
]
|
|
1614
|
+
]
|
|
1615
|
+
}
|
|
1616
|
+
},
|
|
1617
|
+
{
|
|
1618
|
+
"ref": "AgentMemory.traits.AgentMemoryBrowse",
|
|
1619
|
+
"name": "PlannerMemoryLifecycle",
|
|
1620
|
+
"linkedEntity": "AgentPlanner",
|
|
1621
|
+
"listens": [],
|
|
1622
|
+
"emitsScope": "internal",
|
|
1623
|
+
"effects": {
|
|
1624
|
+
"INIT": [
|
|
1625
|
+
[
|
|
1626
|
+
"ref",
|
|
1627
|
+
"AgentPlanner"
|
|
1628
|
+
],
|
|
1629
|
+
[
|
|
1630
|
+
"render-ui",
|
|
1631
|
+
"main",
|
|
1632
|
+
{
|
|
1633
|
+
"type": "stack",
|
|
1634
|
+
"direction": "vertical",
|
|
1635
|
+
"gap": "lg",
|
|
1636
|
+
"className": "max-w-5xl mx-auto w-full",
|
|
1637
|
+
"children": [
|
|
1642
1638
|
{
|
|
1643
1639
|
"type": "stack",
|
|
1644
|
-
"direction": "
|
|
1645
|
-
"gap": "
|
|
1640
|
+
"direction": "horizontal",
|
|
1641
|
+
"gap": "md",
|
|
1642
|
+
"justify": "space-between",
|
|
1643
|
+
"align": "center",
|
|
1646
1644
|
"children": [
|
|
1647
1645
|
{
|
|
1648
1646
|
"type": "stack",
|
|
1649
1647
|
"direction": "horizontal",
|
|
1650
|
-
"gap": "
|
|
1651
|
-
"
|
|
1648
|
+
"gap": "sm",
|
|
1649
|
+
"align": "center",
|
|
1652
1650
|
"children": [
|
|
1653
1651
|
{
|
|
1654
|
-
"type": "
|
|
1655
|
-
"
|
|
1656
|
-
"
|
|
1657
|
-
"children": [
|
|
1658
|
-
{
|
|
1659
|
-
"type": "icon",
|
|
1660
|
-
"name": "sparkles",
|
|
1661
|
-
"size": "lg"
|
|
1662
|
-
},
|
|
1663
|
-
{
|
|
1664
|
-
"type": "typography",
|
|
1665
|
-
"content": "AgentPlanner",
|
|
1666
|
-
"variant": "h2"
|
|
1667
|
-
}
|
|
1668
|
-
]
|
|
1652
|
+
"type": "icon",
|
|
1653
|
+
"name": "brain",
|
|
1654
|
+
"size": "lg"
|
|
1669
1655
|
},
|
|
1670
1656
|
{
|
|
1671
|
-
"type": "
|
|
1672
|
-
"
|
|
1673
|
-
"
|
|
1674
|
-
"variant": "primary",
|
|
1675
|
-
"icon": "sparkles"
|
|
1657
|
+
"type": "typography",
|
|
1658
|
+
"content": "AgentPlanner Manager",
|
|
1659
|
+
"variant": "h2"
|
|
1676
1660
|
}
|
|
1677
1661
|
]
|
|
1678
1662
|
},
|
|
1679
|
-
{
|
|
1680
|
-
"type": "divider"
|
|
1681
|
-
},
|
|
1682
|
-
{
|
|
1683
|
-
"type": "empty-state",
|
|
1684
|
-
"icon": "sparkles",
|
|
1685
|
-
"title": "Nothing open",
|
|
1686
|
-
"description": "Click Open to view details in a modal overlay."
|
|
1687
|
-
}
|
|
1688
|
-
]
|
|
1689
|
-
}
|
|
1690
|
-
]
|
|
1691
|
-
]
|
|
1692
|
-
},
|
|
1693
|
-
{
|
|
1694
|
-
"from": "open",
|
|
1695
|
-
"to": "closed",
|
|
1696
|
-
"event": "SAVE",
|
|
1697
|
-
"effects": [
|
|
1698
|
-
[
|
|
1699
|
-
"persist",
|
|
1700
|
-
"create",
|
|
1701
|
-
"AgentPlanner",
|
|
1702
|
-
"@payload.data"
|
|
1703
|
-
],
|
|
1704
|
-
[
|
|
1705
|
-
"render-ui",
|
|
1706
|
-
"modal",
|
|
1707
|
-
null
|
|
1708
|
-
],
|
|
1709
|
-
[
|
|
1710
|
-
"emit",
|
|
1711
|
-
"GENERATED"
|
|
1712
|
-
],
|
|
1713
|
-
[
|
|
1714
|
-
"ref",
|
|
1715
|
-
"AgentPlanner"
|
|
1716
|
-
],
|
|
1717
|
-
[
|
|
1718
|
-
"render-ui",
|
|
1719
|
-
"main",
|
|
1720
|
-
{
|
|
1721
|
-
"type": "stack",
|
|
1722
|
-
"direction": "vertical",
|
|
1723
|
-
"gap": "lg",
|
|
1724
|
-
"children": [
|
|
1725
1663
|
{
|
|
1726
1664
|
"type": "stack",
|
|
1727
1665
|
"direction": "horizontal",
|
|
1728
|
-
"gap": "
|
|
1729
|
-
"justify": "space-between",
|
|
1666
|
+
"gap": "sm",
|
|
1730
1667
|
"children": [
|
|
1731
1668
|
{
|
|
1732
|
-
"type": "
|
|
1733
|
-
"
|
|
1734
|
-
"
|
|
1735
|
-
"
|
|
1736
|
-
|
|
1737
|
-
"type": "icon",
|
|
1738
|
-
"name": "sparkles",
|
|
1739
|
-
"size": "lg"
|
|
1740
|
-
},
|
|
1741
|
-
{
|
|
1742
|
-
"type": "typography",
|
|
1743
|
-
"content": "AgentPlanner",
|
|
1744
|
-
"variant": "h2"
|
|
1745
|
-
}
|
|
1746
|
-
]
|
|
1669
|
+
"type": "button",
|
|
1670
|
+
"label": "Memorize",
|
|
1671
|
+
"event": "MEMORIZE",
|
|
1672
|
+
"variant": "primary",
|
|
1673
|
+
"icon": "plus"
|
|
1747
1674
|
},
|
|
1748
1675
|
{
|
|
1749
1676
|
"type": "button",
|
|
1750
|
-
"label": "
|
|
1751
|
-
"event": "
|
|
1752
|
-
"variant": "
|
|
1753
|
-
"icon": "
|
|
1677
|
+
"label": "Recall",
|
|
1678
|
+
"event": "RECALL",
|
|
1679
|
+
"variant": "secondary",
|
|
1680
|
+
"icon": "search"
|
|
1681
|
+
},
|
|
1682
|
+
{
|
|
1683
|
+
"type": "button",
|
|
1684
|
+
"label": "Decay All",
|
|
1685
|
+
"event": "DECAY",
|
|
1686
|
+
"variant": "ghost",
|
|
1687
|
+
"icon": "clock"
|
|
1754
1688
|
}
|
|
1755
1689
|
]
|
|
1690
|
+
}
|
|
1691
|
+
]
|
|
1692
|
+
},
|
|
1693
|
+
{
|
|
1694
|
+
"type": "divider"
|
|
1695
|
+
},
|
|
1696
|
+
{
|
|
1697
|
+
"type": "data-grid",
|
|
1698
|
+
"entity": "AgentPlanner",
|
|
1699
|
+
"emptyIcon": "inbox",
|
|
1700
|
+
"emptyTitle": "No memories yet",
|
|
1701
|
+
"emptyDescription": "Create your first memory to get started.",
|
|
1702
|
+
"itemActions": [
|
|
1703
|
+
{
|
|
1704
|
+
"label": "Pin",
|
|
1705
|
+
"event": "PIN",
|
|
1706
|
+
"variant": "ghost",
|
|
1707
|
+
"size": "sm"
|
|
1756
1708
|
},
|
|
1757
1709
|
{
|
|
1758
|
-
"
|
|
1710
|
+
"label": "Reinforce",
|
|
1711
|
+
"event": "REINFORCE",
|
|
1712
|
+
"variant": "ghost",
|
|
1713
|
+
"size": "sm"
|
|
1759
1714
|
},
|
|
1760
1715
|
{
|
|
1761
|
-
"
|
|
1762
|
-
"
|
|
1763
|
-
"
|
|
1764
|
-
"
|
|
1716
|
+
"label": "Forget",
|
|
1717
|
+
"event": "FORGET",
|
|
1718
|
+
"variant": "danger",
|
|
1719
|
+
"size": "sm"
|
|
1765
1720
|
}
|
|
1766
|
-
]
|
|
1767
|
-
|
|
1768
|
-
],
|
|
1769
|
-
[
|
|
1770
|
-
"notify",
|
|
1771
|
-
"AgentPlanner created successfully"
|
|
1772
|
-
]
|
|
1773
|
-
]
|
|
1774
|
-
}
|
|
1775
|
-
]
|
|
1776
|
-
},
|
|
1777
|
-
"listens": []
|
|
1778
|
-
},
|
|
1779
|
-
{
|
|
1780
|
-
"name": "PlannerMemoryLifecycle",
|
|
1781
|
-
"linkedEntity": "AgentPlanner",
|
|
1782
|
-
"category": "interaction",
|
|
1783
|
-
"listens": [],
|
|
1784
|
-
"stateMachine": {
|
|
1785
|
-
"states": [
|
|
1786
|
-
{
|
|
1787
|
-
"name": "browsing",
|
|
1788
|
-
"isInitial": true
|
|
1789
|
-
}
|
|
1790
|
-
],
|
|
1791
|
-
"events": [
|
|
1792
|
-
{
|
|
1793
|
-
"key": "INIT",
|
|
1794
|
-
"name": "Initialize"
|
|
1795
|
-
},
|
|
1796
|
-
{
|
|
1797
|
-
"key": "MEMORIZE",
|
|
1798
|
-
"name": "MEMORIZE"
|
|
1799
|
-
},
|
|
1800
|
-
{
|
|
1801
|
-
"key": "RECALL",
|
|
1802
|
-
"name": "RECALL"
|
|
1803
|
-
},
|
|
1804
|
-
{
|
|
1805
|
-
"key": "DECAY",
|
|
1806
|
-
"name": "DECAY"
|
|
1807
|
-
},
|
|
1808
|
-
{
|
|
1809
|
-
"key": "PIN",
|
|
1810
|
-
"name": "PIN",
|
|
1811
|
-
"payload": [
|
|
1812
|
-
{
|
|
1813
|
-
"name": "id",
|
|
1814
|
-
"type": "string",
|
|
1815
|
-
"required": true
|
|
1816
|
-
},
|
|
1817
|
-
{
|
|
1818
|
-
"name": "row",
|
|
1819
|
-
"type": "object"
|
|
1820
|
-
}
|
|
1821
|
-
]
|
|
1822
|
-
},
|
|
1823
|
-
{
|
|
1824
|
-
"key": "REINFORCE",
|
|
1825
|
-
"name": "REINFORCE",
|
|
1826
|
-
"payload": [
|
|
1827
|
-
{
|
|
1828
|
-
"name": "id",
|
|
1829
|
-
"type": "string",
|
|
1830
|
-
"required": true
|
|
1831
|
-
},
|
|
1832
|
-
{
|
|
1833
|
-
"name": "row",
|
|
1834
|
-
"type": "object"
|
|
1835
|
-
}
|
|
1836
|
-
]
|
|
1837
|
-
},
|
|
1838
|
-
{
|
|
1839
|
-
"key": "FORGET",
|
|
1840
|
-
"name": "FORGET",
|
|
1841
|
-
"payload": [
|
|
1842
|
-
{
|
|
1843
|
-
"name": "id",
|
|
1844
|
-
"type": "string",
|
|
1845
|
-
"required": true
|
|
1846
|
-
},
|
|
1847
|
-
{
|
|
1848
|
-
"name": "row",
|
|
1849
|
-
"type": "object"
|
|
1850
|
-
}
|
|
1851
|
-
]
|
|
1852
|
-
},
|
|
1853
|
-
{
|
|
1854
|
-
"key": "MEMORIZED",
|
|
1855
|
-
"name": "MEMORIZED",
|
|
1856
|
-
"payload": [
|
|
1857
|
-
{
|
|
1858
|
-
"name": "data",
|
|
1859
|
-
"type": "object",
|
|
1860
|
-
"required": true
|
|
1861
|
-
}
|
|
1862
|
-
]
|
|
1863
|
-
},
|
|
1864
|
-
{
|
|
1865
|
-
"key": "PINNED",
|
|
1866
|
-
"name": "PINNED",
|
|
1867
|
-
"payload": [
|
|
1868
|
-
{
|
|
1869
|
-
"name": "data",
|
|
1870
|
-
"type": "object",
|
|
1871
|
-
"required": true
|
|
1872
|
-
}
|
|
1873
|
-
]
|
|
1874
|
-
},
|
|
1875
|
-
{
|
|
1876
|
-
"key": "FORGOT",
|
|
1877
|
-
"name": "FORGOT",
|
|
1878
|
-
"payload": [
|
|
1879
|
-
{
|
|
1880
|
-
"name": "data",
|
|
1881
|
-
"type": "object",
|
|
1882
|
-
"required": true
|
|
1883
|
-
}
|
|
1884
|
-
]
|
|
1885
|
-
},
|
|
1886
|
-
{
|
|
1887
|
-
"key": "REINFORCED",
|
|
1888
|
-
"name": "REINFORCED",
|
|
1889
|
-
"payload": [
|
|
1890
|
-
{
|
|
1891
|
-
"name": "data",
|
|
1892
|
-
"type": "object",
|
|
1893
|
-
"required": true
|
|
1894
|
-
}
|
|
1895
|
-
]
|
|
1896
|
-
},
|
|
1897
|
-
{
|
|
1898
|
-
"key": "DECAYED",
|
|
1899
|
-
"name": "DECAYED",
|
|
1900
|
-
"payload": [
|
|
1901
|
-
{
|
|
1902
|
-
"name": "data",
|
|
1903
|
-
"type": "object",
|
|
1904
|
-
"required": true
|
|
1905
|
-
}
|
|
1906
|
-
]
|
|
1907
|
-
}
|
|
1908
|
-
],
|
|
1909
|
-
"transitions": [
|
|
1910
|
-
{
|
|
1911
|
-
"from": "browsing",
|
|
1912
|
-
"to": "browsing",
|
|
1913
|
-
"event": "INIT",
|
|
1914
|
-
"effects": [
|
|
1915
|
-
[
|
|
1916
|
-
"ref",
|
|
1917
|
-
"AgentPlanner"
|
|
1918
|
-
],
|
|
1919
|
-
[
|
|
1920
|
-
"render-ui",
|
|
1921
|
-
"main",
|
|
1922
|
-
{
|
|
1923
|
-
"type": "stack",
|
|
1924
|
-
"direction": "vertical",
|
|
1925
|
-
"gap": "lg",
|
|
1926
|
-
"className": "max-w-5xl mx-auto w-full",
|
|
1927
|
-
"children": [
|
|
1721
|
+
],
|
|
1722
|
+
"columns": [
|
|
1928
1723
|
{
|
|
1929
|
-
"
|
|
1930
|
-
"
|
|
1931
|
-
"
|
|
1932
|
-
"
|
|
1933
|
-
"align": "center",
|
|
1934
|
-
"children": [
|
|
1935
|
-
{
|
|
1936
|
-
"type": "stack",
|
|
1937
|
-
"direction": "horizontal",
|
|
1938
|
-
"gap": "sm",
|
|
1939
|
-
"align": "center",
|
|
1940
|
-
"children": [
|
|
1941
|
-
{
|
|
1942
|
-
"type": "icon",
|
|
1943
|
-
"name": "brain",
|
|
1944
|
-
"size": "lg"
|
|
1945
|
-
},
|
|
1946
|
-
{
|
|
1947
|
-
"type": "typography",
|
|
1948
|
-
"content": "AgentPlanner Manager",
|
|
1949
|
-
"variant": "h2"
|
|
1950
|
-
}
|
|
1951
|
-
]
|
|
1952
|
-
},
|
|
1953
|
-
{
|
|
1954
|
-
"type": "stack",
|
|
1955
|
-
"direction": "horizontal",
|
|
1956
|
-
"gap": "sm",
|
|
1957
|
-
"children": [
|
|
1958
|
-
{
|
|
1959
|
-
"type": "button",
|
|
1960
|
-
"label": "Memorize",
|
|
1961
|
-
"event": "MEMORIZE",
|
|
1962
|
-
"variant": "primary",
|
|
1963
|
-
"icon": "plus"
|
|
1964
|
-
},
|
|
1965
|
-
{
|
|
1966
|
-
"type": "button",
|
|
1967
|
-
"label": "Recall",
|
|
1968
|
-
"event": "RECALL",
|
|
1969
|
-
"variant": "secondary",
|
|
1970
|
-
"icon": "search"
|
|
1971
|
-
},
|
|
1972
|
-
{
|
|
1973
|
-
"type": "button",
|
|
1974
|
-
"label": "Decay All",
|
|
1975
|
-
"event": "DECAY",
|
|
1976
|
-
"variant": "ghost",
|
|
1977
|
-
"icon": "clock"
|
|
1978
|
-
}
|
|
1979
|
-
]
|
|
1980
|
-
}
|
|
1981
|
-
]
|
|
1724
|
+
"name": "content",
|
|
1725
|
+
"label": "Content",
|
|
1726
|
+
"variant": "h4",
|
|
1727
|
+
"icon": "brain"
|
|
1982
1728
|
},
|
|
1983
1729
|
{
|
|
1984
|
-
"
|
|
1730
|
+
"name": "category",
|
|
1731
|
+
"label": "Category",
|
|
1732
|
+
"variant": "badge",
|
|
1733
|
+
"colorMap": {
|
|
1734
|
+
"active": "success",
|
|
1735
|
+
"completed": "success",
|
|
1736
|
+
"done": "success",
|
|
1737
|
+
"pending": "warning",
|
|
1738
|
+
"draft": "warning",
|
|
1739
|
+
"scheduled": "warning",
|
|
1740
|
+
"inactive": "neutral",
|
|
1741
|
+
"archived": "neutral",
|
|
1742
|
+
"disabled": "neutral",
|
|
1743
|
+
"error": "destructive",
|
|
1744
|
+
"cancelled": "destructive",
|
|
1745
|
+
"failed": "destructive"
|
|
1746
|
+
}
|
|
1985
1747
|
},
|
|
1986
1748
|
{
|
|
1987
|
-
"
|
|
1988
|
-
"
|
|
1989
|
-
"
|
|
1990
|
-
"emptyTitle": "No memories yet",
|
|
1991
|
-
"emptyDescription": "Create your first memory to get started.",
|
|
1992
|
-
"itemActions": [
|
|
1993
|
-
{
|
|
1994
|
-
"label": "Pin",
|
|
1995
|
-
"event": "PIN",
|
|
1996
|
-
"variant": "ghost",
|
|
1997
|
-
"size": "sm"
|
|
1998
|
-
},
|
|
1999
|
-
{
|
|
2000
|
-
"label": "Reinforce",
|
|
2001
|
-
"event": "REINFORCE",
|
|
2002
|
-
"variant": "ghost",
|
|
2003
|
-
"size": "sm"
|
|
2004
|
-
},
|
|
2005
|
-
{
|
|
2006
|
-
"label": "Forget",
|
|
2007
|
-
"event": "FORGET",
|
|
2008
|
-
"variant": "danger",
|
|
2009
|
-
"size": "sm"
|
|
2010
|
-
}
|
|
2011
|
-
],
|
|
2012
|
-
"columns": [
|
|
2013
|
-
{
|
|
2014
|
-
"name": "content",
|
|
2015
|
-
"label": "Content",
|
|
2016
|
-
"variant": "h4",
|
|
2017
|
-
"icon": "brain"
|
|
2018
|
-
},
|
|
2019
|
-
{
|
|
2020
|
-
"name": "category",
|
|
2021
|
-
"label": "Category",
|
|
2022
|
-
"variant": "badge",
|
|
2023
|
-
"colorMap": {
|
|
2024
|
-
"active": "success",
|
|
2025
|
-
"completed": "success",
|
|
2026
|
-
"done": "success",
|
|
2027
|
-
"pending": "warning",
|
|
2028
|
-
"draft": "warning",
|
|
2029
|
-
"scheduled": "warning",
|
|
2030
|
-
"inactive": "neutral",
|
|
2031
|
-
"archived": "neutral",
|
|
2032
|
-
"disabled": "neutral",
|
|
2033
|
-
"error": "destructive",
|
|
2034
|
-
"cancelled": "destructive",
|
|
2035
|
-
"failed": "destructive"
|
|
2036
|
-
}
|
|
2037
|
-
},
|
|
2038
|
-
{
|
|
2039
|
-
"name": "strength",
|
|
2040
|
-
"label": "Strength",
|
|
2041
|
-
"variant": "caption"
|
|
2042
|
-
}
|
|
2043
|
-
]
|
|
1749
|
+
"name": "strength",
|
|
1750
|
+
"label": "Strength",
|
|
1751
|
+
"variant": "caption"
|
|
2044
1752
|
}
|
|
2045
1753
|
]
|
|
2046
1754
|
}
|
|
2047
1755
|
]
|
|
2048
|
-
|
|
2049
|
-
|
|
2050
|
-
{
|
|
2051
|
-
"from": "browsing",
|
|
2052
|
-
"to": "browsing",
|
|
2053
|
-
"event": "MEMORIZED",
|
|
2054
|
-
"effects": [
|
|
2055
|
-
[
|
|
2056
|
-
"ref",
|
|
2057
|
-
"AgentPlanner"
|
|
2058
|
-
]
|
|
2059
|
-
]
|
|
2060
|
-
},
|
|
2061
|
-
{
|
|
2062
|
-
"from": "browsing",
|
|
2063
|
-
"to": "browsing",
|
|
2064
|
-
"event": "PINNED",
|
|
2065
|
-
"effects": [
|
|
2066
|
-
[
|
|
2067
|
-
"ref",
|
|
2068
|
-
"AgentPlanner"
|
|
2069
|
-
]
|
|
2070
|
-
]
|
|
2071
|
-
},
|
|
2072
|
-
{
|
|
2073
|
-
"from": "browsing",
|
|
2074
|
-
"to": "browsing",
|
|
2075
|
-
"event": "FORGOT",
|
|
2076
|
-
"effects": [
|
|
2077
|
-
[
|
|
2078
|
-
"ref",
|
|
2079
|
-
"AgentPlanner"
|
|
2080
|
-
]
|
|
2081
|
-
]
|
|
2082
|
-
},
|
|
2083
|
-
{
|
|
2084
|
-
"from": "browsing",
|
|
2085
|
-
"to": "browsing",
|
|
2086
|
-
"event": "REINFORCED",
|
|
2087
|
-
"effects": [
|
|
2088
|
-
[
|
|
2089
|
-
"ref",
|
|
2090
|
-
"AgentPlanner"
|
|
2091
|
-
]
|
|
2092
|
-
]
|
|
2093
|
-
},
|
|
2094
|
-
{
|
|
2095
|
-
"from": "browsing",
|
|
2096
|
-
"to": "browsing",
|
|
2097
|
-
"event": "DECAYED",
|
|
2098
|
-
"effects": [
|
|
2099
|
-
[
|
|
2100
|
-
"ref",
|
|
2101
|
-
"AgentPlanner"
|
|
2102
|
-
]
|
|
2103
|
-
]
|
|
2104
|
-
}
|
|
1756
|
+
}
|
|
1757
|
+
]
|
|
2105
1758
|
]
|
|
2106
1759
|
}
|
|
2107
1760
|
}
|
|
@@ -2130,6 +1783,5 @@
|
|
|
2130
1783
|
}
|
|
2131
1784
|
]
|
|
2132
1785
|
}
|
|
2133
|
-
]
|
|
2134
|
-
|
|
2135
|
-
}
|
|
1786
|
+
]
|
|
1787
|
+
}
|