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