@elizaos/app-core 2.0.3-beta.2 → 2.0.3-beta.4
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-paths.mjs +110 -0
- package/scripts/aosp/compile-libllama-zig-pin.test.mjs +147 -0
- package/scripts/aosp/compile-libllama.mjs +377 -81
- 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,39 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"id": "trust",
|
|
3
|
-
"name": "Trust",
|
|
4
|
-
"description": "Trust scoring, security signals, and permission helpers built into the elizaOS runtime (enable via enableTrust).",
|
|
5
|
-
"version": "2.0.0-beta.0",
|
|
6
|
-
"source": "bundled",
|
|
7
|
-
"tags": ["trust", "permissions", "security", "rbac"],
|
|
8
|
-
"config": {
|
|
9
|
-
"OWNER_ENTITY_ID": {
|
|
10
|
-
"type": "string",
|
|
11
|
-
"required": false,
|
|
12
|
-
"sensitive": false,
|
|
13
|
-
"label": "Entity Id",
|
|
14
|
-
"help": "Entity identifier",
|
|
15
|
-
"advanced": false
|
|
16
|
-
},
|
|
17
|
-
"WORLD_ID": {
|
|
18
|
-
"type": "string",
|
|
19
|
-
"required": false,
|
|
20
|
-
"sensitive": false,
|
|
21
|
-
"label": "Id",
|
|
22
|
-
"help": "World identifier",
|
|
23
|
-
"advanced": false
|
|
24
|
-
}
|
|
25
|
-
},
|
|
26
|
-
"render": {
|
|
27
|
-
"visible": true,
|
|
28
|
-
"pinTo": [],
|
|
29
|
-
"style": "card",
|
|
30
|
-
"icon": "Handshake",
|
|
31
|
-
"group": "blockchain",
|
|
32
|
-
"groupOrder": 4,
|
|
33
|
-
"actions": ["enable", "configure"]
|
|
34
|
-
},
|
|
35
|
-
"resources": {},
|
|
36
|
-
"dependsOn": [],
|
|
37
|
-
"kind": "plugin",
|
|
38
|
-
"subtype": "blockchain"
|
|
39
|
-
}
|
|
@@ -1,71 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"id": "tts",
|
|
3
|
-
"name": "Tts",
|
|
4
|
-
"description": "A plugin for generating text-to-speech using FAL.ai API within the ElizaOS ecosystem, featuring automatic language detection and voice selection.",
|
|
5
|
-
"npmName": "@elizaos/plugin-tts",
|
|
6
|
-
"version": "2.0.0-beta.0",
|
|
7
|
-
"source": "bundled",
|
|
8
|
-
"tags": ["llm", "text-to-speech"],
|
|
9
|
-
"config": {
|
|
10
|
-
"TTS_AUTO_MODE": {
|
|
11
|
-
"type": "string",
|
|
12
|
-
"required": false,
|
|
13
|
-
"sensitive": false,
|
|
14
|
-
"default": "off",
|
|
15
|
-
"label": "Auto Mode",
|
|
16
|
-
"help": "When to automatically apply TTS (off, always, inbound, tagged)",
|
|
17
|
-
"advanced": false
|
|
18
|
-
},
|
|
19
|
-
"TTS_SUMMARIZE": {
|
|
20
|
-
"type": "boolean",
|
|
21
|
-
"required": false,
|
|
22
|
-
"sensitive": false,
|
|
23
|
-
"default": "true",
|
|
24
|
-
"label": "Summarize",
|
|
25
|
-
"help": "Summarize long text instead of truncating",
|
|
26
|
-
"advanced": false
|
|
27
|
-
},
|
|
28
|
-
"TTS_MAX_LENGTH": {
|
|
29
|
-
"type": "number",
|
|
30
|
-
"required": false,
|
|
31
|
-
"sensitive": false,
|
|
32
|
-
"default": "1500",
|
|
33
|
-
"label": "Max Length",
|
|
34
|
-
"help": "Maximum text length for TTS synthesis",
|
|
35
|
-
"advanced": false
|
|
36
|
-
},
|
|
37
|
-
"TTS_DEFAULT_VOICE": {
|
|
38
|
-
"type": "string",
|
|
39
|
-
"required": false,
|
|
40
|
-
"sensitive": false,
|
|
41
|
-
"label": "Default Voice",
|
|
42
|
-
"help": "Default voice ID for synthesis",
|
|
43
|
-
"advanced": false
|
|
44
|
-
},
|
|
45
|
-
"TTS_DEFAULT_PROVIDER": {
|
|
46
|
-
"type": "string",
|
|
47
|
-
"required": false,
|
|
48
|
-
"sensitive": false,
|
|
49
|
-
"default": "auto",
|
|
50
|
-
"label": "Default Provider",
|
|
51
|
-
"help": "Default TTS provider (auto, elevenlabs, openai, edge)",
|
|
52
|
-
"advanced": false
|
|
53
|
-
}
|
|
54
|
-
},
|
|
55
|
-
"render": {
|
|
56
|
-
"visible": true,
|
|
57
|
-
"pinTo": [],
|
|
58
|
-
"style": "card",
|
|
59
|
-
"icon": "Volume2",
|
|
60
|
-
"group": "voice",
|
|
61
|
-
"groupOrder": 3,
|
|
62
|
-
"actions": ["enable", "configure"]
|
|
63
|
-
},
|
|
64
|
-
"resources": {
|
|
65
|
-
"homepage": "https://github.com/elizaos/eliza#readme",
|
|
66
|
-
"repository": "https://github.com/elizaos/eliza"
|
|
67
|
-
},
|
|
68
|
-
"dependsOn": [],
|
|
69
|
-
"kind": "plugin",
|
|
70
|
-
"subtype": "voice"
|
|
71
|
-
}
|
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"id": "tunnel",
|
|
3
|
-
"name": "Tunnel",
|
|
4
|
-
"description": "Local Tailscale-CLI tunnel backend (serve / funnel). Implements the canonical tunnel-service contract; coexists with plugin-tailscale, plugin-ngrok, and the Eliza Cloud headscale backend via first-active-wins.",
|
|
5
|
-
"npmName": "@elizaos/plugin-tunnel",
|
|
6
|
-
"version": "0.1.0",
|
|
7
|
-
"source": "bundled",
|
|
8
|
-
"tags": ["tunnel", "tailscale", "networking"],
|
|
9
|
-
"config": {
|
|
10
|
-
"TUNNEL_DEFAULT_PORT": {
|
|
11
|
-
"type": "number",
|
|
12
|
-
"required": false,
|
|
13
|
-
"sensitive": false,
|
|
14
|
-
"default": "3000",
|
|
15
|
-
"label": "Default Port",
|
|
16
|
-
"help": "Used when no port is extracted from the user message.",
|
|
17
|
-
"advanced": false
|
|
18
|
-
},
|
|
19
|
-
"TUNNEL_USE_FUNNEL": {
|
|
20
|
-
"type": "boolean",
|
|
21
|
-
"required": false,
|
|
22
|
-
"sensitive": false,
|
|
23
|
-
"default": "False",
|
|
24
|
-
"label": "Use Funnel",
|
|
25
|
-
"help": "When true, use 'tailscale funnel' to expose to the public Internet. When false, use 'tailscale serve' (tailnet-internal only).",
|
|
26
|
-
"advanced": false
|
|
27
|
-
}
|
|
28
|
-
},
|
|
29
|
-
"render": {
|
|
30
|
-
"visible": true,
|
|
31
|
-
"pinTo": [],
|
|
32
|
-
"style": "card",
|
|
33
|
-
"icon": "Network",
|
|
34
|
-
"group": "devtools",
|
|
35
|
-
"groupOrder": 7,
|
|
36
|
-
"actions": ["enable", "configure"]
|
|
37
|
-
},
|
|
38
|
-
"resources": {
|
|
39
|
-
"homepage": "https://github.com/eliza-ai/eliza/tree/develop/plugins/plugin-tunnel#readme",
|
|
40
|
-
"repository": "https://github.com/eliza-ai/eliza"
|
|
41
|
-
},
|
|
42
|
-
"dependsOn": [],
|
|
43
|
-
"kind": "plugin",
|
|
44
|
-
"subtype": "devtools"
|
|
45
|
-
}
|
|
@@ -1,168 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"id": "twilio",
|
|
3
|
-
"name": "Twilio",
|
|
4
|
-
"description": "A Twilio plugin for ElizaOS that enables SMS and voice call capabilities.",
|
|
5
|
-
"npmName": "@elizaos/plugin-twilio",
|
|
6
|
-
"version": "2.0.0-beta.0",
|
|
7
|
-
"source": "bundled",
|
|
8
|
-
"tags": ["llm", "twilio", "sms", "voice"],
|
|
9
|
-
"config": {
|
|
10
|
-
"TWILIO_AUTH_TOKEN": {
|
|
11
|
-
"type": "secret",
|
|
12
|
-
"required": true,
|
|
13
|
-
"sensitive": true,
|
|
14
|
-
"label": "Auth Token",
|
|
15
|
-
"help": "Auth token for Twilio",
|
|
16
|
-
"advanced": false
|
|
17
|
-
},
|
|
18
|
-
"TWILIO_ACCOUNT_SID": {
|
|
19
|
-
"type": "secret",
|
|
20
|
-
"required": true,
|
|
21
|
-
"sensitive": true,
|
|
22
|
-
"label": "Account Sid",
|
|
23
|
-
"help": "Account SID for Twilio",
|
|
24
|
-
"advanced": false
|
|
25
|
-
},
|
|
26
|
-
"TWILIO_WEBHOOK_URL": {
|
|
27
|
-
"type": "url",
|
|
28
|
-
"required": false,
|
|
29
|
-
"sensitive": false,
|
|
30
|
-
"label": "Webhook Url",
|
|
31
|
-
"help": "Webhook URL",
|
|
32
|
-
"advanced": false
|
|
33
|
-
},
|
|
34
|
-
"VOICE_CALL_ENABLED": {
|
|
35
|
-
"type": "boolean",
|
|
36
|
-
"required": false,
|
|
37
|
-
"sensitive": false,
|
|
38
|
-
"label": "Call Enabled",
|
|
39
|
-
"help": "Enable or disable this feature",
|
|
40
|
-
"advanced": false
|
|
41
|
-
},
|
|
42
|
-
"TWILIO_PHONE_NUMBER": {
|
|
43
|
-
"type": "string",
|
|
44
|
-
"required": false,
|
|
45
|
-
"sensitive": false,
|
|
46
|
-
"label": "Phone Number",
|
|
47
|
-
"help": "Phone number",
|
|
48
|
-
"advanced": false
|
|
49
|
-
},
|
|
50
|
-
"TWILIO_WEBHOOK_PORT": {
|
|
51
|
-
"type": "number",
|
|
52
|
-
"required": false,
|
|
53
|
-
"sensitive": false,
|
|
54
|
-
"label": "Webhook Port",
|
|
55
|
-
"help": "Port number",
|
|
56
|
-
"advanced": false,
|
|
57
|
-
"min": 1,
|
|
58
|
-
"max": 65535
|
|
59
|
-
},
|
|
60
|
-
"VOICE_CALL_PROVIDER": {
|
|
61
|
-
"type": "string",
|
|
62
|
-
"required": false,
|
|
63
|
-
"sensitive": false,
|
|
64
|
-
"label": "Call Provider",
|
|
65
|
-
"help": "Provider selection",
|
|
66
|
-
"advanced": false
|
|
67
|
-
},
|
|
68
|
-
"VOICE_CALL_TO_NUMBER": {
|
|
69
|
-
"type": "string",
|
|
70
|
-
"required": false,
|
|
71
|
-
"sensitive": false,
|
|
72
|
-
"label": "Call To Number",
|
|
73
|
-
"help": "Phone number",
|
|
74
|
-
"advanced": false
|
|
75
|
-
},
|
|
76
|
-
"VOICE_CALL_ALLOW_FROM": {
|
|
77
|
-
"type": "string",
|
|
78
|
-
"required": false,
|
|
79
|
-
"sensitive": false,
|
|
80
|
-
"label": "Call Allow From",
|
|
81
|
-
"help": "Comma-separated allowed user list",
|
|
82
|
-
"advanced": false
|
|
83
|
-
},
|
|
84
|
-
"VOICE_CALL_PUBLIC_URL": {
|
|
85
|
-
"type": "url",
|
|
86
|
-
"required": false,
|
|
87
|
-
"sensitive": false,
|
|
88
|
-
"label": "Call Public Url",
|
|
89
|
-
"help": "Public URL",
|
|
90
|
-
"advanced": false
|
|
91
|
-
},
|
|
92
|
-
"VOICE_CALL_FROM_NUMBER": {
|
|
93
|
-
"type": "string",
|
|
94
|
-
"required": false,
|
|
95
|
-
"sensitive": false,
|
|
96
|
-
"label": "Call From Number",
|
|
97
|
-
"help": "Phone number",
|
|
98
|
-
"advanced": false
|
|
99
|
-
},
|
|
100
|
-
"VOICE_CALL_WEBHOOK_PATH": {
|
|
101
|
-
"type": "file-path",
|
|
102
|
-
"required": false,
|
|
103
|
-
"sensitive": false,
|
|
104
|
-
"label": "Call Webhook Path",
|
|
105
|
-
"help": "Webhook path",
|
|
106
|
-
"advanced": false
|
|
107
|
-
},
|
|
108
|
-
"VOICE_CALL_WEBHOOK_PORT": {
|
|
109
|
-
"type": "number",
|
|
110
|
-
"required": false,
|
|
111
|
-
"sensitive": false,
|
|
112
|
-
"label": "Call Webhook Port",
|
|
113
|
-
"help": "Port number",
|
|
114
|
-
"advanced": false,
|
|
115
|
-
"min": 1,
|
|
116
|
-
"max": 65535
|
|
117
|
-
},
|
|
118
|
-
"VOICE_CALL_INBOUND_POLICY": {
|
|
119
|
-
"type": "string",
|
|
120
|
-
"required": false,
|
|
121
|
-
"sensitive": false,
|
|
122
|
-
"label": "Call Inbound Policy",
|
|
123
|
-
"help": "Inbound message/call policy",
|
|
124
|
-
"advanced": false
|
|
125
|
-
},
|
|
126
|
-
"VOICE_CALL_INBOUND_GREETING": {
|
|
127
|
-
"type": "textarea",
|
|
128
|
-
"required": false,
|
|
129
|
-
"sensitive": false,
|
|
130
|
-
"label": "Call Inbound Greeting",
|
|
131
|
-
"help": "Greeting message for inbound connections",
|
|
132
|
-
"advanced": false
|
|
133
|
-
},
|
|
134
|
-
"VOICE_CALL_MAX_CONCURRENT_CALLS": {
|
|
135
|
-
"type": "number",
|
|
136
|
-
"required": false,
|
|
137
|
-
"sensitive": false,
|
|
138
|
-
"label": "Call Max Concurrent Calls",
|
|
139
|
-
"help": "Maximum concurrent calls",
|
|
140
|
-
"advanced": false
|
|
141
|
-
},
|
|
142
|
-
"VOICE_CALL_MAX_DURATION_SECONDS": {
|
|
143
|
-
"type": "number",
|
|
144
|
-
"required": false,
|
|
145
|
-
"sensitive": false,
|
|
146
|
-
"label": "Call Max Duration Seconds",
|
|
147
|
-
"help": "Maximum duration in seconds",
|
|
148
|
-
"advanced": false
|
|
149
|
-
}
|
|
150
|
-
},
|
|
151
|
-
"render": {
|
|
152
|
-
"visible": true,
|
|
153
|
-
"pinTo": [],
|
|
154
|
-
"style": "card",
|
|
155
|
-
"icon": "Phone",
|
|
156
|
-
"group": "feature-other",
|
|
157
|
-
"groupOrder": 12,
|
|
158
|
-
"actions": ["enable", "configure"]
|
|
159
|
-
},
|
|
160
|
-
"resources": {
|
|
161
|
-
"homepage": "https://github.com/elizaos/eliza#readme",
|
|
162
|
-
"repository": "https://github.com/elizaos/eliza",
|
|
163
|
-
"setupGuideUrl": "https://docs.eliza.ai/plugin-setup-guide#twilio-sms--voice"
|
|
164
|
-
},
|
|
165
|
-
"dependsOn": [],
|
|
166
|
-
"kind": "plugin",
|
|
167
|
-
"subtype": "other"
|
|
168
|
-
}
|
|
@@ -1,128 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"id": "vercel-ai-gateway",
|
|
3
|
-
"name": "Vercel Ai Gateway",
|
|
4
|
-
"description": "Vercel AI Gateway provider for routing model requests through a single endpoint.",
|
|
5
|
-
"npmName": "@elizaos/plugin-vercel-ai-gateway",
|
|
6
|
-
"version": "2.0.0-beta.0",
|
|
7
|
-
"source": "bundled",
|
|
8
|
-
"tags": [
|
|
9
|
-
"ai-provider",
|
|
10
|
-
"llm",
|
|
11
|
-
"gateway",
|
|
12
|
-
"routing",
|
|
13
|
-
"vercel-ai-gateway",
|
|
14
|
-
"vercel"
|
|
15
|
-
],
|
|
16
|
-
"config": {
|
|
17
|
-
"AIGATEWAY_API_KEY": {
|
|
18
|
-
"type": "secret",
|
|
19
|
-
"required": false,
|
|
20
|
-
"sensitive": true,
|
|
21
|
-
"label": "Api Key",
|
|
22
|
-
"help": "Alternate env var for AI Gateway API key.",
|
|
23
|
-
"advanced": false
|
|
24
|
-
},
|
|
25
|
-
"VERCEL_OIDC_TOKEN": {
|
|
26
|
-
"type": "secret",
|
|
27
|
-
"required": false,
|
|
28
|
-
"sensitive": true,
|
|
29
|
-
"label": "Oidc Token",
|
|
30
|
-
"help": "OIDC token for Vercel (used as Bearer auth for Gateway).",
|
|
31
|
-
"advanced": false
|
|
32
|
-
},
|
|
33
|
-
"AI_GATEWAY_API_KEY": {
|
|
34
|
-
"type": "secret",
|
|
35
|
-
"required": false,
|
|
36
|
-
"sensitive": true,
|
|
37
|
-
"label": "Gateway Api Key",
|
|
38
|
-
"help": "API key for Vercel AI Gateway (OpenAI-compatible endpoints).",
|
|
39
|
-
"advanced": false
|
|
40
|
-
},
|
|
41
|
-
"AI_GATEWAY_BASE_URL": {
|
|
42
|
-
"type": "url",
|
|
43
|
-
"required": false,
|
|
44
|
-
"sensitive": false,
|
|
45
|
-
"default": "https://ai-gateway.vercel.sh/v1",
|
|
46
|
-
"label": "Gateway Base Url",
|
|
47
|
-
"help": "Base URL for AI Gateway OpenAI-compatible API.",
|
|
48
|
-
"advanced": false
|
|
49
|
-
},
|
|
50
|
-
"AI_GATEWAY_TIMEOUT_MS": {
|
|
51
|
-
"type": "number",
|
|
52
|
-
"required": false,
|
|
53
|
-
"sensitive": false,
|
|
54
|
-
"default": "60000",
|
|
55
|
-
"label": "Gateway Timeout Ms",
|
|
56
|
-
"help": "Request timeout in milliseconds.",
|
|
57
|
-
"advanced": false,
|
|
58
|
-
"min": 0,
|
|
59
|
-
"unit": "ms"
|
|
60
|
-
},
|
|
61
|
-
"AI_GATEWAY_IMAGE_MODEL": {
|
|
62
|
-
"type": "string",
|
|
63
|
-
"required": false,
|
|
64
|
-
"sensitive": false,
|
|
65
|
-
"default": "dall-e-3",
|
|
66
|
-
"label": "Gateway Image Model",
|
|
67
|
-
"help": "Identifier of the model used for image generation.",
|
|
68
|
-
"placeholder": "e.g., gpt-4o, claude-sonnet-4-20250514",
|
|
69
|
-
"advanced": false
|
|
70
|
-
},
|
|
71
|
-
"AI_GATEWAY_LARGE_MODEL": {
|
|
72
|
-
"type": "string",
|
|
73
|
-
"required": false,
|
|
74
|
-
"sensitive": false,
|
|
75
|
-
"default": "gpt-5",
|
|
76
|
-
"label": "Gateway Large Model",
|
|
77
|
-
"help": "Identifier of the large language model to be used.",
|
|
78
|
-
"placeholder": "e.g., gpt-4o, claude-sonnet-4-20250514",
|
|
79
|
-
"advanced": false
|
|
80
|
-
},
|
|
81
|
-
"AI_GATEWAY_SMALL_MODEL": {
|
|
82
|
-
"type": "string",
|
|
83
|
-
"required": false,
|
|
84
|
-
"sensitive": false,
|
|
85
|
-
"default": "gpt-5-mini",
|
|
86
|
-
"label": "Gateway Small Model",
|
|
87
|
-
"help": "Identifier of the small language model to be used.",
|
|
88
|
-
"placeholder": "e.g., gpt-4o, claude-sonnet-4-20250514",
|
|
89
|
-
"advanced": false
|
|
90
|
-
},
|
|
91
|
-
"AI_GATEWAY_EMBEDDING_MODEL": {
|
|
92
|
-
"type": "string",
|
|
93
|
-
"required": false,
|
|
94
|
-
"sensitive": false,
|
|
95
|
-
"default": "text-embedding-3-small",
|
|
96
|
-
"label": "Gateway Embedding Model",
|
|
97
|
-
"help": "Identifier of the model to use for generating text embeddings.",
|
|
98
|
-
"placeholder": "e.g., text-embedding-3-small",
|
|
99
|
-
"advanced": false
|
|
100
|
-
},
|
|
101
|
-
"AI_GATEWAY_EMBEDDING_DIMENSIONS": {
|
|
102
|
-
"type": "number",
|
|
103
|
-
"required": false,
|
|
104
|
-
"sensitive": false,
|
|
105
|
-
"default": "1536",
|
|
106
|
-
"label": "Gateway Embedding Dimensions",
|
|
107
|
-
"help": "Number of dimensions for the returned embedding vectors.",
|
|
108
|
-
"advanced": false
|
|
109
|
-
}
|
|
110
|
-
},
|
|
111
|
-
"render": {
|
|
112
|
-
"visible": true,
|
|
113
|
-
"pinTo": [],
|
|
114
|
-
"style": "card",
|
|
115
|
-
"icon": "Triangle",
|
|
116
|
-
"group": "ai-provider",
|
|
117
|
-
"groupOrder": 0,
|
|
118
|
-
"actions": ["enable", "configure"]
|
|
119
|
-
},
|
|
120
|
-
"resources": {
|
|
121
|
-
"homepage": "https://github.com/elizaos-plugins/plugin-vercel-ai-gateway#readme",
|
|
122
|
-
"repository": "https://github.com/elizaos-plugins/plugin-vercel-ai-gateway",
|
|
123
|
-
"setupGuideUrl": "https://docs.eliza.ai/plugin-setup-guide#vercel-ai-gateway"
|
|
124
|
-
},
|
|
125
|
-
"dependsOn": [],
|
|
126
|
-
"kind": "plugin",
|
|
127
|
-
"subtype": "ai-provider"
|
|
128
|
-
}
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"id": "video",
|
|
3
|
-
"name": "Video",
|
|
4
|
-
"description": "Video download, audio extraction, and transcription helpers (YouTube, Vimeo, direct MP4).",
|
|
5
|
-
"npmName": "@elizaos/plugin-video",
|
|
6
|
-
"version": "0.1.9-alpha.1",
|
|
7
|
-
"source": "bundled",
|
|
8
|
-
"tags": ["video", "youtube", "transcription", "media"],
|
|
9
|
-
"config": {},
|
|
10
|
-
"render": {
|
|
11
|
-
"visible": true,
|
|
12
|
-
"pinTo": [],
|
|
13
|
-
"style": "card",
|
|
14
|
-
"icon": "Video",
|
|
15
|
-
"group": "media",
|
|
16
|
-
"groupOrder": 5,
|
|
17
|
-
"actions": ["enable", "configure"]
|
|
18
|
-
},
|
|
19
|
-
"resources": {},
|
|
20
|
-
"dependsOn": [],
|
|
21
|
-
"kind": "plugin",
|
|
22
|
-
"subtype": "media"
|
|
23
|
-
}
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"id": "vision",
|
|
3
|
-
"name": "Vision",
|
|
4
|
-
"description": "Vision plugin for ElizaOS - provides camera integration and visual awareness",
|
|
5
|
-
"npmName": "@elizaos/plugin-vision",
|
|
6
|
-
"version": "2.0.0-beta.0",
|
|
7
|
-
"source": "bundled",
|
|
8
|
-
"tags": ["vision", "camera", "ai-vision"],
|
|
9
|
-
"config": {
|
|
10
|
-
"CAMERA_NAME": {
|
|
11
|
-
"type": "string",
|
|
12
|
-
"required": false,
|
|
13
|
-
"sensitive": false,
|
|
14
|
-
"label": "Name",
|
|
15
|
-
"help": "Camera name to search for (lowercase partial match)",
|
|
16
|
-
"advanced": false
|
|
17
|
-
},
|
|
18
|
-
"PIXEL_CHANGE_THRESHOLD": {
|
|
19
|
-
"type": "number",
|
|
20
|
-
"required": false,
|
|
21
|
-
"sensitive": false,
|
|
22
|
-
"label": "Change Threshold",
|
|
23
|
-
"help": "Percentage of pixels that must change to trigger VLM update (default: 50)",
|
|
24
|
-
"advanced": false
|
|
25
|
-
}
|
|
26
|
-
},
|
|
27
|
-
"render": {
|
|
28
|
-
"visible": true,
|
|
29
|
-
"pinTo": [],
|
|
30
|
-
"style": "card",
|
|
31
|
-
"icon": "Eye",
|
|
32
|
-
"group": "media",
|
|
33
|
-
"groupOrder": 8,
|
|
34
|
-
"actions": ["enable", "configure"]
|
|
35
|
-
},
|
|
36
|
-
"resources": {
|
|
37
|
-
"homepage": "https://elizaos.ai",
|
|
38
|
-
"repository": "https://github.com/elizaos/elizaos"
|
|
39
|
-
},
|
|
40
|
-
"dependsOn": [],
|
|
41
|
-
"kind": "plugin",
|
|
42
|
-
"subtype": "media"
|
|
43
|
-
}
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"id": "webhooks",
|
|
3
|
-
"name": "Webhooks",
|
|
4
|
-
"description": "HTTP webhook ingress for external triggers (wake, agent, mapped hooks)",
|
|
5
|
-
"npmName": "@elizaos/plugin-webhooks",
|
|
6
|
-
"version": "2.0.0-beta.0",
|
|
7
|
-
"source": "bundled",
|
|
8
|
-
"tags": ["webhooks"],
|
|
9
|
-
"config": {},
|
|
10
|
-
"render": {
|
|
11
|
-
"visible": true,
|
|
12
|
-
"pinTo": [],
|
|
13
|
-
"style": "card",
|
|
14
|
-
"icon": "Webhook",
|
|
15
|
-
"group": "devtools",
|
|
16
|
-
"groupOrder": 5,
|
|
17
|
-
"actions": ["enable", "configure"]
|
|
18
|
-
},
|
|
19
|
-
"resources": {},
|
|
20
|
-
"dependsOn": [],
|
|
21
|
-
"kind": "plugin",
|
|
22
|
-
"subtype": "devtools"
|
|
23
|
-
}
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"id": "workflow",
|
|
3
|
-
"name": "Workflow",
|
|
4
|
-
"description": "Natural-language workflow actions (create, activate, deactivate, delete). Workflows run in-process with the agent runtime using workflows.",
|
|
5
|
-
"npmName": "@elizaos/plugin-workflow",
|
|
6
|
-
"version": "1.2.10",
|
|
7
|
-
"source": "bundled",
|
|
8
|
-
"tags": ["workflow", "automation"],
|
|
9
|
-
"config": {},
|
|
10
|
-
"render": {
|
|
11
|
-
"visible": true,
|
|
12
|
-
"pinTo": [],
|
|
13
|
-
"style": "card",
|
|
14
|
-
"group": "feature-other",
|
|
15
|
-
"groupOrder": 12,
|
|
16
|
-
"actions": ["enable", "configure"]
|
|
17
|
-
},
|
|
18
|
-
"resources": {
|
|
19
|
-
"homepage": "https://elizaos.ai",
|
|
20
|
-
"repository": "https://github.com/elizaos/eliza"
|
|
21
|
-
},
|
|
22
|
-
"dependsOn": [],
|
|
23
|
-
"kind": "plugin",
|
|
24
|
-
"subtype": "other"
|
|
25
|
-
}
|
|
@@ -1,75 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"id": "xai",
|
|
3
|
-
"name": "xAI (Grok)",
|
|
4
|
-
"description": "xAI Grok models for text generation and embeddings.",
|
|
5
|
-
"npmName": "@elizaos/plugin-xai",
|
|
6
|
-
"version": "2.0.0-beta.0",
|
|
7
|
-
"source": "bundled",
|
|
8
|
-
"tags": ["ai-provider", "llm", "xai", "grok"],
|
|
9
|
-
"config": {
|
|
10
|
-
"XAI_API_KEY": {
|
|
11
|
-
"type": "secret",
|
|
12
|
-
"required": true,
|
|
13
|
-
"sensitive": true,
|
|
14
|
-
"label": "API Key",
|
|
15
|
-
"help": "xAI API key for Grok model access.",
|
|
16
|
-
"advanced": false
|
|
17
|
-
},
|
|
18
|
-
"XAI_MODEL": {
|
|
19
|
-
"type": "string",
|
|
20
|
-
"required": false,
|
|
21
|
-
"sensitive": false,
|
|
22
|
-
"default": "grok-3",
|
|
23
|
-
"label": "Model",
|
|
24
|
-
"help": "xAI Grok model for large/default text generation (e.g. grok-3).",
|
|
25
|
-
"placeholder": "e.g., grok-3",
|
|
26
|
-
"advanced": false
|
|
27
|
-
},
|
|
28
|
-
"XAI_SMALL_MODEL": {
|
|
29
|
-
"type": "string",
|
|
30
|
-
"required": false,
|
|
31
|
-
"sensitive": false,
|
|
32
|
-
"default": "grok-3-mini",
|
|
33
|
-
"label": "Small Model",
|
|
34
|
-
"help": "xAI Grok model for faster/smaller tasks.",
|
|
35
|
-
"placeholder": "e.g., grok-3-mini",
|
|
36
|
-
"advanced": false
|
|
37
|
-
},
|
|
38
|
-
"XAI_EMBEDDING_MODEL": {
|
|
39
|
-
"type": "string",
|
|
40
|
-
"required": false,
|
|
41
|
-
"sensitive": false,
|
|
42
|
-
"default": "grok-embedding",
|
|
43
|
-
"label": "Embedding Model",
|
|
44
|
-
"help": "xAI model for text embeddings.",
|
|
45
|
-
"placeholder": "e.g., grok-embedding",
|
|
46
|
-
"advanced": true
|
|
47
|
-
},
|
|
48
|
-
"XAI_BASE_URL": {
|
|
49
|
-
"type": "url",
|
|
50
|
-
"required": false,
|
|
51
|
-
"sensitive": false,
|
|
52
|
-
"default": "https://api.x.ai/v1",
|
|
53
|
-
"label": "Base URL",
|
|
54
|
-
"help": "xAI API base URL.",
|
|
55
|
-
"advanced": true
|
|
56
|
-
}
|
|
57
|
-
},
|
|
58
|
-
"render": {
|
|
59
|
-
"visible": true,
|
|
60
|
-
"pinTo": [],
|
|
61
|
-
"style": "card",
|
|
62
|
-
"icon": "Hash",
|
|
63
|
-
"group": "ai-provider",
|
|
64
|
-
"groupOrder": 0,
|
|
65
|
-
"actions": ["enable", "configure"]
|
|
66
|
-
},
|
|
67
|
-
"resources": {
|
|
68
|
-
"homepage": "https://github.com/elizaos-plugins/plugin-xai#readme",
|
|
69
|
-
"repository": "https://github.com/elizaos-plugins/plugin-xai",
|
|
70
|
-
"setupGuideUrl": "https://docs.eliza.ai/plugin-setup-guide#xai-grok"
|
|
71
|
-
},
|
|
72
|
-
"dependsOn": [],
|
|
73
|
-
"kind": "plugin",
|
|
74
|
-
"subtype": "ai-provider"
|
|
75
|
-
}
|
package/registry/loader.d.ts
DELETED
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
import { type AppEntry, type ConnectorEntry, type PluginEntry, type RegistryEntry, type RegistryKind, type RegistryRuntimeOverlay, type RegistryView } from "./schema.js";
|
|
2
|
-
export declare class RegistryValidationError extends Error {
|
|
3
|
-
readonly file: string;
|
|
4
|
-
readonly cause: unknown;
|
|
5
|
-
constructor(file: string, cause: unknown);
|
|
6
|
-
}
|
|
7
|
-
export interface LoadedRegistry {
|
|
8
|
-
byId: Map<string, RegistryEntry>;
|
|
9
|
-
byKind: Map<RegistryKind, RegistryEntry[]>;
|
|
10
|
-
byGroup: Map<string, RegistryEntry[]>;
|
|
11
|
-
byNpmName: Map<string, RegistryEntry>;
|
|
12
|
-
all: RegistryEntry[];
|
|
13
|
-
}
|
|
14
|
-
interface RawEntry {
|
|
15
|
-
file: string;
|
|
16
|
-
data: unknown;
|
|
17
|
-
}
|
|
18
|
-
export declare function loadRegistryFromRawEntries(raws: RawEntry[]): LoadedRegistry;
|
|
19
|
-
export declare function normalizeConnectorAuth(entry: ConnectorEntry): ConnectorEntry;
|
|
20
|
-
export declare function indexEntries(entries: RegistryEntry[]): LoadedRegistry;
|
|
21
|
-
export declare function getApps(registry: LoadedRegistry): AppEntry[];
|
|
22
|
-
export declare function getPlugins(registry: LoadedRegistry): PluginEntry[];
|
|
23
|
-
export declare function getConnectors(registry: LoadedRegistry): ConnectorEntry[];
|
|
24
|
-
export declare function getEntry(registry: LoadedRegistry, id: string): RegistryEntry | undefined;
|
|
25
|
-
export declare function getEntryByNpmName(registry: LoadedRegistry, npmName: string): RegistryEntry | undefined;
|
|
26
|
-
export declare function mergeWithRuntime(entries: RegistryEntry[], overlays: RegistryRuntimeOverlay[]): RegistryView[];
|
|
27
|
-
export {};
|
|
28
|
-
//# sourceMappingURL=loader.d.ts.map
|
package/registry/loader.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"loader.d.ts","sourceRoot":"","sources":["../../../../../src/registry/loader.ts"],"names":[],"mappings":"AASA,OAAO,EAEL,KAAK,QAAQ,EACb,KAAK,cAAc,EACnB,KAAK,WAAW,EAChB,KAAK,aAAa,EAClB,KAAK,YAAY,EACjB,KAAK,sBAAsB,EAC3B,KAAK,YAAY,EAElB,MAAM,aAAa,CAAC;AAErB,qBAAa,uBAAwB,SAAQ,KAAK;IAChD,QAAQ,CAAC,IAAI,EAAE,MAAM,CAAC;IACtB,QAAQ,CAAC,KAAK,EAAE,OAAO,CAAC;gBACZ,IAAI,EAAE,MAAM,EAAE,KAAK,EAAE,OAAO;CAMzC;AAED,MAAM,WAAW,cAAc;IAC7B,IAAI,EAAE,GAAG,CAAC,MAAM,EAAE,aAAa,CAAC,CAAC;IACjC,MAAM,EAAE,GAAG,CAAC,YAAY,EAAE,aAAa,EAAE,CAAC,CAAC;IAC3C,OAAO,EAAE,GAAG,CAAC,MAAM,EAAE,aAAa,EAAE,CAAC,CAAC;IACtC,SAAS,EAAE,GAAG,CAAC,MAAM,EAAE,aAAa,CAAC,CAAC;IACtC,GAAG,EAAE,aAAa,EAAE,CAAC;CACtB;AAED,UAAU,QAAQ;IAChB,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,OAAO,CAAC;CACf;AAED,wBAAgB,0BAA0B,CAAC,IAAI,EAAE,QAAQ,EAAE,GAAG,cAAc,CAyB3E;AAYD,wBAAgB,sBAAsB,CAAC,KAAK,EAAE,cAAc,GAAG,cAAc,CAkB5E;AAuBD,wBAAgB,YAAY,CAAC,OAAO,EAAE,aAAa,EAAE,GAAG,cAAc,CAgCrE;AAaD,wBAAgB,OAAO,CAAC,QAAQ,EAAE,cAAc,GAAG,QAAQ,EAAE,CAE5D;AAED,wBAAgB,UAAU,CAAC,QAAQ,EAAE,cAAc,GAAG,WAAW,EAAE,CAElE;AAED,wBAAgB,aAAa,CAAC,QAAQ,EAAE,cAAc,GAAG,cAAc,EAAE,CAExE;AAED,wBAAgB,QAAQ,CACtB,QAAQ,EAAE,cAAc,EACxB,EAAE,EAAE,MAAM,GACT,aAAa,GAAG,SAAS,CAE3B;AAED,wBAAgB,iBAAiB,CAC/B,QAAQ,EAAE,cAAc,EACxB,OAAO,EAAE,MAAM,GACd,aAAa,GAAG,SAAS,CAE3B;AAOD,wBAAgB,gBAAgB,CAC9B,OAAO,EAAE,aAAa,EAAE,EACxB,QAAQ,EAAE,sBAAsB,EAAE,GACjC,YAAY,EAAE,CAMhB"}
|