@elizaos/app-core 2.0.3-beta.2 → 2.0.3-beta.3
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/agent-bridge.d.ts +5 -5
- package/api/auth/audit.d.ts +1 -1
- package/api/auth/auth-context.d.ts +1 -1
- package/api/auth/bootstrap-token.d.ts +1 -1
- package/api/auth/sessions.d.ts +1 -1
- package/api/auth-bootstrap-routes.d.ts +1 -1
- package/api/auth-pairing-routes.d.ts +1 -1
- package/api/auth-pairing-routes.d.ts.map +1 -1
- package/api/auth-pairing-routes.js +2 -3
- package/api/auth-session-routes.d.ts +2 -2
- package/api/auth.d.ts +1 -1
- package/api/automations-compat-routes.d.ts +1 -1
- package/api/background-tasks-routes.d.ts +1 -1
- package/api/catalog-routes.d.ts +1 -1
- package/api/cloud-voice-routes.d.ts +1 -1
- package/api/compat-route-shared.d.ts +12 -5
- package/api/compat-route-shared.d.ts.map +1 -1
- package/api/compat-route-shared.js +22 -187
- package/api/database-rows-compat-routes.d.ts +1 -1
- package/api/dev-compat-routes.d.ts +1 -1
- package/api/dev-route-catalog.d.ts.map +1 -1
- package/api/dev-route-catalog.js +20 -0
- package/api/drop-status-compat-route.d.ts +3 -0
- package/api/drop-status-compat-route.d.ts.map +1 -0
- package/api/drop-status-compat-route.js +12 -0
- package/api/first-run-routes.d.ts +1 -1
- package/api/internal-routes.d.ts +1 -1
- package/api/runtime-mode-routes.d.ts +1 -1
- package/api/secrets-manager-routes.d.ts.map +1 -1
- package/api/sensitive-request-routes.d.ts +2 -2
- package/api/server-config-filter.d.ts.map +1 -1
- package/api/server-config-filter.js +0 -1
- package/api/server-first-run-helpers.d.ts.map +1 -1
- package/api/server-first-run-helpers.js +0 -3
- package/api/server.d.ts +8 -8
- package/api/server.d.ts.map +1 -1
- package/api/server.js +13 -59
- package/api/training-benchmarks.d.ts +1 -1
- package/api/training-benchmarks.d.ts.map +1 -1
- package/api/training-benchmarks.js +31 -9
- package/api/workbench-compat-routes.d.ts +1 -1
- package/benchmark/server-utils.d.ts +2 -2
- package/browser.d.ts +4 -4
- package/cli/plugins-cli.d.ts.map +1 -1
- package/cli/plugins-cli.js +5 -0
- package/cli/program/register.auth.d.ts +27 -1
- package/cli/program/register.auth.d.ts.map +1 -1
- package/cli/program/register.auth.js +187 -0
- package/cli/program/register.dashboard.d.ts.map +1 -1
- package/cli/program/register.dashboard.js +11 -1
- package/cli/program.d.ts +1 -1
- package/first-run/first-run-config.d.ts +1 -1
- package/index.d.ts +46 -47
- package/index.d.ts.map +1 -1
- package/index.js +3 -7
- package/package.json +42 -36
- package/packaging/PUBLISHING_GUIDE.md +20 -20
- package/platform/elizaos-agent-browser-stub.d.ts +0 -1
- package/platform/elizaos-agent-browser-stub.d.ts.map +1 -1
- package/platform/elizaos-agent-browser-stub.js +0 -1
- package/platform/ios-runtime-bridge.d.ts.map +1 -1
- package/platform/ios-runtime-bridge.js +0 -1
- package/platform/native-plugin-entrypoints.d.ts +2 -2
- package/platforms/android/app/build.gradle +30 -7
- package/platforms/android/app/src/main/elizavoice-jni/elizavoice-jni.cpp +179 -35
- package/platforms/android/app/src/main/java/ai/elizaos/app/ElizaAgentService.java +60 -32
- package/platforms/android/app/src/main/java/ai/elizaos/app/ElizaBionicInferenceServer.java +405 -65
- package/platforms/android/app/src/main/java/ai/elizaos/app/ElizaVoiceNative.java +35 -0
- package/platforms/android/app/src/main/java/ai/elizaos/app/ElizaVoicePlugin.java +13 -6
- package/platforms/android/app/src/main/res/drawable/splash.png +0 -0
- package/platforms/android/app/src/main/res/drawable-land-hdpi/splash.png +0 -0
- package/platforms/android/app/src/main/res/drawable-land-mdpi/splash.png +0 -0
- package/platforms/android/app/src/main/res/drawable-land-xhdpi/splash.png +0 -0
- package/platforms/android/app/src/main/res/drawable-land-xxhdpi/splash.png +0 -0
- package/platforms/android/app/src/main/res/drawable-land-xxxhdpi/splash.png +0 -0
- package/platforms/android/app/src/main/res/drawable-port-hdpi/splash.png +0 -0
- package/platforms/android/app/src/main/res/drawable-port-mdpi/splash.png +0 -0
- package/platforms/android/app/src/main/res/drawable-port-xhdpi/splash.png +0 -0
- package/platforms/android/app/src/main/res/drawable-port-xxhdpi/splash.png +0 -0
- package/platforms/android/app/src/main/res/drawable-port-xxxhdpi/splash.png +0 -0
- package/platforms/android/app/src/main/res/mipmap-hdpi/ic_launcher.png +0 -0
- package/platforms/android/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png +0 -0
- package/platforms/android/app/src/main/res/mipmap-hdpi/ic_launcher_monochrome.png +0 -0
- package/platforms/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png +0 -0
- package/platforms/android/app/src/main/res/mipmap-mdpi/ic_launcher.png +0 -0
- package/platforms/android/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.png +0 -0
- package/platforms/android/app/src/main/res/mipmap-mdpi/ic_launcher_monochrome.png +0 -0
- package/platforms/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png +0 -0
- package/platforms/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png +0 -0
- package/platforms/android/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png +0 -0
- package/platforms/android/app/src/main/res/mipmap-xhdpi/ic_launcher_monochrome.png +0 -0
- package/platforms/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png +0 -0
- package/platforms/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png +0 -0
- package/platforms/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png +0 -0
- package/platforms/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_monochrome.png +0 -0
- package/platforms/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png +0 -0
- package/platforms/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png +0 -0
- package/platforms/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png +0 -0
- package/platforms/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_monochrome.png +0 -0
- package/platforms/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png +0 -0
- package/platforms/android/app/src/main/res/values/colors.xml +5 -1
- package/platforms/android/app/src/main/res/values/ic_launcher_background.xml +1 -1
- package/platforms/android/app/src/main/res/values/styles.xml +4 -1
- package/platforms/electrobun/electrobun.config.ts +0 -1
- package/platforms/electrobun/native/macos/window-effects.mm +4 -0
- package/platforms/electrobun/package.json +11 -9
- package/platforms/electrobun/remotes/local-model/src/bun/eliza1-catalog.ts +1 -1
- package/platforms/electrobun/remotes/runtime/src/dev/phase2-smoke.ts +10 -5
- package/platforms/electrobun/remotes/runtime/src/dev/phase3-smoke.ts +11 -15
- package/platforms/electrobun/src/application-menu.ts +0 -7
- package/platforms/electrobun/src/desktop-http-request.test.ts +30 -1
- package/platforms/electrobun/src/desktop-http-request.ts +14 -2
- package/platforms/electrobun/src/desktop-test-bridge-server.ts +28 -0
- package/platforms/electrobun/src/fatal-shutdown.test.ts +3 -7
- package/platforms/electrobun/src/index.ts +64 -13
- package/platforms/electrobun/src/lifecycle/api-base-owner.test.ts +83 -0
- package/platforms/electrobun/src/lifecycle/api-base-owner.ts +37 -16
- package/platforms/electrobun/src/native/agent.ts +28 -17
- package/platforms/electrobun/src/native/credentials.ts +6 -1
- package/platforms/electrobun/src/native/desktop-window.test.ts +142 -26
- package/platforms/electrobun/src/native/desktop.ts +8 -4
- package/platforms/electrobun/src/native/index.ts +6 -0
- package/platforms/electrobun/src/native/remote-plugin-host.ts +18 -8
- package/platforms/electrobun/src/preload.js +1 -1
- package/platforms/electrobun/src/voice/voice-live-validation.test.ts +10 -5
- package/platforms/electrobun/src/voice/voice-runtime-adapter.ts +3 -2
- package/platforms/electrobun/src/voice/voice-service.test.ts +26 -0
- package/platforms/electrobun/src/voice/voice-service.ts +57 -17
- package/platforms/electrobun/tsconfig.json +17 -1
- package/platforms/ios/App/App/Base.lproj/LaunchScreen.storyboard +4 -6
- package/registry/index.d.ts +1 -6
- package/registry/index.d.ts.map +1 -1
- package/registry/index.js +9 -101
- package/runtime/android-avf-microdroid-bridge.d.ts +1 -1
- package/runtime/bundled-fused-lib.d.ts +36 -0
- package/runtime/bundled-fused-lib.d.ts.map +1 -0
- package/runtime/bundled-fused-lib.js +77 -0
- package/runtime/channel-plugin-map.d.ts +1 -5
- package/runtime/channel-plugin-map.d.ts.map +1 -1
- package/runtime/channel-plugin-map.js +11 -31
- package/runtime/desktop/index.d.ts +5 -5
- package/runtime/dev-server.js +11 -2
- package/runtime/eliza.d.ts.map +1 -1
- package/runtime/eliza.js +18 -8
- package/runtime/mode/route-mode-guard.d.ts +1 -1
- package/runtime/mode/route-mode-matrix.d.ts +1 -1
- package/runtime/voice-warmup.d.ts +4 -19
- package/runtime/voice-warmup.d.ts.map +1 -1
- package/runtime/voice-warmup.js +4 -14
- package/scripts/aosp/README.md +10 -1
- package/scripts/aosp/compile-libllama-zig-pin.test.mjs +147 -0
- package/scripts/aosp/compile-libllama.mjs +446 -59
- package/scripts/aosp/compile-libllama.test.mjs +133 -0
- package/scripts/aosp/compile-shim.mjs +21 -1
- package/scripts/aosp/deploy-pixel.mjs +1 -1
- package/scripts/aosp/stage-default-models.mjs +24 -31
- package/scripts/aosp/stage-default-models.test.mjs +23 -0
- package/scripts/assert-required-bundled-packages.test.ts +22 -1
- package/scripts/build-helpers/verify-fused-symbols.mjs +33 -0
- package/scripts/build-helpers/verify-fused-symbols.test.mjs +0 -0
- package/scripts/build-image.sh +1 -3
- package/scripts/build-llama-cpp-mtp.mjs +17 -16
- package/scripts/check-i18n.mjs +0 -1
- package/scripts/copy-runtime-node-modules.ts +147 -0
- package/scripts/desktop-build.mjs +317 -4
- package/scripts/docker-ci-smoke.sh +33 -8
- package/scripts/ensure-type-package-aliases.mjs +1 -1
- package/scripts/ios-xcframework/run-physical-device-smoke.mjs +1 -1
- package/scripts/lib/agent-source-watcher.mjs +0 -1
- package/scripts/lib/artifact-staleness.d.mts +33 -0
- package/scripts/lib/artifact-staleness.mjs +122 -0
- package/scripts/lib/artifact-staleness.test.mts +98 -0
- package/scripts/lib/duet-bridge.mjs +1 -1
- package/scripts/lib/ios-plist-url-scheme.mjs +80 -0
- package/scripts/lib/mobile-build-decisions.mjs +97 -0
- package/scripts/lib/renderer-build-manifest.d.mts +65 -0
- package/scripts/lib/renderer-build-manifest.mjs +257 -0
- package/scripts/lib/renderer-build-manifest.test.mts +277 -0
- package/scripts/lib/stage-android-agent.mjs +13 -4
- package/scripts/lib/verify-ondevice-artifact.d.mts +16 -0
- package/scripts/lib/verify-ondevice-artifact.mjs +61 -0
- package/scripts/lib/verify-ondevice-artifact.test.mts +98 -0
- package/scripts/lib/websocket-pending-queue.ts +92 -0
- package/scripts/link-docker-local-app-packages.mjs +6 -0
- package/scripts/playwright-ui-live-stack.ts +430 -144
- package/scripts/playwright-ui-smoke-api-stub.mjs +160 -168
- package/scripts/run-local-plugin-live-smoke.mjs +1 -6
- package/scripts/run-mobile-build-brand-separation.test.mts +33 -0
- package/scripts/run-mobile-build-ios-engine-gate.test.mjs +85 -0
- package/scripts/run-mobile-build-mtp-staleness.test.mts +198 -0
- package/scripts/run-mobile-build.mjs +408 -86
- package/scripts/serve-real-local-agent.ts +72 -0
- package/scripts/stage-desktop-fused-lib.mjs +43 -14
- package/scripts/verify-ondevice-artifact.mjs +111 -0
- package/scripts/voice-attribution-smoke.ts +144 -38
- package/scripts/voice-duet.mjs +6 -6
- package/scripts/voice-e2e-hardware.ts +22 -16
- package/scripts/voice-interactive.mjs +16 -45
- package/security/agent-vault-id.d.ts +1 -1
- package/security/platform-secure-store-node.d.ts +1 -1
- package/services/ambient-audio/consent.d.ts +1 -1
- package/services/ambient-audio/index.d.ts +6 -6
- package/services/ambient-audio/replay-buffer.d.ts +1 -1
- package/services/ambient-audio/response-gate.d.ts +1 -1
- package/services/ambient-audio/service.d.ts +3 -3
- package/services/connector-target-catalog.d.ts +1 -1
- package/services/sensitive-requests/index.d.ts +6 -6
- package/services/steward-sidecar/wallet-setup.d.ts +1 -1
- package/services/steward-sidecar.d.ts +3 -3
- package/services/tunnel-to-mobile/index.d.ts +1 -1
- package/services/vault-bootstrap.d.ts.map +1 -1
- package/services/vault-bootstrap.js +14 -10
- package/services/voice-profiles/diarization-pipeline.d.ts +1 -1
- package/services/voice-profiles/index.d.ts +11 -11
- package/services/voice-profiles/owner-confidence.d.ts +1 -1
- package/services/voice-profiles/private-challenge.d.ts +1 -1
- package/services/voice-profiles/store.d.ts +1 -1
- package/test/helpers/live-provider.test.ts +91 -1
- package/test/helpers/live-provider.ts +195 -51
- package/test/scripts/websocket-pending-queue.test.ts +119 -0
- package/test-support/test-helpers.d.ts +0 -33
- package/test-support/test-helpers.d.ts.map +1 -1
- package/test-support/test-helpers.js +81 -189
- package/ui-compat.d.ts +1 -0
- package/ui-compat.d.ts.map +1 -1
- package/ui-compat.js +4 -0
- package/platforms/electrobun/docs/convergence-audit.json +0 -3505
- package/platforms/electrobun/docs/convergence-audit.md +0 -694
- package/platforms/electrobun/scripts/ensure-whisper-gguf.sh +0 -55
- package/platforms/electrobun/scripts/ensure-whisper-model.sh +0 -35
- package/platforms/electrobun/scripts/generate-convergence-audit.ts +0 -1203
- package/platforms/electrobun/src/native/whisper-env.test.ts +0 -71
- package/platforms/electrobun/src/native/whisper-env.ts +0 -68
- package/registry/app-registry.d.ts +0 -14
- package/registry/app-registry.d.ts.map +0 -1
- package/registry/app-registry.js +0 -29
- package/registry/entries/apps/app-polymarket.json +0 -31
- package/registry/entries/apps/clawville.json +0 -27
- package/registry/entries/apps/companion.json +0 -28
- package/registry/entries/apps/database-viewer.json +0 -27
- package/registry/entries/apps/defense-of-the-agents.json +0 -27
- package/registry/entries/apps/documents.json +0 -30
- package/registry/entries/apps/feed.json +0 -27
- package/registry/entries/apps/hyperliquid.json +0 -31
- package/registry/entries/apps/log-viewer.json +0 -27
- package/registry/entries/apps/memory-viewer.json +0 -27
- package/registry/entries/apps/model-tester.json +0 -31
- package/registry/entries/apps/plugin-viewer.json +0 -27
- package/registry/entries/apps/relationship-viewer.json +0 -27
- package/registry/entries/apps/runtime-debugger.json +0 -27
- package/registry/entries/apps/shopify.json +0 -31
- package/registry/entries/apps/skills-viewer.json +0 -27
- package/registry/entries/apps/steward.json +0 -31
- package/registry/entries/apps/training.json +0 -54
- package/registry/entries/apps/trajectory-viewer.json +0 -27
- package/registry/entries/apps/vincent.json +0 -31
- package/registry/entries/connectors/bluebubbles.json +0 -99
- package/registry/entries/connectors/bluesky.json +0 -173
- package/registry/entries/connectors/discord.json +0 -119
- package/registry/entries/connectors/farcaster.json +0 -174
- package/registry/entries/connectors/feishu.json +0 -79
- package/registry/entries/connectors/google-chat.json +0 -120
- package/registry/entries/connectors/google.json +0 -82
- package/registry/entries/connectors/imessage.json +0 -96
- package/registry/entries/connectors/instagram.json +0 -64
- package/registry/entries/connectors/line.json +0 -86
- package/registry/entries/connectors/matrix.json +0 -94
- package/registry/entries/connectors/mattermost.json +0 -110
- package/registry/entries/connectors/msteams.json +0 -104
- package/registry/entries/connectors/nextcloud-talk.json +0 -104
- package/registry/entries/connectors/nostr.json +0 -70
- package/registry/entries/connectors/signal.json +0 -81
- package/registry/entries/connectors/slack.json +0 -102
- package/registry/entries/connectors/telegram.json +0 -71
- package/registry/entries/connectors/tlon.json +0 -94
- package/registry/entries/connectors/twitch.json +0 -110
- package/registry/entries/connectors/whatsapp.json +0 -113
- package/registry/entries/connectors/x.json +0 -231
- package/registry/entries/connectors/zalo.json +0 -112
- package/registry/entries/connectors/zalouser.json +0 -122
- package/registry/entries/plugins/agent-orchestrator.json +0 -33
- package/registry/entries/plugins/agent-skills.json +0 -72
- package/registry/entries/plugins/anthropic.json +0 -73
- package/registry/entries/plugins/app-control.json +0 -23
- package/registry/entries/plugins/auto-trader.json +0 -203
- package/registry/entries/plugins/background-runner.json +0 -26
- package/registry/entries/plugins/blooio.json +0 -102
- package/registry/entries/plugins/browser.json +0 -75
- package/registry/entries/plugins/cli.json +0 -40
- package/registry/entries/plugins/clipboard.json +0 -44
- package/registry/entries/plugins/coding-tools.json +0 -71
- package/registry/entries/plugins/commands.json +0 -63
- package/registry/entries/plugins/computeruse.json +0 -74
- package/registry/entries/plugins/copilot-proxy.json +0 -93
- package/registry/entries/plugins/directives.json +0 -63
- package/registry/entries/plugins/edge-tts.json +0 -97
- package/registry/entries/plugins/elevenlabs.json +0 -169
- package/registry/entries/plugins/elizacloud.json +0 -208
- package/registry/entries/plugins/evm.json +0 -134
- package/registry/entries/plugins/experience.json +0 -34
- package/registry/entries/plugins/facewear.json +0 -131
- package/registry/entries/plugins/form.json +0 -26
- package/registry/entries/plugins/github.json +0 -93
- package/registry/entries/plugins/gmail-watch.json +0 -25
- package/registry/entries/plugins/goals.json +0 -77
- package/registry/entries/plugins/google-genai.json +0 -106
- package/registry/entries/plugins/groq.json +0 -93
- package/registry/entries/plugins/hedera.json +0 -48
- package/registry/entries/plugins/inmemorydb.json +0 -25
- package/registry/entries/plugins/linear.json +0 -51
- package/registry/entries/plugins/local-inference.json +0 -137
- package/registry/entries/plugins/local-storage.json +0 -36
- package/registry/entries/plugins/localdb.json +0 -25
- package/registry/entries/plugins/mcp.json +0 -44
- package/registry/entries/plugins/memory.json +0 -124
- package/registry/entries/plugins/minecraft.json +0 -79
- package/registry/entries/plugins/moltbook.json +0 -83
- package/registry/entries/plugins/music.json +0 -155
- package/registry/entries/plugins/mysticism.json +0 -48
- package/registry/entries/plugins/nearai.json +0 -82
- package/registry/entries/plugins/ngrok.json +0 -69
- package/registry/entries/plugins/ollama.json +0 -96
- package/registry/entries/plugins/openai.json +0 -189
- package/registry/entries/plugins/openrouter.json +0 -188
- package/registry/entries/plugins/pdf.json +0 -26
- package/registry/entries/plugins/plugin-manager.json +0 -23
- package/registry/entries/plugins/prose.json +0 -48
- package/registry/entries/plugins/rlm.json +0 -26
- package/registry/entries/plugins/roblox.json +0 -88
- package/registry/entries/plugins/rss.json +0 -64
- package/registry/entries/plugins/s3-storage.json +0 -91
- package/registry/entries/plugins/scheduling.json +0 -35
- package/registry/entries/plugins/shell.json +0 -94
- package/registry/entries/plugins/social-alpha.json +0 -72
- package/registry/entries/plugins/tailscale.json +0 -81
- package/registry/entries/plugins/tee.json +0 -53
- package/registry/entries/plugins/todos.json +0 -26
- package/registry/entries/plugins/trajectory-logger.json +0 -33
- package/registry/entries/plugins/trust.json +0 -39
- package/registry/entries/plugins/tts.json +0 -71
- package/registry/entries/plugins/tunnel.json +0 -45
- package/registry/entries/plugins/twilio.json +0 -168
- package/registry/entries/plugins/vercel-ai-gateway.json +0 -128
- package/registry/entries/plugins/video.json +0 -23
- package/registry/entries/plugins/vision.json +0 -43
- package/registry/entries/plugins/webhooks.json +0 -23
- package/registry/entries/plugins/workflow.json +0 -25
- package/registry/entries/plugins/xai.json +0 -75
- package/registry/loader.d.ts +0 -28
- package/registry/loader.d.ts.map +0 -1
- package/registry/loader.js +0 -158
- package/registry/schema.d.ts +0 -1199
- package/registry/schema.d.ts.map +0 -1
- package/registry/schema.js +0 -300
- package/scripts/patches/llama-mobile-kokoro-tts.patch +0 -480
- package/scripts/release-workflow-drift.test.ts +0 -57
- package/test/helpers/i18n.ts +0 -5
- package/test/helpers/loopback.ts +0 -33
- package/test/helpers/react-test.ts +0 -40
- package/test/helpers/skip-without.ts +0 -53
|
@@ -1,71 +0,0 @@
|
|
|
1
|
-
import fs from "node:fs";
|
|
2
|
-
import os from "node:os";
|
|
3
|
-
import path from "node:path";
|
|
4
|
-
import { afterEach, describe, expect, it } from "vitest";
|
|
5
|
-
import {
|
|
6
|
-
applyBundledWhisperEnv,
|
|
7
|
-
resolveBundledWhisperRuntime,
|
|
8
|
-
} from "./whisper-env";
|
|
9
|
-
|
|
10
|
-
const tmpDirs: string[] = [];
|
|
11
|
-
|
|
12
|
-
function makeRuntimeDist(platform: NodeJS.Platform = "darwin"): string {
|
|
13
|
-
const root = fs.mkdtempSync(path.join(os.tmpdir(), "example-whisper-env-"));
|
|
14
|
-
tmpDirs.push(root);
|
|
15
|
-
const dir = path.join(root, "voice", "whisper");
|
|
16
|
-
fs.mkdirSync(dir, { recursive: true });
|
|
17
|
-
const lib =
|
|
18
|
-
platform === "win32"
|
|
19
|
-
? "whisper_eliza_adapter.dll"
|
|
20
|
-
: platform === "darwin"
|
|
21
|
-
? "libwhisper_eliza_adapter.dylib"
|
|
22
|
-
: "libwhisper_eliza_adapter.so";
|
|
23
|
-
fs.writeFileSync(path.join(dir, lib), "lib");
|
|
24
|
-
fs.writeFileSync(path.join(dir, "ggml-base.en.bin"), "model");
|
|
25
|
-
return root;
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
afterEach(() => {
|
|
29
|
-
for (const dir of tmpDirs.splice(0)) {
|
|
30
|
-
fs.rmSync(dir, { recursive: true, force: true });
|
|
31
|
-
}
|
|
32
|
-
});
|
|
33
|
-
|
|
34
|
-
describe("bundled Whisper desktop env", () => {
|
|
35
|
-
it("resolves the packaged adapter and model from runtime dist", () => {
|
|
36
|
-
const runtimeDist = makeRuntimeDist("darwin");
|
|
37
|
-
|
|
38
|
-
expect(resolveBundledWhisperRuntime(runtimeDist, "darwin")).toEqual({
|
|
39
|
-
directory: path.join(runtimeDist, "voice", "whisper"),
|
|
40
|
-
libraryPath: path.join(
|
|
41
|
-
runtimeDist,
|
|
42
|
-
"voice",
|
|
43
|
-
"whisper",
|
|
44
|
-
"libwhisper_eliza_adapter.dylib",
|
|
45
|
-
),
|
|
46
|
-
modelPath: path.join(runtimeDist, "voice", "whisper", "ggml-base.en.bin"),
|
|
47
|
-
});
|
|
48
|
-
});
|
|
49
|
-
|
|
50
|
-
it("sets child env without overwriting explicit Whisper overrides", () => {
|
|
51
|
-
const runtimeDist = makeRuntimeDist("linux");
|
|
52
|
-
const env: Record<string, string> = {
|
|
53
|
-
ELIZA_WHISPER_LIBRARY: "/custom/lib.so",
|
|
54
|
-
PATH: "/bin",
|
|
55
|
-
};
|
|
56
|
-
|
|
57
|
-
const runtime = applyBundledWhisperEnv(env, runtimeDist, "linux");
|
|
58
|
-
|
|
59
|
-
expect(runtime?.modelPath).toBe(
|
|
60
|
-
path.join(runtimeDist, "voice", "whisper", "ggml-base.en.bin"),
|
|
61
|
-
);
|
|
62
|
-
expect(env.ELIZA_WHISPER_LIBRARY).toBe("/custom/lib.so");
|
|
63
|
-
expect(env.ELIZA_WHISPER_MODEL).toBe(
|
|
64
|
-
path.join(runtimeDist, "voice", "whisper", "ggml-base.en.bin"),
|
|
65
|
-
);
|
|
66
|
-
expect(env.ELIZA_LOCAL_ASR_ALLOW_WHISPER_CPP).toBe("1");
|
|
67
|
-
expect(env.LD_LIBRARY_PATH).toBe(
|
|
68
|
-
path.join(runtimeDist, "voice", "whisper"),
|
|
69
|
-
);
|
|
70
|
-
});
|
|
71
|
-
});
|
|
@@ -1,68 +0,0 @@
|
|
|
1
|
-
import fs from "node:fs";
|
|
2
|
-
import path from "node:path";
|
|
3
|
-
|
|
4
|
-
export interface BundledWhisperRuntime {
|
|
5
|
-
directory: string;
|
|
6
|
-
libraryPath: string;
|
|
7
|
-
modelPath: string;
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
function platformAdapterName(platform: NodeJS.Platform): string {
|
|
11
|
-
if (platform === "darwin") return "libwhisper_eliza_adapter.dylib";
|
|
12
|
-
if (platform === "win32") return "whisper_eliza_adapter.dll";
|
|
13
|
-
return "libwhisper_eliza_adapter.so";
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
function prependEnvPath(
|
|
17
|
-
env: Record<string, string>,
|
|
18
|
-
key: string,
|
|
19
|
-
directory: string,
|
|
20
|
-
): void {
|
|
21
|
-
const existing = env[key];
|
|
22
|
-
if (!existing) {
|
|
23
|
-
env[key] = directory;
|
|
24
|
-
return;
|
|
25
|
-
}
|
|
26
|
-
if (existing.split(path.delimiter).includes(directory)) return;
|
|
27
|
-
env[key] = `${directory}${path.delimiter}${existing}`;
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
export function resolveBundledWhisperRuntime(
|
|
31
|
-
runtimeDistPath: string,
|
|
32
|
-
platform: NodeJS.Platform = process.platform,
|
|
33
|
-
): BundledWhisperRuntime | null {
|
|
34
|
-
const directory = path.join(runtimeDistPath, "voice", "whisper");
|
|
35
|
-
const libraryPath = path.join(directory, platformAdapterName(platform));
|
|
36
|
-
const modelPath = path.join(directory, "ggml-base.en.bin");
|
|
37
|
-
if (!fs.existsSync(libraryPath) || !fs.existsSync(modelPath)) return null;
|
|
38
|
-
return { directory, libraryPath, modelPath };
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
export function applyBundledWhisperEnv(
|
|
42
|
-
env: Record<string, string>,
|
|
43
|
-
runtimeDistPath: string,
|
|
44
|
-
platform: NodeJS.Platform = process.platform,
|
|
45
|
-
): BundledWhisperRuntime | null {
|
|
46
|
-
const runtime = resolveBundledWhisperRuntime(runtimeDistPath, platform);
|
|
47
|
-
if (!runtime) return null;
|
|
48
|
-
if (!env.ELIZA_WHISPER_LIBRARY) {
|
|
49
|
-
env.ELIZA_WHISPER_LIBRARY = runtime.libraryPath;
|
|
50
|
-
}
|
|
51
|
-
if (!env.ELIZA_WHISPER_MODEL) {
|
|
52
|
-
env.ELIZA_WHISPER_MODEL = runtime.modelPath;
|
|
53
|
-
}
|
|
54
|
-
if (!env.ELIZA_WHISPER_MODEL_NAME) {
|
|
55
|
-
env.ELIZA_WHISPER_MODEL_NAME = "base.en";
|
|
56
|
-
}
|
|
57
|
-
if (!env.ELIZA_LOCAL_ASR_ALLOW_WHISPER_CPP) {
|
|
58
|
-
env.ELIZA_LOCAL_ASR_ALLOW_WHISPER_CPP = "1";
|
|
59
|
-
}
|
|
60
|
-
if (platform === "win32") {
|
|
61
|
-
prependEnvPath(env, "PATH", runtime.directory);
|
|
62
|
-
} else if (platform === "darwin") {
|
|
63
|
-
prependEnvPath(env, "DYLD_LIBRARY_PATH", runtime.directory);
|
|
64
|
-
} else {
|
|
65
|
-
prependEnvPath(env, "LD_LIBRARY_PATH", runtime.directory);
|
|
66
|
-
}
|
|
67
|
-
return runtime;
|
|
68
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
export interface ElizaCuratedAppDefinition {
|
|
2
|
-
slug: string;
|
|
3
|
-
canonicalName: string;
|
|
4
|
-
aliases: string[];
|
|
5
|
-
}
|
|
6
|
-
/**
|
|
7
|
-
* Register an additional curated app definition at runtime.
|
|
8
|
-
*
|
|
9
|
-
* Symbol-keyed global so app/shared/plugin consumers read the same registry
|
|
10
|
-
* regardless of which package they import from.
|
|
11
|
-
*/
|
|
12
|
-
export declare function registerCuratedApp(def: ElizaCuratedAppDefinition): void;
|
|
13
|
-
export declare function getRegisteredCuratedApps(): ElizaCuratedAppDefinition[];
|
|
14
|
-
//# sourceMappingURL=app-registry.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"app-registry.d.ts","sourceRoot":"","sources":["../../../../../src/registry/app-registry.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,yBAAyB;IACxC,IAAI,EAAE,MAAM,CAAC;IACb,aAAa,EAAE,MAAM,CAAC;IACtB,OAAO,EAAE,MAAM,EAAE,CAAC;CACnB;AAuBD;;;;;GAKG;AACH,wBAAgB,kBAAkB,CAAC,GAAG,EAAE,yBAAyB,GAAG,IAAI,CAQvE;AAED,wBAAgB,wBAAwB,IAAI,yBAAyB,EAAE,CAEtE"}
|
package/registry/app-registry.js
DELETED
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
const ELIZA_CURATED_APP_REGISTRY_KEY = Symbol.for("elizaos.curated-app-registry");
|
|
2
|
-
function getCuratedAppRegistryStore() {
|
|
3
|
-
const globalObject = globalThis;
|
|
4
|
-
const existing = globalObject[ELIZA_CURATED_APP_REGISTRY_KEY];
|
|
5
|
-
if (existing)
|
|
6
|
-
return existing;
|
|
7
|
-
const created = { entries: [] };
|
|
8
|
-
globalObject[ELIZA_CURATED_APP_REGISTRY_KEY] = created;
|
|
9
|
-
return created;
|
|
10
|
-
}
|
|
11
|
-
/**
|
|
12
|
-
* Register an additional curated app definition at runtime.
|
|
13
|
-
*
|
|
14
|
-
* Symbol-keyed global so app/shared/plugin consumers read the same registry
|
|
15
|
-
* regardless of which package they import from.
|
|
16
|
-
*/
|
|
17
|
-
export function registerCuratedApp(def) {
|
|
18
|
-
const store = getCuratedAppRegistryStore();
|
|
19
|
-
const existing = store.entries.findIndex((d) => d.slug === def.slug);
|
|
20
|
-
if (existing >= 0) {
|
|
21
|
-
store.entries[existing] = def;
|
|
22
|
-
}
|
|
23
|
-
else {
|
|
24
|
-
store.entries.push(def);
|
|
25
|
-
}
|
|
26
|
-
}
|
|
27
|
-
export function getRegisteredCuratedApps() {
|
|
28
|
-
return [...getCuratedAppRegistryStore().entries];
|
|
29
|
-
}
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"id": "app-polymarket",
|
|
3
|
-
"name": "Polymarket",
|
|
4
|
-
"description": "Native Polymarket market discovery and trading readiness for prediction markets.",
|
|
5
|
-
"npmName": "@elizaos/plugin-polymarket-app",
|
|
6
|
-
"source": "bundled",
|
|
7
|
-
"tags": ["trading", "polymarket", "prediction-markets", "wallet"],
|
|
8
|
-
"config": {},
|
|
9
|
-
"render": {
|
|
10
|
-
"visible": true,
|
|
11
|
-
"pinTo": [],
|
|
12
|
-
"style": "hero-card",
|
|
13
|
-
"icon": "Landmark",
|
|
14
|
-
"group": "Curated",
|
|
15
|
-
"groupOrder": 8,
|
|
16
|
-
"actions": ["launch", "configure"]
|
|
17
|
-
},
|
|
18
|
-
"resources": {},
|
|
19
|
-
"dependsOn": ["wallet"],
|
|
20
|
-
"kind": "app",
|
|
21
|
-
"subtype": "trading",
|
|
22
|
-
"launch": {
|
|
23
|
-
"type": "server-launch",
|
|
24
|
-
"capabilities": ["polymarket", "prediction-markets", "trading", "wallet"],
|
|
25
|
-
"curatedSlug": "polymarket",
|
|
26
|
-
"routePlugin": {
|
|
27
|
-
"specifier": "@elizaos/plugin-polymarket-app/plugin",
|
|
28
|
-
"exportName": "polymarketPlugin"
|
|
29
|
-
}
|
|
30
|
-
}
|
|
31
|
-
}
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"id": "clawville",
|
|
3
|
-
"name": "ClawVille",
|
|
4
|
-
"description": "Sea-themed agent world with skill-learning buildings, NPC chat, and Solana wallet identity.",
|
|
5
|
-
"npmName": "@elizaos/plugin-clawville",
|
|
6
|
-
"source": "bundled",
|
|
7
|
-
"tags": [],
|
|
8
|
-
"config": {},
|
|
9
|
-
"render": {
|
|
10
|
-
"visible": true,
|
|
11
|
-
"pinTo": [],
|
|
12
|
-
"style": "hero-card",
|
|
13
|
-
"icon": "Gamepad2",
|
|
14
|
-
"group": "Curated",
|
|
15
|
-
"groupOrder": 8,
|
|
16
|
-
"actions": ["launch", "configure"]
|
|
17
|
-
},
|
|
18
|
-
"resources": {},
|
|
19
|
-
"dependsOn": [],
|
|
20
|
-
"kind": "app",
|
|
21
|
-
"subtype": "game",
|
|
22
|
-
"launch": {
|
|
23
|
-
"type": "server-launch",
|
|
24
|
-
"capabilities": [],
|
|
25
|
-
"curatedSlug": "clawville"
|
|
26
|
-
}
|
|
27
|
-
}
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"id": "companion",
|
|
3
|
-
"name": "Companion",
|
|
4
|
-
"description": "The companion overlay shell for ambient agent presence.",
|
|
5
|
-
"npmName": "@elizaos/plugin-companion",
|
|
6
|
-
"source": "bundled",
|
|
7
|
-
"tags": [],
|
|
8
|
-
"config": {},
|
|
9
|
-
"render": {
|
|
10
|
-
"visible": true,
|
|
11
|
-
"pinTo": [],
|
|
12
|
-
"style": "card",
|
|
13
|
-
"icon": "Bot",
|
|
14
|
-
"group": "Curated",
|
|
15
|
-
"groupOrder": 0,
|
|
16
|
-
"actions": ["launch", "configure"]
|
|
17
|
-
},
|
|
18
|
-
"resources": {},
|
|
19
|
-
"dependsOn": [],
|
|
20
|
-
"kind": "app",
|
|
21
|
-
"subtype": "shell",
|
|
22
|
-
"launch": {
|
|
23
|
-
"type": "overlay",
|
|
24
|
-
"target": "companion",
|
|
25
|
-
"capabilities": [],
|
|
26
|
-
"curatedSlug": "companion"
|
|
27
|
-
}
|
|
28
|
-
}
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"id": "database-viewer",
|
|
3
|
-
"name": "Database Viewer",
|
|
4
|
-
"description": "Inspect tables, media, vectors, and ad-hoc SQL.",
|
|
5
|
-
"npmName": "@elizaos/app-database-viewer",
|
|
6
|
-
"source": "bundled",
|
|
7
|
-
"tags": ["database", "sql", "viewer"],
|
|
8
|
-
"config": {},
|
|
9
|
-
"render": {
|
|
10
|
-
"visible": true,
|
|
11
|
-
"pinTo": [],
|
|
12
|
-
"style": "card",
|
|
13
|
-
"icon": "Server",
|
|
14
|
-
"group": "Apps",
|
|
15
|
-
"groupOrder": 7,
|
|
16
|
-
"actions": ["launch"]
|
|
17
|
-
},
|
|
18
|
-
"resources": {},
|
|
19
|
-
"dependsOn": [],
|
|
20
|
-
"kind": "app",
|
|
21
|
-
"subtype": "tool",
|
|
22
|
-
"launch": {
|
|
23
|
-
"type": "internal-tab",
|
|
24
|
-
"target": "database",
|
|
25
|
-
"capabilities": ["database", "sql", "viewer"]
|
|
26
|
-
}
|
|
27
|
-
}
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"id": "defense-of-the-agents",
|
|
3
|
-
"name": "Defense of the Agents",
|
|
4
|
-
"description": "MOBA-style arena for agent strategy and combat.",
|
|
5
|
-
"npmName": "@elizaos/plugin-defense-of-the-agents",
|
|
6
|
-
"source": "bundled",
|
|
7
|
-
"tags": [],
|
|
8
|
-
"config": {},
|
|
9
|
-
"render": {
|
|
10
|
-
"visible": true,
|
|
11
|
-
"pinTo": [],
|
|
12
|
-
"style": "hero-card",
|
|
13
|
-
"icon": "Gamepad",
|
|
14
|
-
"group": "Curated",
|
|
15
|
-
"groupOrder": 5,
|
|
16
|
-
"actions": ["launch", "configure"]
|
|
17
|
-
},
|
|
18
|
-
"resources": {},
|
|
19
|
-
"dependsOn": [],
|
|
20
|
-
"kind": "app",
|
|
21
|
-
"subtype": "game",
|
|
22
|
-
"launch": {
|
|
23
|
-
"type": "server-launch",
|
|
24
|
-
"capabilities": [],
|
|
25
|
-
"curatedSlug": "defense-of-the-agents"
|
|
26
|
-
}
|
|
27
|
-
}
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"id": "documents",
|
|
3
|
-
"name": "Knowledge",
|
|
4
|
-
"description": "Character Knowledge documents, fragments, and search routes for the agent.",
|
|
5
|
-
"npmName": "@elizaos/plugin-documents",
|
|
6
|
-
"source": "bundled",
|
|
7
|
-
"tags": ["documents", "documents"],
|
|
8
|
-
"config": {},
|
|
9
|
-
"render": {
|
|
10
|
-
"visible": false,
|
|
11
|
-
"pinTo": [],
|
|
12
|
-
"style": "card",
|
|
13
|
-
"icon": "BookOpen",
|
|
14
|
-
"group": "Curated",
|
|
15
|
-
"groupOrder": 100,
|
|
16
|
-
"actions": []
|
|
17
|
-
},
|
|
18
|
-
"resources": {},
|
|
19
|
-
"dependsOn": [],
|
|
20
|
-
"kind": "app",
|
|
21
|
-
"subtype": "tool",
|
|
22
|
-
"launch": {
|
|
23
|
-
"type": "server-launch",
|
|
24
|
-
"capabilities": ["documents"],
|
|
25
|
-
"routePlugin": {
|
|
26
|
-
"specifier": "@elizaos/plugin-documents/plugin",
|
|
27
|
-
"exportName": "documentsPlugin"
|
|
28
|
-
}
|
|
29
|
-
}
|
|
30
|
-
}
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"id": "feed",
|
|
3
|
-
"name": "Feed",
|
|
4
|
-
"description": "Feed prediction market operator dashboard.",
|
|
5
|
-
"npmName": "@elizaos/plugin-feed",
|
|
6
|
-
"source": "bundled",
|
|
7
|
-
"tags": [],
|
|
8
|
-
"config": {},
|
|
9
|
-
"render": {
|
|
10
|
-
"visible": true,
|
|
11
|
-
"pinTo": [],
|
|
12
|
-
"style": "hero-card",
|
|
13
|
-
"icon": "Gamepad",
|
|
14
|
-
"group": "Curated",
|
|
15
|
-
"groupOrder": 2,
|
|
16
|
-
"actions": ["launch", "configure"]
|
|
17
|
-
},
|
|
18
|
-
"resources": {},
|
|
19
|
-
"dependsOn": [],
|
|
20
|
-
"kind": "app",
|
|
21
|
-
"subtype": "game",
|
|
22
|
-
"launch": {
|
|
23
|
-
"type": "server-launch",
|
|
24
|
-
"capabilities": [],
|
|
25
|
-
"curatedSlug": "feed"
|
|
26
|
-
}
|
|
27
|
-
}
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"id": "hyperliquid",
|
|
3
|
-
"name": "Hyperliquid",
|
|
4
|
-
"description": "Native Hyperliquid market, position, and order status for wallet trading.",
|
|
5
|
-
"npmName": "@elizaos/plugin-hyperliquid-app",
|
|
6
|
-
"source": "bundled",
|
|
7
|
-
"tags": ["trading", "hyperliquid", "perps", "wallet"],
|
|
8
|
-
"config": {},
|
|
9
|
-
"render": {
|
|
10
|
-
"visible": true,
|
|
11
|
-
"pinTo": [],
|
|
12
|
-
"style": "hero-card",
|
|
13
|
-
"icon": "ChartCandlestick",
|
|
14
|
-
"group": "Curated",
|
|
15
|
-
"groupOrder": 7,
|
|
16
|
-
"actions": ["launch", "configure"]
|
|
17
|
-
},
|
|
18
|
-
"resources": {},
|
|
19
|
-
"dependsOn": ["wallet"],
|
|
20
|
-
"kind": "app",
|
|
21
|
-
"subtype": "trading",
|
|
22
|
-
"launch": {
|
|
23
|
-
"type": "server-launch",
|
|
24
|
-
"capabilities": ["hyperliquid", "trading", "wallet"],
|
|
25
|
-
"curatedSlug": "hyperliquid",
|
|
26
|
-
"routePlugin": {
|
|
27
|
-
"specifier": "@elizaos/plugin-hyperliquid-app/plugin",
|
|
28
|
-
"exportName": "hyperliquidPlugin"
|
|
29
|
-
}
|
|
30
|
-
}
|
|
31
|
-
}
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"id": "log-viewer",
|
|
3
|
-
"name": "Log Viewer",
|
|
4
|
-
"description": "Search runtime and service logs.",
|
|
5
|
-
"npmName": "@elizaos/app-log-viewer",
|
|
6
|
-
"source": "bundled",
|
|
7
|
-
"tags": ["logs", "debug", "viewer"],
|
|
8
|
-
"config": {},
|
|
9
|
-
"render": {
|
|
10
|
-
"visible": true,
|
|
11
|
-
"pinTo": [],
|
|
12
|
-
"style": "card",
|
|
13
|
-
"icon": "FileText",
|
|
14
|
-
"group": "Apps",
|
|
15
|
-
"groupOrder": 8,
|
|
16
|
-
"actions": ["launch"]
|
|
17
|
-
},
|
|
18
|
-
"resources": {},
|
|
19
|
-
"dependsOn": [],
|
|
20
|
-
"kind": "app",
|
|
21
|
-
"subtype": "tool",
|
|
22
|
-
"launch": {
|
|
23
|
-
"type": "internal-tab",
|
|
24
|
-
"target": "logs",
|
|
25
|
-
"capabilities": ["logs", "debug", "viewer"]
|
|
26
|
-
}
|
|
27
|
-
}
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"id": "memory-viewer",
|
|
3
|
-
"name": "Memory Viewer",
|
|
4
|
-
"description": "Browse memory, fact, and extraction activity.",
|
|
5
|
-
"npmName": "@elizaos/app-memory-viewer",
|
|
6
|
-
"source": "bundled",
|
|
7
|
-
"tags": ["memory", "facts", "viewer"],
|
|
8
|
-
"config": {},
|
|
9
|
-
"render": {
|
|
10
|
-
"visible": true,
|
|
11
|
-
"pinTo": [],
|
|
12
|
-
"style": "card",
|
|
13
|
-
"icon": "Dna",
|
|
14
|
-
"group": "Apps",
|
|
15
|
-
"groupOrder": 5,
|
|
16
|
-
"actions": ["launch"]
|
|
17
|
-
},
|
|
18
|
-
"resources": {},
|
|
19
|
-
"dependsOn": [],
|
|
20
|
-
"kind": "app",
|
|
21
|
-
"subtype": "tool",
|
|
22
|
-
"launch": {
|
|
23
|
-
"type": "internal-tab",
|
|
24
|
-
"target": "memories",
|
|
25
|
-
"capabilities": ["memory", "facts", "viewer"]
|
|
26
|
-
}
|
|
27
|
-
}
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"id": "model-tester",
|
|
3
|
-
"name": "Model Tester",
|
|
4
|
-
"description": "Run end-to-end probes for Eliza-1 text, voice, transcription, VAD, and vision models.",
|
|
5
|
-
"npmName": "@elizaos/app-model-tester",
|
|
6
|
-
"source": "bundled",
|
|
7
|
-
"tags": ["models", "eliza-1", "debug", "voice", "vision"],
|
|
8
|
-
"config": {},
|
|
9
|
-
"render": {
|
|
10
|
-
"visible": true,
|
|
11
|
-
"pinTo": [],
|
|
12
|
-
"style": "hero-card",
|
|
13
|
-
"icon": "Sparkles",
|
|
14
|
-
"group": "Curated",
|
|
15
|
-
"groupOrder": 4,
|
|
16
|
-
"actions": ["launch", "configure"]
|
|
17
|
-
},
|
|
18
|
-
"resources": {},
|
|
19
|
-
"dependsOn": [],
|
|
20
|
-
"kind": "app",
|
|
21
|
-
"subtype": "tool",
|
|
22
|
-
"launch": {
|
|
23
|
-
"type": "server-launch",
|
|
24
|
-
"capabilities": ["models", "eliza-1", "debug", "voice", "vision"],
|
|
25
|
-
"curatedSlug": "model-tester",
|
|
26
|
-
"routePlugin": {
|
|
27
|
-
"specifier": "@elizaos/app-model-tester/plugin",
|
|
28
|
-
"exportName": "modelTesterPlugin"
|
|
29
|
-
}
|
|
30
|
-
}
|
|
31
|
-
}
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"id": "plugin-viewer",
|
|
3
|
-
"name": "Plugin Viewer",
|
|
4
|
-
"description": "Inspect installed plugins, connectors, and runtime feature flags.",
|
|
5
|
-
"npmName": "@elizaos/app-plugin-viewer",
|
|
6
|
-
"source": "bundled",
|
|
7
|
-
"tags": ["plugins", "connectors", "viewer"],
|
|
8
|
-
"config": {},
|
|
9
|
-
"render": {
|
|
10
|
-
"visible": true,
|
|
11
|
-
"pinTo": [],
|
|
12
|
-
"style": "card",
|
|
13
|
-
"icon": "Package",
|
|
14
|
-
"group": "Apps",
|
|
15
|
-
"groupOrder": 1,
|
|
16
|
-
"actions": ["launch"]
|
|
17
|
-
},
|
|
18
|
-
"resources": {},
|
|
19
|
-
"dependsOn": [],
|
|
20
|
-
"kind": "app",
|
|
21
|
-
"subtype": "tool",
|
|
22
|
-
"launch": {
|
|
23
|
-
"type": "internal-tab",
|
|
24
|
-
"target": "plugins",
|
|
25
|
-
"capabilities": ["plugins", "connectors", "viewer"]
|
|
26
|
-
}
|
|
27
|
-
}
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"id": "relationship-viewer",
|
|
3
|
-
"name": "Relationship Viewer",
|
|
4
|
-
"description": "Explore cross-channel people, identities, and relationship graphs.",
|
|
5
|
-
"npmName": "@elizaos/app-relationship-viewer",
|
|
6
|
-
"source": "bundled",
|
|
7
|
-
"tags": ["relationships", "graph", "viewer"],
|
|
8
|
-
"config": {},
|
|
9
|
-
"render": {
|
|
10
|
-
"visible": true,
|
|
11
|
-
"pinTo": [],
|
|
12
|
-
"style": "card",
|
|
13
|
-
"icon": "Link",
|
|
14
|
-
"group": "Apps",
|
|
15
|
-
"groupOrder": 4,
|
|
16
|
-
"actions": ["launch"]
|
|
17
|
-
},
|
|
18
|
-
"resources": {},
|
|
19
|
-
"dependsOn": [],
|
|
20
|
-
"kind": "app",
|
|
21
|
-
"subtype": "tool",
|
|
22
|
-
"launch": {
|
|
23
|
-
"type": "internal-tab",
|
|
24
|
-
"target": "relationships",
|
|
25
|
-
"capabilities": ["relationships", "graph", "viewer"]
|
|
26
|
-
}
|
|
27
|
-
}
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"id": "runtime-debugger",
|
|
3
|
-
"name": "Runtime Debugger",
|
|
4
|
-
"description": "Inspect runtime objects, plugin order, providers, and services.",
|
|
5
|
-
"npmName": "@elizaos/app-runtime-debugger",
|
|
6
|
-
"source": "bundled",
|
|
7
|
-
"tags": ["runtime", "debug", "viewer"],
|
|
8
|
-
"config": {},
|
|
9
|
-
"render": {
|
|
10
|
-
"visible": true,
|
|
11
|
-
"pinTo": [],
|
|
12
|
-
"style": "card",
|
|
13
|
-
"icon": "Settings",
|
|
14
|
-
"group": "Apps",
|
|
15
|
-
"groupOrder": 6,
|
|
16
|
-
"actions": ["launch"]
|
|
17
|
-
},
|
|
18
|
-
"resources": {},
|
|
19
|
-
"dependsOn": [],
|
|
20
|
-
"kind": "app",
|
|
21
|
-
"subtype": "tool",
|
|
22
|
-
"launch": {
|
|
23
|
-
"type": "internal-tab",
|
|
24
|
-
"target": "runtime",
|
|
25
|
-
"capabilities": ["runtime", "debug", "viewer"]
|
|
26
|
-
}
|
|
27
|
-
}
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"id": "shopify",
|
|
3
|
-
"name": "Shopify",
|
|
4
|
-
"description": "Storefront and admin tools for agent-driven commerce.",
|
|
5
|
-
"npmName": "@elizaos/plugin-shopify-ui",
|
|
6
|
-
"source": "bundled",
|
|
7
|
-
"tags": [],
|
|
8
|
-
"config": {},
|
|
9
|
-
"render": {
|
|
10
|
-
"visible": true,
|
|
11
|
-
"pinTo": [],
|
|
12
|
-
"style": "hero-card",
|
|
13
|
-
"icon": "Briefcase",
|
|
14
|
-
"group": "Curated",
|
|
15
|
-
"groupOrder": 7,
|
|
16
|
-
"actions": ["launch", "configure"]
|
|
17
|
-
},
|
|
18
|
-
"resources": {},
|
|
19
|
-
"dependsOn": [],
|
|
20
|
-
"kind": "app",
|
|
21
|
-
"subtype": "marketplace",
|
|
22
|
-
"launch": {
|
|
23
|
-
"type": "server-launch",
|
|
24
|
-
"capabilities": [],
|
|
25
|
-
"curatedSlug": "shopify",
|
|
26
|
-
"routePlugin": {
|
|
27
|
-
"specifier": "@elizaos/plugin-shopify-ui/plugin",
|
|
28
|
-
"exportName": "shopifyPlugin"
|
|
29
|
-
}
|
|
30
|
-
}
|
|
31
|
-
}
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"id": "skills-viewer",
|
|
3
|
-
"name": "Skills Viewer",
|
|
4
|
-
"description": "Create, enable, review, and install custom agent skills.",
|
|
5
|
-
"npmName": "@elizaos/app-skills-viewer",
|
|
6
|
-
"source": "bundled",
|
|
7
|
-
"tags": ["skills", "viewer"],
|
|
8
|
-
"config": {},
|
|
9
|
-
"render": {
|
|
10
|
-
"visible": true,
|
|
11
|
-
"pinTo": [],
|
|
12
|
-
"style": "card",
|
|
13
|
-
"icon": "Wrench",
|
|
14
|
-
"group": "Apps",
|
|
15
|
-
"groupOrder": 2,
|
|
16
|
-
"actions": ["launch"]
|
|
17
|
-
},
|
|
18
|
-
"resources": {},
|
|
19
|
-
"dependsOn": [],
|
|
20
|
-
"kind": "app",
|
|
21
|
-
"subtype": "tool",
|
|
22
|
-
"launch": {
|
|
23
|
-
"type": "internal-tab",
|
|
24
|
-
"target": "skills",
|
|
25
|
-
"capabilities": ["skills", "viewer"]
|
|
26
|
-
}
|
|
27
|
-
}
|